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

models.clouddirectory-2017-01-11-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon CloudDirectory module holds the client classes that are used for communicating with Amazon CloudDirectory 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" : [ "listDevelopmentSchemaArns", "listDirectories", "listManagedSchemaArns", "listPublishedSchemaArns" ]
  },
  "metadata" : {
    "apiVersion" : "2017-01-11",
    "asyncBuilder" : "DefaultCloudDirectoryAsyncClientBuilder",
    "asyncBuilderInterface" : "CloudDirectoryAsyncClientBuilder",
    "asyncClient" : "DefaultCloudDirectoryAsyncClient",
    "asyncInterface" : "CloudDirectoryAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultCloudDirectoryBaseClientBuilder",
    "baseBuilderInterface" : "CloudDirectoryBaseClientBuilder",
    "baseExceptionName" : "CloudDirectoryException",
    "baseRequestName" : "CloudDirectoryRequest",
    "baseResponseName" : "CloudDirectoryResponse",
    "cborProtocol" : false,
    "clientPackageName" : "clouddirectory",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon CloudDirectory",
    "documentation" : "Amazon Cloud Directory 

Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the development and management of cloud-scale web, mobile, and IoT applications. This guide describes the Cloud Directory operations that you can call programmatically and includes detailed information on data types and errors. For information about Cloud Directory features, see AWS Directory Service and the Amazon Cloud Directory Developer Guide.

", "endpointPrefix" : "clouddirectory", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.clouddirectory", "fullModelPackageName" : "software.amazon.awssdk.services.clouddirectory.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.clouddirectory.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.clouddirectory.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.clouddirectory.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "clouddirectory.model", "paginatorsPackageName" : "clouddirectory.paginators", "protocol" : "rest-json", "requestTransformPackageName" : "clouddirectory.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "CloudDirectory", "serviceName" : "CloudDirectory", "signingName" : "clouddirectory", "syncBuilder" : "DefaultCloudDirectoryClientBuilder", "syncBuilderInterface" : "CloudDirectoryClientBuilder", "syncClient" : "DefaultCloudDirectoryClient", "syncInterface" : "CloudDirectoryClient", "transformPackageName" : "clouddirectory.transform", "uid" : "clouddirectory-2017-01-11", "xmlProtocol" : false }, "operations" : { "AddFacetToObject" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a new Facet to an object. An object can have more than one facet applied on it.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddFacetToObjectRequest", "variableName" : "addFacetToObjectRequest", "variableType" : "AddFacetToObjectRequest", "documentation" : "", "simpleType" : "AddFacetToObjectRequest", "variableSetterType" : "AddFacetToObjectRequest" }, "methodName" : "addFacetToObject", "operationName" : "AddFacetToObject", "paginated" : false, "returnType" : { "returnType" : "AddFacetToObjectResponse", "documentation" : null }, "syncReturnType" : "AddFacetToObjectResponse" }, "ApplySchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "SchemaAlreadyExistsException", "documentation" : "

Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidAttachmentException", "documentation" : "

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ApplySchemaRequest", "variableName" : "applySchemaRequest", "variableType" : "ApplySchemaRequest", "documentation" : "", "simpleType" : "ApplySchemaRequest", "variableSetterType" : "ApplySchemaRequest" }, "methodName" : "applySchema", "operationName" : "ApplySchema", "paginated" : false, "returnType" : { "returnType" : "ApplySchemaResponse", "documentation" : null }, "syncReturnType" : "ApplySchemaResponse" }, "AttachObject" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches an existing object to another object. An object can be accessed in two ways:

  1. Using the path

  2. Using ObjectIdentifier

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "LinkNameAlreadyInUseException", "documentation" : "

Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidAttachmentException", "documentation" : "

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

", "httpStatusCode" : 400 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AttachObjectRequest", "variableName" : "attachObjectRequest", "variableType" : "AttachObjectRequest", "documentation" : "", "simpleType" : "AttachObjectRequest", "variableSetterType" : "AttachObjectRequest" }, "methodName" : "attachObject", "operationName" : "AttachObject", "paginated" : false, "returnType" : { "returnType" : "AttachObjectResponse", "documentation" : null }, "syncReturnType" : "AttachObjectResponse" }, "AttachPolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "NotPolicyException", "documentation" : "

Indicates that the requested operation can only operate on policy objects.

", "httpStatusCode" : 400 } ], "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" }, "AttachToIndex" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidAttachmentException", "documentation" : "

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "LinkNameAlreadyInUseException", "documentation" : "

Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "IndexedAttributeMissingException", "documentation" : "

An object has been attempted to be attached to an object that does not have the appropriate attribute value.

", "httpStatusCode" : 400 }, { "exceptionName" : "NotIndexException", "documentation" : "

Indicates that the requested operation can only operate on index objects.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AttachToIndexRequest", "variableName" : "attachToIndexRequest", "variableType" : "AttachToIndexRequest", "documentation" : "", "simpleType" : "AttachToIndexRequest", "variableSetterType" : "AttachToIndexRequest" }, "methodName" : "attachToIndex", "operationName" : "AttachToIndex", "paginated" : false, "returnType" : { "returnType" : "AttachToIndexResponse", "documentation" : null }, "syncReturnType" : "AttachToIndexResponse" }, "AttachTypedLink" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidAttachmentException", "documentation" : "

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

", "httpStatusCode" : 400 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AttachTypedLinkRequest", "variableName" : "attachTypedLinkRequest", "variableType" : "AttachTypedLinkRequest", "documentation" : "", "simpleType" : "AttachTypedLinkRequest", "variableSetterType" : "AttachTypedLinkRequest" }, "methodName" : "attachTypedLink", "operationName" : "AttachTypedLink", "paginated" : false, "returnType" : { "returnType" : "AttachTypedLinkResponse", "documentation" : null }, "syncReturnType" : "AttachTypedLinkResponse" }, "BatchRead" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Performs all the read operations in a batch.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchReadRequest", "variableName" : "batchReadRequest", "variableType" : "BatchReadRequest", "documentation" : "", "simpleType" : "BatchReadRequest", "variableSetterType" : "BatchReadRequest" }, "methodName" : "batchRead", "operationName" : "BatchRead", "paginated" : false, "returnType" : { "returnType" : "BatchReadResponse", "documentation" : null }, "syncReturnType" : "BatchReadResponse" }, "BatchWrite" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Performs all the write operations in a batch. Either all the operations succeed or none.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "BatchWriteException", "documentation" : "

A BatchWrite exception has occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchWriteRequest", "variableName" : "batchWriteRequest", "variableType" : "BatchWriteRequest", "documentation" : "", "simpleType" : "BatchWriteRequest", "variableSetterType" : "BatchWriteRequest" }, "methodName" : "batchWrite", "operationName" : "BatchWrite", "paginated" : false, "returnType" : { "returnType" : "BatchWriteResponse", "documentation" : null }, "syncReturnType" : "BatchWriteResponse" }, "CreateDirectory" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.

You can also quickly create a directory using a managed schema, called the QuickStartSchema. For more information, see Managed Schema in the Amazon Cloud Directory Developer Guide.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryAlreadyExistsException", "documentation" : "

Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDirectoryRequest", "variableName" : "createDirectoryRequest", "variableType" : "CreateDirectoryRequest", "documentation" : "", "simpleType" : "CreateDirectoryRequest", "variableSetterType" : "CreateDirectoryRequest" }, "methodName" : "createDirectory", "operationName" : "CreateDirectory", "paginated" : false, "returnType" : { "returnType" : "CreateDirectoryResponse", "documentation" : null }, "syncReturnType" : "CreateDirectoryResponse" }, "CreateFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new Facet in a schema. Facet creation is allowed only in development or applied schemas.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetAlreadyExistsException", "documentation" : "

A facet with the same name already exists.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidRuleException", "documentation" : "

Occurs when any of the rule parameter keys or values are invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateFacetRequest", "variableName" : "createFacetRequest", "variableType" : "CreateFacetRequest", "documentation" : "", "simpleType" : "CreateFacetRequest", "variableSetterType" : "CreateFacetRequest" }, "methodName" : "createFacet", "operationName" : "CreateFacet", "paginated" : false, "returnType" : { "returnType" : "CreateFacetResponse", "documentation" : null }, "syncReturnType" : "CreateFacetResponse" }, "CreateIndex" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 }, { "exceptionName" : "LinkNameAlreadyInUseException", "documentation" : "

Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "UnsupportedIndexTypeException", "documentation" : "

Indicates that the requested index type is not supported.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateIndexRequest", "variableName" : "createIndexRequest", "variableType" : "CreateIndexRequest", "documentation" : "", "simpleType" : "CreateIndexRequest", "variableSetterType" : "CreateIndexRequest" }, "methodName" : "createIndex", "operationName" : "CreateIndex", "paginated" : false, "returnType" : { "returnType" : "CreateIndexResponse", "documentation" : null }, "syncReturnType" : "CreateIndexResponse" }, "CreateObject" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an object in a Directory. Additionally attaches the object to a parent, if a parent reference and LinkName is specified. An object is simply a collection of Facet attributes. You can also use this API call to create a policy object, if the facet from which you create the object is a policy facet.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 }, { "exceptionName" : "LinkNameAlreadyInUseException", "documentation" : "

Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "UnsupportedIndexTypeException", "documentation" : "

Indicates that the requested index type is not supported.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateObjectRequest", "variableName" : "createObjectRequest", "variableType" : "CreateObjectRequest", "documentation" : "", "simpleType" : "CreateObjectRequest", "variableSetterType" : "CreateObjectRequest" }, "methodName" : "createObject", "operationName" : "CreateObject", "paginated" : false, "returnType" : { "returnType" : "CreateObjectResponse", "documentation" : null }, "syncReturnType" : "CreateObjectResponse" }, "CreateSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new schema in a development state. A schema can exist in three phases:

  • Development: This is a mutable phase of the schema. All new schemas are in the development phase. Once the schema is finalized, it can be published.

  • Published: Published schemas are immutable and have a version associated with them.

  • Applied: Applied schemas are mutable in a way that allows you to add new schema facets. You can also add new, nonrequired attributes to existing schema facets. You can apply only published schemas to directories.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "SchemaAlreadyExistsException", "documentation" : "

Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSchemaRequest", "variableName" : "createSchemaRequest", "variableType" : "CreateSchemaRequest", "documentation" : "", "simpleType" : "CreateSchemaRequest", "variableSetterType" : "CreateSchemaRequest" }, "methodName" : "createSchema", "operationName" : "CreateSchema", "paginated" : false, "returnType" : { "returnType" : "CreateSchemaResponse", "documentation" : null }, "syncReturnType" : "CreateSchemaResponse" }, "CreateTypedLinkFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a TypedLinkFacet. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetAlreadyExistsException", "documentation" : "

A facet with the same name already exists.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidRuleException", "documentation" : "

Occurs when any of the rule parameter keys or values are invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTypedLinkFacetRequest", "variableName" : "createTypedLinkFacetRequest", "variableType" : "CreateTypedLinkFacetRequest", "documentation" : "", "simpleType" : "CreateTypedLinkFacetRequest", "variableSetterType" : "CreateTypedLinkFacetRequest" }, "methodName" : "createTypedLinkFacet", "operationName" : "CreateTypedLinkFacet", "paginated" : false, "returnType" : { "returnType" : "CreateTypedLinkFacetResponse", "documentation" : null }, "syncReturnType" : "CreateTypedLinkFacetResponse" }, "DeleteDirectory" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme caution when deleting directories.

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

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "DirectoryNotDisabledException", "documentation" : "

An operation can only operate on a disabled directory.

", "httpStatusCode" : 400 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryDeletedException", "documentation" : "

A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDirectoryRequest", "variableName" : "deleteDirectoryRequest", "variableType" : "DeleteDirectoryRequest", "documentation" : "", "simpleType" : "DeleteDirectoryRequest", "variableSetterType" : "DeleteDirectoryRequest" }, "methodName" : "deleteDirectory", "operationName" : "DeleteDirectory", "paginated" : false, "returnType" : { "returnType" : "DeleteDirectoryResponse", "documentation" : null }, "syncReturnType" : "DeleteDirectoryResponse" }, "DeleteFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a given Facet. All attributes and Rules that are associated with the facet will be deleted. Only development schema facets are allowed deletion.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetInUseException", "documentation" : "

Occurs when deleting a facet that contains an attribute that is a target to an attribute reference in a different facet.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteFacetRequest", "variableName" : "deleteFacetRequest", "variableType" : "DeleteFacetRequest", "documentation" : "", "simpleType" : "DeleteFacetRequest", "variableSetterType" : "DeleteFacetRequest" }, "methodName" : "deleteFacet", "operationName" : "DeleteFacet", "paginated" : false, "returnType" : { "returnType" : "DeleteFacetResponse", "documentation" : null }, "syncReturnType" : "DeleteFacetResponse" }, "DeleteObject" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an object and its associated attributes. Only objects with no children and no parents can be deleted. The maximum number of attributes that can be deleted during an object deletion is 30. For more information, see Amazon Cloud Directory Limits.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "ObjectNotDetachedException", "documentation" : "

Indicates that the requested operation cannot be completed because the object has not been detached from the tree.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteObjectRequest", "variableName" : "deleteObjectRequest", "variableType" : "DeleteObjectRequest", "documentation" : "", "simpleType" : "DeleteObjectRequest", "variableSetterType" : "DeleteObjectRequest" }, "methodName" : "deleteObject", "operationName" : "DeleteObject", "paginated" : false, "returnType" : { "returnType" : "DeleteObjectResponse", "documentation" : null }, "syncReturnType" : "DeleteObjectResponse" }, "DeleteSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a given schema. Schemas in a development and published state can only be deleted.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "StillContainsLinksException", "documentation" : "

The object could not be deleted because links still exist. Remove the links and then try the operation again.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSchemaRequest", "variableName" : "deleteSchemaRequest", "variableType" : "DeleteSchemaRequest", "documentation" : "", "simpleType" : "DeleteSchemaRequest", "variableSetterType" : "DeleteSchemaRequest" }, "methodName" : "deleteSchema", "operationName" : "DeleteSchema", "paginated" : false, "returnType" : { "returnType" : "DeleteSchemaResponse", "documentation" : null }, "syncReturnType" : "DeleteSchemaResponse" }, "DeleteTypedLinkFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a TypedLinkFacet. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTypedLinkFacetRequest", "variableName" : "deleteTypedLinkFacetRequest", "variableType" : "DeleteTypedLinkFacetRequest", "documentation" : "", "simpleType" : "DeleteTypedLinkFacetRequest", "variableSetterType" : "DeleteTypedLinkFacetRequest" }, "methodName" : "deleteTypedLinkFacet", "operationName" : "DeleteTypedLinkFacet", "paginated" : false, "returnType" : { "returnType" : "DeleteTypedLinkFacetResponse", "documentation" : null }, "syncReturnType" : "DeleteTypedLinkFacetResponse" }, "DetachFromIndex" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "ObjectAlreadyDetachedException", "documentation" : "

Indicates that the object is not attached to the index.

", "httpStatusCode" : 400 }, { "exceptionName" : "NotIndexException", "documentation" : "

Indicates that the requested operation can only operate on index objects.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DetachFromIndexRequest", "variableName" : "detachFromIndexRequest", "variableType" : "DetachFromIndexRequest", "documentation" : "", "simpleType" : "DetachFromIndexRequest", "variableSetterType" : "DetachFromIndexRequest" }, "methodName" : "detachFromIndex", "operationName" : "DetachFromIndex", "paginated" : false, "returnType" : { "returnType" : "DetachFromIndexResponse", "documentation" : null }, "syncReturnType" : "DetachFromIndexResponse" }, "DetachObject" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "NotNodeException", "documentation" : "

Occurs when any invalid operations are performed on an object that is not a node, such as calling ListObjectChildren for a leaf node object.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DetachObjectRequest", "variableName" : "detachObjectRequest", "variableType" : "DetachObjectRequest", "documentation" : "", "simpleType" : "DetachObjectRequest", "variableSetterType" : "DetachObjectRequest" }, "methodName" : "detachObject", "operationName" : "DetachObject", "paginated" : false, "returnType" : { "returnType" : "DetachObjectResponse", "documentation" : null }, "syncReturnType" : "DetachObjectResponse" }, "DetachPolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches a policy from an object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "NotPolicyException", "documentation" : "

Indicates that the requested operation can only operate on policy objects.

", "httpStatusCode" : 400 } ], "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" }, "DetachTypedLink" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DetachTypedLinkRequest", "variableName" : "detachTypedLinkRequest", "variableType" : "DetachTypedLinkRequest", "documentation" : "", "simpleType" : "DetachTypedLinkRequest", "variableSetterType" : "DetachTypedLinkRequest" }, "methodName" : "detachTypedLink", "operationName" : "DetachTypedLink", "paginated" : false, "returnType" : { "returnType" : "DetachTypedLinkResponse", "documentation" : null }, "syncReturnType" : "DetachTypedLinkResponse" }, "DisableDirectory" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Disables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled.

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

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "DirectoryDeletedException", "documentation" : "

A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisableDirectoryRequest", "variableName" : "disableDirectoryRequest", "variableType" : "DisableDirectoryRequest", "documentation" : "", "simpleType" : "DisableDirectoryRequest", "variableSetterType" : "DisableDirectoryRequest" }, "methodName" : "disableDirectory", "operationName" : "DisableDirectory", "paginated" : false, "returnType" : { "returnType" : "DisableDirectoryResponse", "documentation" : null }, "syncReturnType" : "DisableDirectoryResponse" }, "EnableDirectory" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Enables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to.

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

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "DirectoryDeletedException", "documentation" : "

A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnableDirectoryRequest", "variableName" : "enableDirectoryRequest", "variableType" : "EnableDirectoryRequest", "documentation" : "", "simpleType" : "EnableDirectoryRequest", "variableSetterType" : "EnableDirectoryRequest" }, "methodName" : "enableDirectory", "operationName" : "EnableDirectory", "paginated" : false, "returnType" : { "returnType" : "EnableDirectoryResponse", "documentation" : null }, "syncReturnType" : "EnableDirectoryResponse" }, "GetAppliedSchemaVersion" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns current applied schema version ARN, including the minor version in use.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAppliedSchemaVersionRequest", "variableName" : "getAppliedSchemaVersionRequest", "variableType" : "GetAppliedSchemaVersionRequest", "documentation" : "", "simpleType" : "GetAppliedSchemaVersionRequest", "variableSetterType" : "GetAppliedSchemaVersionRequest" }, "methodName" : "getAppliedSchemaVersion", "operationName" : "GetAppliedSchemaVersion", "paginated" : false, "returnType" : { "returnType" : "GetAppliedSchemaVersionResponse", "documentation" : null }, "syncReturnType" : "GetAppliedSchemaVersionResponse" }, "GetDirectory" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves metadata about a directory.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDirectoryRequest", "variableName" : "getDirectoryRequest", "variableType" : "GetDirectoryRequest", "documentation" : "", "simpleType" : "GetDirectoryRequest", "variableSetterType" : "GetDirectoryRequest" }, "methodName" : "getDirectory", "operationName" : "GetDirectory", "paginated" : false, "returnType" : { "returnType" : "GetDirectoryResponse", "documentation" : null }, "syncReturnType" : "GetDirectoryResponse" }, "GetFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType. You can call this on all kinds of schema facets -- published, development, or applied.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFacetRequest", "variableName" : "getFacetRequest", "variableType" : "GetFacetRequest", "documentation" : "", "simpleType" : "GetFacetRequest", "variableSetterType" : "GetFacetRequest" }, "methodName" : "getFacet", "operationName" : "GetFacet", "paginated" : false, "returnType" : { "returnType" : "GetFacetResponse", "documentation" : null }, "syncReturnType" : "GetFacetResponse" }, "GetLinkAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves attributes that are associated with a typed link.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLinkAttributesRequest", "variableName" : "getLinkAttributesRequest", "variableType" : "GetLinkAttributesRequest", "documentation" : "", "simpleType" : "GetLinkAttributesRequest", "variableSetterType" : "GetLinkAttributesRequest" }, "methodName" : "getLinkAttributes", "operationName" : "GetLinkAttributes", "paginated" : false, "returnType" : { "returnType" : "GetLinkAttributesResponse", "documentation" : null }, "syncReturnType" : "GetLinkAttributesResponse" }, "GetObjectAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetObjectAttributesRequest", "variableName" : "getObjectAttributesRequest", "variableType" : "GetObjectAttributesRequest", "documentation" : "", "simpleType" : "GetObjectAttributesRequest", "variableSetterType" : "GetObjectAttributesRequest" }, "methodName" : "getObjectAttributes", "operationName" : "GetObjectAttributes", "paginated" : false, "returnType" : { "returnType" : "GetObjectAttributesResponse", "documentation" : null }, "syncReturnType" : "GetObjectAttributesResponse" }, "GetObjectInformation" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetObjectInformationRequest", "variableName" : "getObjectInformationRequest", "variableType" : "GetObjectInformationRequest", "documentation" : "", "simpleType" : "GetObjectInformationRequest", "variableSetterType" : "GetObjectInformationRequest" }, "methodName" : "getObjectInformation", "operationName" : "GetObjectInformation", "paginated" : false, "returnType" : { "returnType" : "GetObjectInformationResponse", "documentation" : null }, "syncReturnType" : "GetObjectInformationResponse" }, "GetSchemaAsJson" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a JSON representation of the schema. See JSON Schema Format for more information.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSchemaAsJsonRequest", "variableName" : "getSchemaAsJsonRequest", "variableType" : "GetSchemaAsJsonRequest", "documentation" : "", "simpleType" : "GetSchemaAsJsonRequest", "variableSetterType" : "GetSchemaAsJsonRequest" }, "methodName" : "getSchemaAsJson", "operationName" : "GetSchemaAsJson", "paginated" : false, "returnType" : { "returnType" : "GetSchemaAsJsonResponse", "documentation" : null }, "syncReturnType" : "GetSchemaAsJsonResponse" }, "GetTypedLinkFacetInformation" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTypedLinkFacetInformationRequest", "variableName" : "getTypedLinkFacetInformationRequest", "variableType" : "GetTypedLinkFacetInformationRequest", "documentation" : "", "simpleType" : "GetTypedLinkFacetInformationRequest", "variableSetterType" : "GetTypedLinkFacetInformationRequest" }, "methodName" : "getTypedLinkFacetInformation", "operationName" : "GetTypedLinkFacetInformation", "paginated" : false, "returnType" : { "returnType" : "GetTypedLinkFacetInformationResponse", "documentation" : null }, "syncReturnType" : "GetTypedLinkFacetInformationResponse" }, "ListAppliedSchemaArns" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists schema major versions applied to a directory. If SchemaArn is provided, lists the minor version.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAppliedSchemaArnsRequest", "variableName" : "listAppliedSchemaArnsRequest", "variableType" : "ListAppliedSchemaArnsRequest", "documentation" : "", "simpleType" : "ListAppliedSchemaArnsRequest", "variableSetterType" : "ListAppliedSchemaArnsRequest" }, "methodName" : "listAppliedSchemaArns", "operationName" : "ListAppliedSchemaArns", "paginated" : true, "returnType" : { "returnType" : "ListAppliedSchemaArnsResponse", "documentation" : null }, "syncReturnType" : "ListAppliedSchemaArnsResponse" }, "ListAttachedIndices" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists indices attached to the specified object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAttachedIndicesRequest", "variableName" : "listAttachedIndicesRequest", "variableType" : "ListAttachedIndicesRequest", "documentation" : "", "simpleType" : "ListAttachedIndicesRequest", "variableSetterType" : "ListAttachedIndicesRequest" }, "methodName" : "listAttachedIndices", "operationName" : "ListAttachedIndices", "paginated" : true, "returnType" : { "returnType" : "ListAttachedIndicesResponse", "documentation" : null }, "syncReturnType" : "ListAttachedIndicesResponse" }, "ListDevelopmentSchemaArns" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves each Amazon Resource Name (ARN) of schemas in the development state.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDevelopmentSchemaArnsRequest", "variableName" : "listDevelopmentSchemaArnsRequest", "variableType" : "ListDevelopmentSchemaArnsRequest", "documentation" : "", "simpleType" : "ListDevelopmentSchemaArnsRequest", "variableSetterType" : "ListDevelopmentSchemaArnsRequest" }, "methodName" : "listDevelopmentSchemaArns", "operationName" : "ListDevelopmentSchemaArns", "paginated" : true, "returnType" : { "returnType" : "ListDevelopmentSchemaArnsResponse", "documentation" : null }, "syncReturnType" : "ListDevelopmentSchemaArnsResponse" }, "ListDirectories" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists directories created within an account.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDirectoriesRequest", "variableName" : "listDirectoriesRequest", "variableType" : "ListDirectoriesRequest", "documentation" : "", "simpleType" : "ListDirectoriesRequest", "variableSetterType" : "ListDirectoriesRequest" }, "methodName" : "listDirectories", "operationName" : "ListDirectories", "paginated" : true, "returnType" : { "returnType" : "ListDirectoriesResponse", "documentation" : null }, "syncReturnType" : "ListDirectoriesResponse" }, "ListFacetAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves attributes attached to the facet.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListFacetAttributesRequest", "variableName" : "listFacetAttributesRequest", "variableType" : "ListFacetAttributesRequest", "documentation" : "", "simpleType" : "ListFacetAttributesRequest", "variableSetterType" : "ListFacetAttributesRequest" }, "methodName" : "listFacetAttributes", "operationName" : "ListFacetAttributes", "paginated" : true, "returnType" : { "returnType" : "ListFacetAttributesResponse", "documentation" : null }, "syncReturnType" : "ListFacetAttributesResponse" }, "ListFacetNames" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the names of facets that exist in a schema.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListFacetNamesRequest", "variableName" : "listFacetNamesRequest", "variableType" : "ListFacetNamesRequest", "documentation" : "", "simpleType" : "ListFacetNamesRequest", "variableSetterType" : "ListFacetNamesRequest" }, "methodName" : "listFacetNames", "operationName" : "ListFacetNames", "paginated" : true, "returnType" : { "returnType" : "ListFacetNamesResponse", "documentation" : null }, "syncReturnType" : "ListFacetNamesResponse" }, "ListIncomingTypedLinks" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListIncomingTypedLinksRequest", "variableName" : "listIncomingTypedLinksRequest", "variableType" : "ListIncomingTypedLinksRequest", "documentation" : "", "simpleType" : "ListIncomingTypedLinksRequest", "variableSetterType" : "ListIncomingTypedLinksRequest" }, "methodName" : "listIncomingTypedLinks", "operationName" : "ListIncomingTypedLinks", "paginated" : false, "returnType" : { "returnType" : "ListIncomingTypedLinksResponse", "documentation" : null }, "syncReturnType" : "ListIncomingTypedLinksResponse" }, "ListIndex" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "NotIndexException", "documentation" : "

Indicates that the requested operation can only operate on index objects.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListIndexRequest", "variableName" : "listIndexRequest", "variableType" : "ListIndexRequest", "documentation" : "", "simpleType" : "ListIndexRequest", "variableSetterType" : "ListIndexRequest" }, "methodName" : "listIndex", "operationName" : "ListIndex", "paginated" : true, "returnType" : { "returnType" : "ListIndexResponse", "documentation" : null }, "syncReturnType" : "ListIndexResponse" }, "ListManagedSchemaArns" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListManagedSchemaArnsRequest", "variableName" : "listManagedSchemaArnsRequest", "variableType" : "ListManagedSchemaArnsRequest", "documentation" : "", "simpleType" : "ListManagedSchemaArnsRequest", "variableSetterType" : "ListManagedSchemaArnsRequest" }, "methodName" : "listManagedSchemaArns", "operationName" : "ListManagedSchemaArns", "paginated" : true, "returnType" : { "returnType" : "ListManagedSchemaArnsResponse", "documentation" : null }, "syncReturnType" : "ListManagedSchemaArnsResponse" }, "ListObjectAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListObjectAttributesRequest", "variableName" : "listObjectAttributesRequest", "variableType" : "ListObjectAttributesRequest", "documentation" : "", "simpleType" : "ListObjectAttributesRequest", "variableSetterType" : "ListObjectAttributesRequest" }, "methodName" : "listObjectAttributes", "operationName" : "ListObjectAttributes", "paginated" : true, "returnType" : { "returnType" : "ListObjectAttributesResponse", "documentation" : null }, "syncReturnType" : "ListObjectAttributesResponse" }, "ListObjectChildren" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "NotNodeException", "documentation" : "

Occurs when any invalid operations are performed on an object that is not a node, such as calling ListObjectChildren for a leaf node object.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListObjectChildrenRequest", "variableName" : "listObjectChildrenRequest", "variableType" : "ListObjectChildrenRequest", "documentation" : "", "simpleType" : "ListObjectChildrenRequest", "variableSetterType" : "ListObjectChildrenRequest" }, "methodName" : "listObjectChildren", "operationName" : "ListObjectChildren", "paginated" : true, "returnType" : { "returnType" : "ListObjectChildrenResponse", "documentation" : null }, "syncReturnType" : "ListObjectChildrenResponse" }, "ListObjectParentPaths" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

Use this API to evaluate all parents for an object. The call returns all objects from the root of the directory up to the requested object. The API returns the number of paths based on user-defined MaxResults, in case there are multiple paths to the parent. The order of the paths and nodes returned is consistent among multiple API calls unless the objects are deleted or moved. Paths not leading to the directory root are ignored from the target object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListObjectParentPathsRequest", "variableName" : "listObjectParentPathsRequest", "variableType" : "ListObjectParentPathsRequest", "documentation" : "", "simpleType" : "ListObjectParentPathsRequest", "variableSetterType" : "ListObjectParentPathsRequest" }, "methodName" : "listObjectParentPaths", "operationName" : "ListObjectParentPaths", "paginated" : true, "returnType" : { "returnType" : "ListObjectParentPathsResponse", "documentation" : null }, "syncReturnType" : "ListObjectParentPathsResponse" }, "ListObjectParents" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists parent objects that are associated with a given object in pagination fashion.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "CannotListParentOfRootException", "documentation" : "

Cannot list the parents of a Directory root.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListObjectParentsRequest", "variableName" : "listObjectParentsRequest", "variableType" : "ListObjectParentsRequest", "documentation" : "", "simpleType" : "ListObjectParentsRequest", "variableSetterType" : "ListObjectParentsRequest" }, "methodName" : "listObjectParents", "operationName" : "ListObjectParents", "paginated" : true, "returnType" : { "returnType" : "ListObjectParentsResponse", "documentation" : null }, "syncReturnType" : "ListObjectParentsResponse" }, "ListObjectPolicies" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListObjectPoliciesRequest", "variableName" : "listObjectPoliciesRequest", "variableType" : "ListObjectPoliciesRequest", "documentation" : "", "simpleType" : "ListObjectPoliciesRequest", "variableSetterType" : "ListObjectPoliciesRequest" }, "methodName" : "listObjectPolicies", "operationName" : "ListObjectPolicies", "paginated" : true, "returnType" : { "returnType" : "ListObjectPoliciesResponse", "documentation" : null }, "syncReturnType" : "ListObjectPoliciesResponse" }, "ListOutgoingTypedLinks" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListOutgoingTypedLinksRequest", "variableName" : "listOutgoingTypedLinksRequest", "variableType" : "ListOutgoingTypedLinksRequest", "documentation" : "", "simpleType" : "ListOutgoingTypedLinksRequest", "variableSetterType" : "ListOutgoingTypedLinksRequest" }, "methodName" : "listOutgoingTypedLinks", "operationName" : "ListOutgoingTypedLinks", "paginated" : false, "returnType" : { "returnType" : "ListOutgoingTypedLinksResponse", "documentation" : null }, "syncReturnType" : "ListOutgoingTypedLinksResponse" }, "ListPolicyAttachments" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "NotPolicyException", "documentation" : "

Indicates that the requested operation can only operate on policy objects.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPolicyAttachmentsRequest", "variableName" : "listPolicyAttachmentsRequest", "variableType" : "ListPolicyAttachmentsRequest", "documentation" : "", "simpleType" : "ListPolicyAttachmentsRequest", "variableSetterType" : "ListPolicyAttachmentsRequest" }, "methodName" : "listPolicyAttachments", "operationName" : "ListPolicyAttachments", "paginated" : true, "returnType" : { "returnType" : "ListPolicyAttachmentsResponse", "documentation" : null }, "syncReturnType" : "ListPolicyAttachmentsResponse" }, "ListPublishedSchemaArns" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the major version families of each published schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPublishedSchemaArnsRequest", "variableName" : "listPublishedSchemaArnsRequest", "variableType" : "ListPublishedSchemaArnsRequest", "documentation" : "", "simpleType" : "ListPublishedSchemaArnsRequest", "variableSetterType" : "ListPublishedSchemaArnsRequest" }, "methodName" : "listPublishedSchemaArns", "operationName" : "ListPublishedSchemaArns", "paginated" : true, "returnType" : { "returnType" : "ListPublishedSchemaArnsResponse", "documentation" : null }, "syncReturnType" : "ListPublishedSchemaArnsResponse" }, "ListTagsForResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidTaggingRequestException", "documentation" : "

Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.

", "httpStatusCode" : 400 } ], "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" }, "ListTypedLinkFacetAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a paginated list of all attribute definitions for a particular TypedLinkFacet. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTypedLinkFacetAttributesRequest", "variableName" : "listTypedLinkFacetAttributesRequest", "variableType" : "ListTypedLinkFacetAttributesRequest", "documentation" : "", "simpleType" : "ListTypedLinkFacetAttributesRequest", "variableSetterType" : "ListTypedLinkFacetAttributesRequest" }, "methodName" : "listTypedLinkFacetAttributes", "operationName" : "ListTypedLinkFacetAttributes", "paginated" : true, "returnType" : { "returnType" : "ListTypedLinkFacetAttributesResponse", "documentation" : null }, "syncReturnType" : "ListTypedLinkFacetAttributesResponse" }, "ListTypedLinkFacetNames" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a paginated list of TypedLink facet names for a particular schema. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTypedLinkFacetNamesRequest", "variableName" : "listTypedLinkFacetNamesRequest", "variableType" : "ListTypedLinkFacetNamesRequest", "documentation" : "", "simpleType" : "ListTypedLinkFacetNamesRequest", "variableSetterType" : "ListTypedLinkFacetNamesRequest" }, "methodName" : "listTypedLinkFacetNames", "operationName" : "ListTypedLinkFacetNames", "paginated" : true, "returnType" : { "returnType" : "ListTypedLinkFacetNamesResponse", "documentation" : null }, "syncReturnType" : "ListTypedLinkFacetNamesResponse" }, "LookupPolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Indicates that the NextToken value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "LookupPolicyRequest", "variableName" : "lookupPolicyRequest", "variableType" : "LookupPolicyRequest", "documentation" : "", "simpleType" : "LookupPolicyRequest", "variableSetterType" : "LookupPolicyRequest" }, "methodName" : "lookupPolicy", "operationName" : "LookupPolicy", "paginated" : true, "returnType" : { "returnType" : "LookupPolicyResponse", "documentation" : null }, "syncReturnType" : "LookupPolicyResponse" }, "PublishSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Publishes a development schema with a major version and a recommended minor version.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "SchemaAlreadyPublishedException", "documentation" : "

Indicates that a schema is already published.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PublishSchemaRequest", "variableName" : "publishSchemaRequest", "variableType" : "PublishSchemaRequest", "documentation" : "", "simpleType" : "PublishSchemaRequest", "variableSetterType" : "PublishSchemaRequest" }, "methodName" : "publishSchema", "operationName" : "PublishSchema", "paginated" : false, "returnType" : { "returnType" : "PublishSchemaResponse", "documentation" : null }, "syncReturnType" : "PublishSchemaResponse" }, "PutSchemaFromJson" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "InvalidSchemaDocException", "documentation" : "

Indicates that the provided SchemaDoc value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidRuleException", "documentation" : "

Occurs when any of the rule parameter keys or values are invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutSchemaFromJsonRequest", "variableName" : "putSchemaFromJsonRequest", "variableType" : "PutSchemaFromJsonRequest", "documentation" : "", "simpleType" : "PutSchemaFromJsonRequest", "variableSetterType" : "PutSchemaFromJsonRequest" }, "methodName" : "putSchemaFromJson", "operationName" : "PutSchemaFromJson", "paginated" : false, "returnType" : { "returnType" : "PutSchemaFromJsonResponse", "documentation" : null }, "syncReturnType" : "PutSchemaFromJsonResponse" }, "RemoveFacetFromObject" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified facet from the specified object.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveFacetFromObjectRequest", "variableName" : "removeFacetFromObjectRequest", "variableType" : "RemoveFacetFromObjectRequest", "documentation" : "", "simpleType" : "RemoveFacetFromObjectRequest", "variableSetterType" : "RemoveFacetFromObjectRequest" }, "methodName" : "removeFacetFromObject", "operationName" : "RemoveFacetFromObject", "paginated" : false, "returnType" : { "returnType" : "RemoveFacetFromObjectResponse", "documentation" : null }, "syncReturnType" : "RemoveFacetFromObjectResponse" }, "TagResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

An API operation for adding tags to a resource.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidTaggingRequestException", "documentation" : "

Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.

", "httpStatusCode" : 400 } ], "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" : { "authenticated" : true, "deprecated" : false, "documentation" : "

An API operation for removing tags from a resource.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidTaggingRequestException", "documentation" : "

Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.

", "httpStatusCode" : 400 } ], "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" }, "UpdateFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Does the following:

  1. Adds new Attributes, Rules, or ObjectTypes.

  2. Updates existing Attributes, Rules, or ObjectTypes.

  3. Deletes existing Attributes, Rules, or ObjectTypes.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "InvalidFacetUpdateException", "documentation" : "

An attempt to modify a Facet resulted in an invalid schema exception.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidRuleException", "documentation" : "

Occurs when any of the rule parameter keys or values are invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFacetRequest", "variableName" : "updateFacetRequest", "variableType" : "UpdateFacetRequest", "documentation" : "", "simpleType" : "UpdateFacetRequest", "variableSetterType" : "UpdateFacetRequest" }, "methodName" : "updateFacet", "operationName" : "UpdateFacet", "paginated" : false, "returnType" : { "returnType" : "UpdateFacetResponse", "documentation" : null }, "syncReturnType" : "UpdateFacetResponse" }, "UpdateLinkAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a given typed link’s attributes. Attributes to be updated must not contribute to the typed link’s identity, as defined by its IdentityAttributeOrder.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateLinkAttributesRequest", "variableName" : "updateLinkAttributesRequest", "variableType" : "UpdateLinkAttributesRequest", "documentation" : "", "simpleType" : "UpdateLinkAttributesRequest", "variableSetterType" : "UpdateLinkAttributesRequest" }, "methodName" : "updateLinkAttributes", "operationName" : "UpdateLinkAttributes", "paginated" : false, "returnType" : { "returnType" : "UpdateLinkAttributesResponse", "documentation" : null }, "syncReturnType" : "UpdateLinkAttributesResponse" }, "UpdateObjectAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a given object's attributes.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "DirectoryNotEnabledException", "documentation" : "

Operations are only permitted on enabled directories.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "LinkNameAlreadyInUseException", "documentation" : "

Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateObjectAttributesRequest", "variableName" : "updateObjectAttributesRequest", "variableType" : "UpdateObjectAttributesRequest", "documentation" : "", "simpleType" : "UpdateObjectAttributesRequest", "variableSetterType" : "UpdateObjectAttributesRequest" }, "methodName" : "updateObjectAttributes", "operationName" : "UpdateObjectAttributes", "paginated" : false, "returnType" : { "returnType" : "UpdateObjectAttributesResponse", "documentation" : null }, "syncReturnType" : "UpdateObjectAttributesResponse" }, "UpdateSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the schema name with a new name. Only development schema names can be updated.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateSchemaRequest", "variableName" : "updateSchemaRequest", "variableType" : "UpdateSchemaRequest", "documentation" : "", "simpleType" : "UpdateSchemaRequest", "variableSetterType" : "UpdateSchemaRequest" }, "methodName" : "updateSchema", "operationName" : "UpdateSchema", "paginated" : false, "returnType" : { "returnType" : "UpdateSchemaResponse", "documentation" : null }, "syncReturnType" : "UpdateSchemaResponse" }, "UpdateTypedLinkFacet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a TypedLinkFacet. For more information, see Typed Links.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "FacetValidationException", "documentation" : "

The Facet that you provided was not well formed or could not be validated with the schema.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidFacetUpdateException", "documentation" : "

An attempt to modify a Facet resulted in an invalid schema exception.

", "httpStatusCode" : 400 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "FacetNotFoundException", "documentation" : "

The specified Facet could not be found.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidRuleException", "documentation" : "

Occurs when any of the rule parameter keys or values are invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateTypedLinkFacetRequest", "variableName" : "updateTypedLinkFacetRequest", "variableType" : "UpdateTypedLinkFacetRequest", "documentation" : "", "simpleType" : "UpdateTypedLinkFacetRequest", "variableSetterType" : "UpdateTypedLinkFacetRequest" }, "methodName" : "updateTypedLinkFacet", "operationName" : "UpdateTypedLinkFacet", "paginated" : false, "returnType" : { "returnType" : "UpdateTypedLinkFacetResponse", "documentation" : null }, "syncReturnType" : "UpdateTypedLinkFacetResponse" }, "UpgradeAppliedSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleSchemaException", "documentation" : "

Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidAttachmentException", "documentation" : "

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

", "httpStatusCode" : 400 }, { "exceptionName" : "SchemaAlreadyExistsException", "documentation" : "

Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpgradeAppliedSchemaRequest", "variableName" : "upgradeAppliedSchemaRequest", "variableType" : "UpgradeAppliedSchemaRequest", "documentation" : "", "simpleType" : "UpgradeAppliedSchemaRequest", "variableSetterType" : "UpgradeAppliedSchemaRequest" }, "methodName" : "upgradeAppliedSchema", "operationName" : "UpgradeAppliedSchema", "paginated" : false, "returnType" : { "returnType" : "UpgradeAppliedSchemaResponse", "documentation" : null }, "syncReturnType" : "UpgradeAppliedSchemaResponse" }, "UpgradePublishedSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.

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

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

", "httpStatusCode" : 500 }, { "exceptionName" : "InvalidArnException", "documentation" : "

Indicates that the provided ARN value is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "RetryableConflictException", "documentation" : "

Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

", "httpStatusCode" : 409 }, { "exceptionName" : "ValidationException", "documentation" : "

Indicates that your request is malformed in some manner. See the exception message.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleSchemaException", "documentation" : "

Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

Access denied. Check your permissions.

", "httpStatusCode" : 403 }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource could not be found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidAttachmentException", "documentation" : "

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that limits are exceeded. See Limits for more information.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpgradePublishedSchemaRequest", "variableName" : "upgradePublishedSchemaRequest", "variableType" : "UpgradePublishedSchemaRequest", "documentation" : "", "simpleType" : "UpgradePublishedSchemaRequest", "variableSetterType" : "UpgradePublishedSchemaRequest" }, "methodName" : "upgradePublishedSchema", "operationName" : "UpgradePublishedSchema", "paginated" : false, "returnType" : { "returnType" : "UpgradePublishedSchemaResponse", "documentation" : null }, "syncReturnType" : "UpgradePublishedSchemaResponse" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Access denied. Check your permissions.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccessDeniedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 403, "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 }, "AddFacetToObjectRequest" : { "c2jName" : "AddFacetToObjectRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AddFacetToObject", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/facets", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@param schemaFacet Identifiers for the facet that you are adding to the object. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@return Identifiers for the facet that you are adding to the object. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@param schemaFacet Identifiers for the facet that you are adding to the object. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

Attributes on the facet that you are adding to the object.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

Attributes on the facet that you are adding to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n@param objectAttributeList Attributes on the facet that you are adding to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Attributes on the facet that you are adding to the object.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n@param objectAttributeList Attributes on the facet that you are adding to the object.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

Attributes on the facet that you are adding to the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object you are adding the specified facet to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object you are adding the specified facet to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@param objectReference A reference to the object you are adding the specified facet to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@return A reference to the object you are adding the specified facet to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@param objectReference A reference to the object you are adding the specified facet to.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object you are adding the specified facet to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectAttributeList" : { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

Attributes on the facet that you are adding to the object.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

Attributes on the facet that you are adding to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n@param objectAttributeList Attributes on the facet that you are adding to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Attributes on the facet that you are adding to the object.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n@param objectAttributeList Attributes on the facet that you are adding to the object.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

Attributes on the facet that you are adding to the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object you are adding the specified facet to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object you are adding the specified facet to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@param objectReference A reference to the object you are adding the specified facet to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@return A reference to the object you are adding the specified facet to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@param objectReference A reference to the object you are adding the specified facet to.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object you are adding the specified facet to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@param schemaFacet Identifiers for the facet that you are adding to the object. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@return Identifiers for the facet that you are adding to the object. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@param schemaFacet Identifiers for the facet that you are adding to the object. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@param schemaFacet Identifiers for the facet that you are adding to the object. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@return Identifiers for the facet that you are adding to the object. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

\n@param schemaFacet Identifiers for the facet that you are adding to the object. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

Attributes on the facet that you are adding to the object.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

Attributes on the facet that you are adding to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n@param objectAttributeList Attributes on the facet that you are adding to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Attributes on the facet that you are adding to the object.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

Attributes on the facet that you are adding to the object.

\n@param objectAttributeList Attributes on the facet that you are adding to the object.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

Attributes on the facet that you are adding to the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object you are adding the specified facet to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object you are adding the specified facet to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@param objectReference A reference to the object you are adding the specified facet to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@return A reference to the object you are adding the specified facet to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object you are adding the specified facet to.

\n@param objectReference A reference to the object you are adding the specified facet to.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object you are adding the specified facet to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "SchemaFacet", "ObjectReference" ], "shapeName" : "AddFacetToObjectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddFacetToObjectRequest", "variableName" : "addFacetToObjectRequest", "variableType" : "AddFacetToObjectRequest", "documentation" : null, "simpleType" : "AddFacetToObjectRequest", "variableSetterType" : "AddFacetToObjectRequest" }, "wrapper" : false }, "AddFacetToObjectResponse" : { "c2jName" : "AddFacetToObjectResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddFacetToObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddFacetToObjectResponse", "variableName" : "addFacetToObjectResponse", "variableType" : "AddFacetToObjectResponse", "documentation" : null, "simpleType" : "AddFacetToObjectResponse", "variableSetterType" : "AddFacetToObjectResponse" }, "wrapper" : false }, "ApplySchemaRequest" : { "c2jName" : "ApplySchemaRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ApplySchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/apply", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@param publishedSchemaArn Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@return Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@param publishedSchemaArn Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PublishedSchemaArn" : { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@param publishedSchemaArn Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@return Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@param publishedSchemaArn Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@param publishedSchemaArn Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@return Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

\n@param publishedSchemaArn Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PublishedSchemaArn", "DirectoryArn" ], "shapeName" : "ApplySchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ApplySchemaRequest", "variableName" : "applySchemaRequest", "variableType" : "ApplySchemaRequest", "documentation" : null, "simpleType" : "ApplySchemaRequest", "variableSetterType" : "ApplySchemaRequest" }, "wrapper" : false }, "ApplySchemaResponse" : { "c2jName" : "ApplySchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@param appliedSchemaArn The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@return The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@param appliedSchemaArn The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@return The ARN that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppliedSchemaArn" : { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@param appliedSchemaArn The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@return The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@param appliedSchemaArn The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@return The ARN that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@param appliedSchemaArn The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@return The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

\n@param appliedSchemaArn The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@return The ARN that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ApplySchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplySchemaResponse", "variableName" : "applySchemaResponse", "variableType" : "ApplySchemaResponse", "documentation" : null, "simpleType" : "ApplySchemaResponse", "variableSetterType" : "ApplySchemaResponse" }, "wrapper" : false }, "AttachObjectRequest" : { "c2jName" : "AttachObjectRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AttachObject", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/attach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@return Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The parent object reference.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

The parent object reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

The parent object reference.

\n@return The parent object reference.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

The parent object reference.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChildReference", "beanStyleSetterMethodName" : "setChildReference", "c2jName" : "ChildReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The child object reference to be attached to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #childReference(ObjectReference)}.\n@param childReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childReference(ObjectReference)", "deprecated" : false, "documentation" : "

The child object reference to be attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childReference", "fluentSetterDocumentation" : "

The child object reference to be attached to the object.

\n@param childReference The child object reference to be attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childReference", "getterDocumentation" : "

The child object reference to be attached to the object.

\n@return The child object reference to be attached to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChildReference", "sensitive" : false, "setterDocumentation" : "

The child object reference to be attached to the object.

\n@param childReference The child object reference to be attached to the object.", "setterMethodName" : "setChildReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : "

The child object reference to be attached to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The link name with which the child object is attached to the parent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The link name with which the child object is attached to the parent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@param linkName The link name with which the child object is attached to the parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@return The link name with which the child object is attached to the parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@param linkName The link name with which the child object is attached to the parent.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The link name with which the child object is attached to the parent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChildReference" : { "beanStyleGetterMethodName" : "getChildReference", "beanStyleSetterMethodName" : "setChildReference", "c2jName" : "ChildReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The child object reference to be attached to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #childReference(ObjectReference)}.\n@param childReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childReference(ObjectReference)", "deprecated" : false, "documentation" : "

The child object reference to be attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childReference", "fluentSetterDocumentation" : "

The child object reference to be attached to the object.

\n@param childReference The child object reference to be attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childReference", "getterDocumentation" : "

The child object reference to be attached to the object.

\n@return The child object reference to be attached to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChildReference", "sensitive" : false, "setterDocumentation" : "

The child object reference to be attached to the object.

\n@param childReference The child object reference to be attached to the object.", "setterMethodName" : "setChildReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : "

The child object reference to be attached to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@return Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The link name with which the child object is attached to the parent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The link name with which the child object is attached to the parent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@param linkName The link name with which the child object is attached to the parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@return The link name with which the child object is attached to the parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@param linkName The link name with which the child object is attached to the parent.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The link name with which the child object is attached to the parent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The parent object reference.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

The parent object reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

The parent object reference.

\n@return The parent object reference.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

The parent object reference.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@return Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The parent object reference.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

The parent object reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

The parent object reference.

\n@return The parent object reference.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

The parent object reference.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChildReference", "beanStyleSetterMethodName" : "setChildReference", "c2jName" : "ChildReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The child object reference to be attached to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #childReference(ObjectReference)}.\n@param childReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childReference(ObjectReference)", "deprecated" : false, "documentation" : "

The child object reference to be attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childReference", "fluentSetterDocumentation" : "

The child object reference to be attached to the object.

\n@param childReference The child object reference to be attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childReference", "getterDocumentation" : "

The child object reference to be attached to the object.

\n@return The child object reference to be attached to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChildReference", "sensitive" : false, "setterDocumentation" : "

The child object reference to be attached to the object.

\n@param childReference The child object reference to be attached to the object.", "setterMethodName" : "setChildReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : "

The child object reference to be attached to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The link name with which the child object is attached to the parent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The link name with which the child object is attached to the parent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@param linkName The link name with which the child object is attached to the parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@return The link name with which the child object is attached to the parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The link name with which the child object is attached to the parent.

\n@param linkName The link name with which the child object is attached to the parent.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The link name with which the child object is attached to the parent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ParentReference", "ChildReference", "LinkName" ], "shapeName" : "AttachObjectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachObjectRequest", "variableName" : "attachObjectRequest", "variableType" : "AttachObjectRequest", "documentation" : null, "simpleType" : "AttachObjectRequest", "variableSetterType" : "AttachObjectRequest" }, "wrapper" : false }, "AttachObjectResponse" : { "c2jName" : "AttachObjectResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@param attachedObjectIdentifier The attached ObjectIdentifier, which is the child ObjectIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@return The attached ObjectIdentifier, which is the child ObjectIdentifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@param attachedObjectIdentifier The attached ObjectIdentifier, which is the child ObjectIdentifier.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@param attachedObjectIdentifier The attached ObjectIdentifier, which is the child ObjectIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@return The attached ObjectIdentifier, which is the child ObjectIdentifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@param attachedObjectIdentifier The attached ObjectIdentifier, which is the child ObjectIdentifier.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@param attachedObjectIdentifier The attached ObjectIdentifier, which is the child ObjectIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@return The attached ObjectIdentifier, which is the child ObjectIdentifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

\n@param attachedObjectIdentifier The attached ObjectIdentifier, which is the child ObjectIdentifier.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The attached ObjectIdentifier, which is the child ObjectIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachObjectResponse", "variableName" : "attachObjectResponse", "variableType" : "AttachObjectResponse", "documentation" : null, "simpleType" : "AttachObjectResponse", "variableSetterType" : "AttachObjectResponse" }, "wrapper" : false }, "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AttachPolicy", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/policy/attach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that is associated with the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that is associated with the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that is associated with the policy object.

\n@return The reference that is associated with the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that is associated with the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@return The reference that identifies the object to which the policy will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@return The reference that identifies the object to which the policy will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "PolicyReference" : { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that is associated with the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that is associated with the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that is associated with the policy object.

\n@return The reference that is associated with the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that is associated with the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that is associated with the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that is associated with the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that is associated with the policy object.

\n@return The reference that is associated with the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that is associated with the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@return The reference that identifies the object to which the policy will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "PolicyReference", "ObjectReference" ], "shapeName" : "AttachPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachPolicyRequest", "variableName" : "attachPolicyRequest", "variableType" : "AttachPolicyRequest", "documentation" : null, "simpleType" : "AttachPolicyRequest", "variableSetterType" : "AttachPolicyRequest" }, "wrapper" : false }, "AttachPolicyResponse" : { "c2jName" : "AttachPolicyResponse", "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, "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 }, "AttachToIndexRequest" : { "c2jName" : "AttachToIndexRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AttachToIndex", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/index/attach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where the object and index exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@return The Amazon Resource Name (ARN) of the directory where the object and index exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where the object and index exist.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index that you are attaching the object to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@return A reference to the index that you are attaching the object to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index that you are attaching the object to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that you are attaching to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@return A reference to the object that you are attaching to the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that you are attaching to the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where the object and index exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@return The Amazon Resource Name (ARN) of the directory where the object and index exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where the object and index exist.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexReference" : { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index that you are attaching the object to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@return A reference to the index that you are attaching the object to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index that you are attaching the object to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetReference" : { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that you are attaching to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@return A reference to the object that you are attaching to the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that you are attaching to the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where the object and index exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@return The Amazon Resource Name (ARN) of the directory where the object and index exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where the object and index exist.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the directory where the object and index exist.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index that you are attaching the object to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@return A reference to the index that you are attaching the object to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index that you are attaching the object to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that you are attaching to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@return A reference to the object that you are attaching to the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that you are attaching to the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "IndexReference", "TargetReference" ], "shapeName" : "AttachToIndexRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachToIndexRequest", "variableName" : "attachToIndexRequest", "variableType" : "AttachToIndexRequest", "documentation" : null, "simpleType" : "AttachToIndexRequest", "variableSetterType" : "AttachToIndexRequest" }, "wrapper" : false }, "AttachToIndexResponse" : { "c2jName" : "AttachToIndexResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@return The ObjectIdentifier of the object that was attached to the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@return The ObjectIdentifier of the object that was attached to the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@return The ObjectIdentifier of the object that was attached to the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachToIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachToIndexResponse", "variableName" : "attachToIndexResponse", "variableType" : "AttachToIndexResponse", "documentation" : null, "simpleType" : "AttachToIndexResponse", "variableSetterType" : "AttachToIndexResponse" }, "wrapper" : false }, "AttachTypedLinkRequest" : { "c2jName" : "AttachTypedLinkRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AttachTypedLink", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/attach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@return The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the source object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the source object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the target object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the target object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A set of attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A set of attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A set of attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A set of attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A set of attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A set of attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@return The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceObjectReference" : { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the source object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the source object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetObjectReference" : { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the target object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the target object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TypedLinkFacet" : { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@return The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

\n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the source object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the source object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the target object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the target object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A set of attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A set of attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A set of attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "SourceObjectReference", "TargetObjectReference", "TypedLinkFacet", "Attributes" ], "shapeName" : "AttachTypedLinkRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachTypedLinkRequest", "variableName" : "attachTypedLinkRequest", "variableType" : "AttachTypedLinkRequest", "documentation" : null, "simpleType" : "AttachTypedLinkRequest", "variableSetterType" : "AttachTypedLinkRequest" }, "wrapper" : false }, "AttachTypedLinkResponse" : { "c2jName" : "AttachTypedLinkResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Returns a typed link specifier as output.

\n@return Returns a typed link specifier as output.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Returns a typed link specifier as output.

\n@return Returns a typed link specifier as output.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Returns a typed link specifier as output.

\n@return Returns a typed link specifier as output.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachTypedLinkResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachTypedLinkResponse", "variableName" : "attachTypedLinkResponse", "variableType" : "AttachTypedLinkResponse", "documentation" : null, "simpleType" : "AttachTypedLinkResponse", "variableSetterType" : "AttachTypedLinkResponse" }, "wrapper" : false }, "AttributeKey" : { "c2jName" : "AttributeKey", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A unique identifier for an attribute.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@param schemaArn The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@return The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@param schemaArn The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetName", "beanStyleSetterMethodName" : "setFacetName", "c2jName" : "FacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the facet that the attribute exists within.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetName(String)}.\n@param facetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetName(String)", "deprecated" : false, "documentation" : "

The name of the facet that the attribute exists within.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetName", "fluentSetterDocumentation" : "

The name of the facet that the attribute exists within.

\n@param facetName The name of the facet that the attribute exists within.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetName", "getterDocumentation" : "

The name of the facet that the attribute exists within.

\n@return The name of the facet that the attribute exists within.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetName", "sensitive" : false, "setterDocumentation" : "

The name of the facet that the attribute exists within.

\n@param facetName The name of the facet that the attribute exists within.", "setterMethodName" : "setFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : "

The name of the facet that the attribute exists within.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the attribute.

\n@return The name of the attribute.", "getterModel" : { "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, "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 name of the attribute.

\n@param name The name of the attribute.", "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 name of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FacetName" : { "beanStyleGetterMethodName" : "getFacetName", "beanStyleSetterMethodName" : "setFacetName", "c2jName" : "FacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the facet that the attribute exists within.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetName(String)}.\n@param facetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetName(String)", "deprecated" : false, "documentation" : "

The name of the facet that the attribute exists within.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetName", "fluentSetterDocumentation" : "

The name of the facet that the attribute exists within.

\n@param facetName The name of the facet that the attribute exists within.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetName", "getterDocumentation" : "

The name of the facet that the attribute exists within.

\n@return The name of the facet that the attribute exists within.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetName", "sensitive" : false, "setterDocumentation" : "

The name of the facet that the attribute exists within.

\n@param facetName The name of the facet that the attribute exists within.", "setterMethodName" : "setFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : "

The name of the facet that the attribute exists within.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the attribute.

\n@return The name of the attribute.", "getterModel" : { "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, "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 name of the attribute.

\n@param name The name of the attribute.", "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 name of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@param schemaArn The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@return The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@param schemaArn The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@param schemaArn The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@return The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

\n@param schemaArn The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetName", "beanStyleSetterMethodName" : "setFacetName", "c2jName" : "FacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the facet that the attribute exists within.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetName(String)}.\n@param facetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetName(String)", "deprecated" : false, "documentation" : "

The name of the facet that the attribute exists within.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetName", "fluentSetterDocumentation" : "

The name of the facet that the attribute exists within.

\n@param facetName The name of the facet that the attribute exists within.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetName", "getterDocumentation" : "

The name of the facet that the attribute exists within.

\n@return The name of the facet that the attribute exists within.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetName", "sensitive" : false, "setterDocumentation" : "

The name of the facet that the attribute exists within.

\n@param facetName The name of the facet that the attribute exists within.", "setterMethodName" : "setFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : "

The name of the facet that the attribute exists within.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the attribute.

\n@return The name of the attribute.", "getterModel" : { "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, "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 name of the attribute.

\n@param name The name of the attribute.", "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 name of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "FacetName", "Name" ], "shapeName" : "AttributeKey", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "wrapper" : false }, "AttributeKeyAndValue" : { "c2jName" : "AttributeKeyAndValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The combination of an attribute key and an attribute value.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

The key of the attribute.

\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #key(AttributeKey)}.\n@param key a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(AttributeKey)", "deprecated" : false, "documentation" : "

The key of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

The key of the attribute.

\n@param key The key of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The key of the attribute.

\n@return The key of the attribute.", "getterModel" : { "returnType" : "AttributeKey", "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, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

The key of the attribute.

\n@param key The key of the attribute.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "key", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "key", "variableType" : "AttributeKey", "documentation" : "

The key of the attribute.

", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the attribute.

\nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(TypedAttributeValue)}.\n@param value a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(TypedAttributeValue)", "deprecated" : false, "documentation" : "

The value of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value of the attribute.

\n@return The value of the attribute.", "getterModel" : { "returnType" : "TypedAttributeValue", "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, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The value of the attribute.

\n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : "

The value of the attribute.

", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

The key of the attribute.

\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #key(AttributeKey)}.\n@param key a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(AttributeKey)", "deprecated" : false, "documentation" : "

The key of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

The key of the attribute.

\n@param key The key of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The key of the attribute.

\n@return The key of the attribute.", "getterModel" : { "returnType" : "AttributeKey", "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, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

The key of the attribute.

\n@param key The key of the attribute.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "key", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "key", "variableType" : "AttributeKey", "documentation" : "

The key of the attribute.

", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the attribute.

\nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(TypedAttributeValue)}.\n@param value a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(TypedAttributeValue)", "deprecated" : false, "documentation" : "

The value of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value of the attribute.

\n@return The value of the attribute.", "getterModel" : { "returnType" : "TypedAttributeValue", "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, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The value of the attribute.

\n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : "

The value of the attribute.

", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

The key of the attribute.

\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #key(AttributeKey)}.\n@param key a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(AttributeKey)", "deprecated" : false, "documentation" : "

The key of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

The key of the attribute.

\n@param key The key of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

The key of the attribute.

\n@return The key of the attribute.", "getterModel" : { "returnType" : "AttributeKey", "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, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

The key of the attribute.

\n@param key The key of the attribute.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "key", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "key", "variableType" : "AttributeKey", "documentation" : "

The key of the attribute.

", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value of the attribute.

\nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(TypedAttributeValue)}.\n@param value a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(TypedAttributeValue)", "deprecated" : false, "documentation" : "

The value of the attribute.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value of the attribute.

\n@return The value of the attribute.", "getterModel" : { "returnType" : "TypedAttributeValue", "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, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The value of the attribute.

\n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : "

The value of the attribute.

", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key", "Value" ], "shapeName" : "AttributeKeyAndValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "attributeKeyAndValue", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "wrapper" : false }, "AttributeNameAndValue" : { "c2jName" : "AttributeNameAndValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Identifies the attribute name and value for a typed link.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The attribute name of the typed link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeName(String)}.\n@param attributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeName(String)", "deprecated" : false, "documentation" : "

The attribute name of the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "fluentSetterDocumentation" : "

The attribute name of the typed link.

\n@param attributeName The attribute name of the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeName", "getterDocumentation" : "

The attribute name of the typed link.

\n@return The attribute name of the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "setterDocumentation" : "

The attribute name of the typed link.

\n@param attributeName The attribute name of the typed link.", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

The attribute name of the typed link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value for the typed link.

\nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(TypedAttributeValue)}.\n@param value a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(TypedAttributeValue)", "deprecated" : false, "documentation" : "

The value for the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value for the typed link.

\n@param value The value for the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value for the typed link.

\n@return The value for the typed link.", "getterModel" : { "returnType" : "TypedAttributeValue", "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, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The value for the typed link.

\n@param value The value for the typed link.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : "

The value for the typed link.

", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeName" : { "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The attribute name of the typed link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeName(String)}.\n@param attributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeName(String)", "deprecated" : false, "documentation" : "

The attribute name of the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "fluentSetterDocumentation" : "

The attribute name of the typed link.

\n@param attributeName The attribute name of the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeName", "getterDocumentation" : "

The attribute name of the typed link.

\n@return The attribute name of the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "setterDocumentation" : "

The attribute name of the typed link.

\n@param attributeName The attribute name of the typed link.", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

The attribute name of the typed link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value for the typed link.

\nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(TypedAttributeValue)}.\n@param value a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(TypedAttributeValue)", "deprecated" : false, "documentation" : "

The value for the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value for the typed link.

\n@param value The value for the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value for the typed link.

\n@return The value for the typed link.", "getterModel" : { "returnType" : "TypedAttributeValue", "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, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The value for the typed link.

\n@param value The value for the typed link.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : "

The value for the typed link.

", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

The attribute name of the typed link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeName(String)}.\n@param attributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeName(String)", "deprecated" : false, "documentation" : "

The attribute name of the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "fluentSetterDocumentation" : "

The attribute name of the typed link.

\n@param attributeName The attribute name of the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeName", "getterDocumentation" : "

The attribute name of the typed link.

\n@return The attribute name of the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "setterDocumentation" : "

The attribute name of the typed link.

\n@param attributeName The attribute name of the typed link.", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

The attribute name of the typed link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

The value for the typed link.

\nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #value(TypedAttributeValue)}.\n@param value a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(TypedAttributeValue)", "deprecated" : false, "documentation" : "

The value for the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value for the typed link.

\n@param value The value for the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value for the typed link.

\n@return The value for the typed link.", "getterModel" : { "returnType" : "TypedAttributeValue", "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, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

The value for the typed link.

\n@param value The value for the typed link.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "value", "variableType" : "TypedAttributeValue", "documentation" : "

The value for the typed link.

", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AttributeName", "Value" ], "shapeName" : "AttributeNameAndValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "attributeNameAndValue", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "wrapper" : false }, "BatchAddFacetToObject" : { "c2jName" : "BatchAddFacetToObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a batch add facet to object operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Represents the facet being added to the object.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Represents the facet being added to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Represents the facet being added to the object.

\n@param schemaFacet Represents the facet being added to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Represents the facet being added to the object.

\n@return Represents the facet being added to the object.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Represents the facet being added to the object.

\n@param schemaFacet Represents the facet being added to the object.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Represents the facet being added to the object.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes to set on the object.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

The attributes to set on the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

The attributes to set on the object.

\n@param objectAttributeList The attributes to set on the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

The attributes to set on the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes to set on the object.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

The attributes to set on the object.

\n@param objectAttributeList The attributes to set on the object.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

The attributes to set on the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object being mutated.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object being mutated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object being mutated.

\n@param objectReference A reference to the object being mutated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object being mutated.

\n@return A reference to the object being mutated.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object being mutated.

\n@param objectReference A reference to the object being mutated.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object being mutated.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectAttributeList" : { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes to set on the object.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

The attributes to set on the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

The attributes to set on the object.

\n@param objectAttributeList The attributes to set on the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

The attributes to set on the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes to set on the object.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

The attributes to set on the object.

\n@param objectAttributeList The attributes to set on the object.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

The attributes to set on the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object being mutated.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object being mutated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object being mutated.

\n@param objectReference A reference to the object being mutated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object being mutated.

\n@return A reference to the object being mutated.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object being mutated.

\n@param objectReference A reference to the object being mutated.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object being mutated.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Represents the facet being added to the object.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Represents the facet being added to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Represents the facet being added to the object.

\n@param schemaFacet Represents the facet being added to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Represents the facet being added to the object.

\n@return Represents the facet being added to the object.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Represents the facet being added to the object.

\n@param schemaFacet Represents the facet being added to the object.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Represents the facet being added to the object.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Represents the facet being added to the object.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Represents the facet being added to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Represents the facet being added to the object.

\n@param schemaFacet Represents the facet being added to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Represents the facet being added to the object.

\n@return Represents the facet being added to the object.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Represents the facet being added to the object.

\n@param schemaFacet Represents the facet being added to the object.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Represents the facet being added to the object.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes to set on the object.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

The attributes to set on the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

The attributes to set on the object.

\n@param objectAttributeList The attributes to set on the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

The attributes to set on the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes to set on the object.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

The attributes to set on the object.

\n@param objectAttributeList The attributes to set on the object.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

The attributes to set on the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object being mutated.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object being mutated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object being mutated.

\n@param objectReference A reference to the object being mutated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object being mutated.

\n@return A reference to the object being mutated.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object being mutated.

\n@param objectReference A reference to the object being mutated.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object being mutated.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaFacet", "ObjectAttributeList", "ObjectReference" ], "shapeName" : "BatchAddFacetToObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "batchAddFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : null, "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "wrapper" : false }, "BatchAddFacetToObjectResponse" : { "c2jName" : "BatchAddFacetToObjectResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a batch add facet to object operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchAddFacetToObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "batchAddFacetToObjectResponse", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : null, "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "wrapper" : false }, "BatchAttachObject" : { "c2jName" : "BatchAttachObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of an AttachObject operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The parent object reference.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

The parent object reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

The parent object reference.

\n@return The parent object reference.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

The parent object reference.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChildReference", "beanStyleSetterMethodName" : "setChildReference", "c2jName" : "ChildReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The child object reference that is to be attached to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #childReference(ObjectReference)}.\n@param childReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childReference(ObjectReference)", "deprecated" : false, "documentation" : "

The child object reference that is to be attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childReference", "fluentSetterDocumentation" : "

The child object reference that is to be attached to the object.

\n@param childReference The child object reference that is to be attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childReference", "getterDocumentation" : "

The child object reference that is to be attached to the object.

\n@return The child object reference that is to be attached to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChildReference", "sensitive" : false, "setterDocumentation" : "

The child object reference that is to be attached to the object.

\n@param childReference The child object reference that is to be attached to the object.", "setterMethodName" : "setChildReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : "

The child object reference that is to be attached to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChildReference" : { "beanStyleGetterMethodName" : "getChildReference", "beanStyleSetterMethodName" : "setChildReference", "c2jName" : "ChildReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The child object reference that is to be attached to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #childReference(ObjectReference)}.\n@param childReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childReference(ObjectReference)", "deprecated" : false, "documentation" : "

The child object reference that is to be attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childReference", "fluentSetterDocumentation" : "

The child object reference that is to be attached to the object.

\n@param childReference The child object reference that is to be attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childReference", "getterDocumentation" : "

The child object reference that is to be attached to the object.

\n@return The child object reference that is to be attached to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChildReference", "sensitive" : false, "setterDocumentation" : "

The child object reference that is to be attached to the object.

\n@param childReference The child object reference that is to be attached to the object.", "setterMethodName" : "setChildReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : "

The child object reference that is to be attached to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The parent object reference.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

The parent object reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

The parent object reference.

\n@return The parent object reference.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

The parent object reference.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The parent object reference.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

The parent object reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

The parent object reference.

\n@return The parent object reference.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

The parent object reference.

\n@param parentReference The parent object reference.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

The parent object reference.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChildReference", "beanStyleSetterMethodName" : "setChildReference", "c2jName" : "ChildReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The child object reference that is to be attached to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #childReference(ObjectReference)}.\n@param childReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childReference(ObjectReference)", "deprecated" : false, "documentation" : "

The child object reference that is to be attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childReference", "fluentSetterDocumentation" : "

The child object reference that is to be attached to the object.

\n@param childReference The child object reference that is to be attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childReference", "getterDocumentation" : "

The child object reference that is to be attached to the object.

\n@return The child object reference that is to be attached to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ChildReference", "sensitive" : false, "setterDocumentation" : "

The child object reference that is to be attached to the object.

\n@param childReference The child object reference that is to be attached to the object.", "setterMethodName" : "setChildReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "childReference", "variableType" : "ObjectReference", "documentation" : "

The child object reference that is to be attached to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentReference", "ChildReference", "LinkName" ], "shapeName" : "BatchAttachObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "batchAttachObject", "variableType" : "BatchAttachObject", "documentation" : null, "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "wrapper" : false }, "BatchAttachObjectResponse" : { "c2jName" : "BatchAttachObjectResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output batch AttachObject response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "attachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that has been attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that has been attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@return The ObjectIdentifier of the object that has been attached.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that has been attached.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that has been attached.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "attachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that has been attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that has been attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@return The ObjectIdentifier of the object that has been attached.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that has been attached.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that has been attached.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "attachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that has been attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that has been attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@return The ObjectIdentifier of the object that has been attached.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that has been attached.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that has been attached.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that has been attached.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchAttachObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "batchAttachObjectResponse", "variableType" : "BatchAttachObjectResponse", "documentation" : null, "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "wrapper" : false }, "BatchAttachPolicy" : { "c2jName" : "BatchAttachPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that is associated with the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that is associated with the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that is associated with the policy object.

\n@return The reference that is associated with the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that is associated with the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@return The reference that identifies the object to which the policy will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@return The reference that identifies the object to which the policy will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "PolicyReference" : { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that is associated with the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that is associated with the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that is associated with the policy object.

\n@return The reference that is associated with the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that is associated with the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that is associated with the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that is associated with the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that is associated with the policy object.

\n@return The reference that is associated with the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that is associated with the policy object.

\n@param policyReference The reference that is associated with the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that is associated with the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@return The reference that identifies the object to which the policy will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object to which the policy will be attached.

\n@param objectReference The reference that identifies the object to which the policy will be attached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object to which the policy will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyReference", "ObjectReference" ], "shapeName" : "BatchAttachPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "batchAttachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : null, "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "wrapper" : false }, "BatchAttachPolicyResponse" : { "c2jName" : "BatchAttachPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of an AttachPolicy response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchAttachPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "batchAttachPolicyResponse", "variableType" : "BatchAttachPolicyResponse", "documentation" : null, "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "wrapper" : false }, "BatchAttachToIndex" : { "c2jName" : "BatchAttachToIndex", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index that you are attaching the object to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@return A reference to the index that you are attaching the object to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index that you are attaching the object to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that you are attaching to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@return A reference to the object that you are attaching to the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that you are attaching to the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexReference" : { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index that you are attaching the object to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@return A reference to the index that you are attaching the object to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index that you are attaching the object to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetReference" : { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that you are attaching to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@return A reference to the object that you are attaching to the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that you are attaching to the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index that you are attaching the object to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@return A reference to the index that you are attaching the object to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index that you are attaching the object to.

\n@param indexReference A reference to the index that you are attaching the object to.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index that you are attaching the object to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that you are attaching to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@return A reference to the object that you are attaching to the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that you are attaching to the index.

\n@param targetReference A reference to the object that you are attaching to the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that you are attaching to the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexReference", "TargetReference" ], "shapeName" : "BatchAttachToIndex", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "batchAttachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : null, "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "wrapper" : false }, "BatchAttachToIndexResponse" : { "c2jName" : "BatchAttachToIndexResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a AttachToIndex response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@return The ObjectIdentifier of the object that was attached to the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@return The ObjectIdentifier of the object that was attached to the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachedObjectIdentifier", "beanStyleSetterMethodName" : "setAttachedObjectIdentifier", "c2jName" : "AttachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachedObjectIdentifier(String)}.\n@param attachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@return The ObjectIdentifier of the object that was attached to the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was attached to the index.

\n@param attachedObjectIdentifier The ObjectIdentifier of the object that was attached to the index.", "setterMethodName" : "setAttachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was attached to the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchAttachToIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "batchAttachToIndexResponse", "variableType" : "BatchAttachToIndexResponse", "documentation" : null, "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "wrapper" : false }, "BatchAttachTypedLink" : { "c2jName" : "BatchAttachTypedLink", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the source object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the source object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the target object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the target object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A set of attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A set of attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A set of attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A set of attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A set of attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A set of attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SourceObjectReference" : { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the source object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the source object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetObjectReference" : { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the target object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the target object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TypedLinkFacet" : { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the source object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the source object that the typed link will attach to.

\n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the source object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Identifies the target object that the typed link will attach to.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

Identifies the target object that the typed link will attach to.

\n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

Identifies the target object that the typed link will attach to.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

Identifies the typed link facet that is associated with the typed link.

\n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Identifies the typed link facet that is associated with the typed link.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

A set of attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

A set of attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

A set of attributes that are associated with the typed link.

\n@param attributes A set of attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

A set of attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SourceObjectReference", "TargetObjectReference", "TypedLinkFacet", "Attributes" ], "shapeName" : "BatchAttachTypedLink", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "batchAttachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : null, "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "wrapper" : false }, "BatchAttachTypedLinkResponse" : { "c2jName" : "BatchAttachTypedLinkResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a AttachTypedLink response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Returns a typed link specifier as output.

\n@return Returns a typed link specifier as output.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Returns a typed link specifier as output.

\n@return Returns a typed link specifier as output.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Returns a typed link specifier as output.

\n@return Returns a typed link specifier as output.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifier Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchAttachTypedLinkResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "batchAttachTypedLinkResponse", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "wrapper" : false }, "BatchCreateIndex" : { "c2jName" : "BatchCreateIndex", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrderedIndexedAttributeList", "beanStyleSetterMethodName" : "setOrderedIndexedAttributeList", "c2jName" : "OrderedIndexedAttributeList", "c2jShape" : "AttributeKeyList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\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 #orderedIndexedAttributeList(List)}.\n@param orderedIndexedAttributeList 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 #orderedIndexedAttributeList(List)", "deprecated" : false, "documentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "orderedIndexedAttributeList", "fluentSetterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderedIndexedAttributeList", "getterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "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" : "OrderedIndexedAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderedIndexedAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKey)}.\n@param member a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKey)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKey", "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, "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" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : "", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKey", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKey", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrderedIndexedAttributeList", "sensitive" : false, "setterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "setterMethodName" : "setOrderedIndexedAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsUnique", "beanStyleSetterMethodName" : "setIsUnique", "c2jName" : "IsUnique", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\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 #isUnique(Boolean)}.\n@param isUnique 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 #isUnique(Boolean)", "deprecated" : false, "documentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isUnique", "fluentSetterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isUnique", "getterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@return Indicates whether the attribute that is being indexed has unique values or not.", "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" : "IsUnique", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsUnique", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsUnique", "sensitive" : false, "setterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.", "setterMethodName" : "setIsUnique", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the parent object that contains the index object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the parent object that contains the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

A reference to the parent object that contains the index object.

\n@param parentReference A reference to the parent object that contains the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

A reference to the parent object that contains the index object.

\n@return A reference to the parent object that contains the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

A reference to the parent object that contains the index object.

\n@param parentReference A reference to the parent object that contains the index object.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the parent object that contains the index object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link between the parent object and the index object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link between the parent object and the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link between the parent object and the index object.

\n@param linkName The name of the link between the parent object and the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link between the parent object and the index object.

\n@return The name of the link between the parent object and the index 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link between the parent object and the index object.

\n@param linkName The name of the link between the parent object and the index object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link between the parent object and the index object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchReferenceName" : { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IsUnique" : { "beanStyleGetterMethodName" : "getIsUnique", "beanStyleSetterMethodName" : "setIsUnique", "c2jName" : "IsUnique", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\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 #isUnique(Boolean)}.\n@param isUnique 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 #isUnique(Boolean)", "deprecated" : false, "documentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isUnique", "fluentSetterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isUnique", "getterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@return Indicates whether the attribute that is being indexed has unique values or not.", "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" : "IsUnique", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsUnique", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsUnique", "sensitive" : false, "setterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.", "setterMethodName" : "setIsUnique", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link between the parent object and the index object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link between the parent object and the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link between the parent object and the index object.

\n@param linkName The name of the link between the parent object and the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link between the parent object and the index object.

\n@return The name of the link between the parent object and the index 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link between the parent object and the index object.

\n@param linkName The name of the link between the parent object and the index object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link between the parent object and the index object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OrderedIndexedAttributeList" : { "beanStyleGetterMethodName" : "getOrderedIndexedAttributeList", "beanStyleSetterMethodName" : "setOrderedIndexedAttributeList", "c2jName" : "OrderedIndexedAttributeList", "c2jShape" : "AttributeKeyList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\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 #orderedIndexedAttributeList(List)}.\n@param orderedIndexedAttributeList 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 #orderedIndexedAttributeList(List)", "deprecated" : false, "documentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "orderedIndexedAttributeList", "fluentSetterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderedIndexedAttributeList", "getterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "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" : "OrderedIndexedAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderedIndexedAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKey)}.\n@param member a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKey)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKey", "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, "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" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : "", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKey", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKey", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrderedIndexedAttributeList", "sensitive" : false, "setterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "setterMethodName" : "setOrderedIndexedAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the parent object that contains the index object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the parent object that contains the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

A reference to the parent object that contains the index object.

\n@param parentReference A reference to the parent object that contains the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

A reference to the parent object that contains the index object.

\n@return A reference to the parent object that contains the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

A reference to the parent object that contains the index object.

\n@param parentReference A reference to the parent object that contains the index object.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the parent object that contains the index object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrderedIndexedAttributeList", "beanStyleSetterMethodName" : "setOrderedIndexedAttributeList", "c2jName" : "OrderedIndexedAttributeList", "c2jShape" : "AttributeKeyList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\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 #orderedIndexedAttributeList(List)}.\n@param orderedIndexedAttributeList 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 #orderedIndexedAttributeList(List)", "deprecated" : false, "documentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "orderedIndexedAttributeList", "fluentSetterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderedIndexedAttributeList", "getterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "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" : "OrderedIndexedAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderedIndexedAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKey)}.\n@param member a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKey)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKey", "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, "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" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : "", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKey", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKey", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrderedIndexedAttributeList", "sensitive" : false, "setterDocumentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

\n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "setterMethodName" : "setOrderedIndexedAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : "

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsUnique", "beanStyleSetterMethodName" : "setIsUnique", "c2jName" : "IsUnique", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\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 #isUnique(Boolean)}.\n@param isUnique 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 #isUnique(Boolean)", "deprecated" : false, "documentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isUnique", "fluentSetterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isUnique", "getterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@return Indicates whether the attribute that is being indexed has unique values or not.", "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" : "IsUnique", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsUnique", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsUnique", "sensitive" : false, "setterDocumentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

\n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.", "setterMethodName" : "setIsUnique", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : "

Indicates whether the attribute that is being indexed has unique values or not.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the parent object that contains the index object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the parent object that contains the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

A reference to the parent object that contains the index object.

\n@param parentReference A reference to the parent object that contains the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

A reference to the parent object that contains the index object.

\n@return A reference to the parent object that contains the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

A reference to the parent object that contains the index object.

\n@param parentReference A reference to the parent object that contains the index object.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the parent object that contains the index object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link between the parent object and the index object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link between the parent object and the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link between the parent object and the index object.

\n@param linkName The name of the link between the parent object and the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link between the parent object and the index object.

\n@return The name of the link between the parent object and the index 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link between the parent object and the index object.

\n@param linkName The name of the link between the parent object and the index object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link between the parent object and the index object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrderedIndexedAttributeList", "IsUnique" ], "shapeName" : "BatchCreateIndex", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "batchCreateIndex", "variableType" : "BatchCreateIndex", "documentation" : null, "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "wrapper" : false }, "BatchCreateIndexResponse" : { "c2jName" : "BatchCreateIndexResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a CreateIndex response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the index created by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@param objectIdentifier The ObjectIdentifier of the index created by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@return The ObjectIdentifier of the index created by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@param objectIdentifier The ObjectIdentifier of the index created by this operation.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the index created by this operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the index created by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@param objectIdentifier The ObjectIdentifier of the index created by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@return The ObjectIdentifier of the index created by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@param objectIdentifier The ObjectIdentifier of the index created by this operation.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the index created by this operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the index created by this operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@param objectIdentifier The ObjectIdentifier of the index created by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@return The ObjectIdentifier of the index created by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the index created by this operation.

\n@param objectIdentifier The ObjectIdentifier of the index created by this operation.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the index created by this operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchCreateIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "batchCreateIndexResponse", "variableType" : "BatchCreateIndexResponse", "documentation" : null, "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "wrapper" : false }, "BatchCreateObject" : { "c2jName" : "BatchCreateObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a CreateObject operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\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 #schemaFacet(List)}.\n@param schemaFacet 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 #schemaFacet(List)", "deprecated" : false, "documentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n@param schemaFacet A list of FacetArns that will be associated with the object. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of FacetArns that will be associated with the object. For more information, see arns.", "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" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n@param schemaFacet A list of FacetArns that will be associated with the object. For more information, see arns.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacet", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacet", "variableType" : "java.util.List", "documentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n@param objectAttributeList An attribute map, which contains an attribute ARN as the key and attribute value as the map value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An attribute map, which contains an attribute ARN as the key and attribute value as the map value.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n@param objectAttributeList An attribute map, which contains an attribute ARN as the key and attribute value as the map value.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

If specified, the parent reference to which this object will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@param parentReference If specified, the parent reference to which this object will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@return If specified, the parent reference to which this object will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@param parentReference If specified, the parent reference to which this object will be attached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

If specified, the parent reference to which this object will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchReferenceName" : { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectAttributeList" : { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n@param objectAttributeList An attribute map, which contains an attribute ARN as the key and attribute value as the map value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An attribute map, which contains an attribute ARN as the key and attribute value as the map value.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n@param objectAttributeList An attribute map, which contains an attribute ARN as the key and attribute value as the map value.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

If specified, the parent reference to which this object will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@param parentReference If specified, the parent reference to which this object will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@return If specified, the parent reference to which this object will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@param parentReference If specified, the parent reference to which this object will be attached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

If specified, the parent reference to which this object will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\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 #schemaFacet(List)}.\n@param schemaFacet 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 #schemaFacet(List)", "deprecated" : false, "documentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n@param schemaFacet A list of FacetArns that will be associated with the object. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of FacetArns that will be associated with the object. For more information, see arns.", "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" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n@param schemaFacet A list of FacetArns that will be associated with the object. For more information, see arns.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacet", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacet", "variableType" : "java.util.List", "documentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\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 #schemaFacet(List)}.\n@param schemaFacet 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 #schemaFacet(List)", "deprecated" : false, "documentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n@param schemaFacet A list of FacetArns that will be associated with the object. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of FacetArns that will be associated with the object. For more information, see arns.", "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" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

\n@param schemaFacet A list of FacetArns that will be associated with the object. For more information, see arns.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacet", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacet", "variableType" : "java.util.List", "documentation" : "

A list of FacetArns that will be associated with the object. For more information, see arns.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n@param objectAttributeList An attribute map, which contains an attribute ARN as the key and attribute value as the map value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An attribute map, which contains an attribute ARN as the key and attribute value as the map value.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

\n@param objectAttributeList An attribute map, which contains an attribute ARN as the key and attribute value as the map value.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

If specified, the parent reference to which this object will be attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@param parentReference If specified, the parent reference to which this object will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@return If specified, the parent reference to which this object will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

If specified, the parent reference to which this object will be attached.

\n@param parentReference If specified, the parent reference to which this object will be attached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

If specified, the parent reference to which this object will be attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaFacet", "ObjectAttributeList" ], "shapeName" : "BatchCreateObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "batchCreateObject", "variableType" : "BatchCreateObject", "documentation" : null, "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "wrapper" : false }, "BatchCreateObjectResponse" : { "c2jName" : "BatchCreateObjectResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a CreateObject response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ID that is associated with the object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ID that is associated with the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ID that is associated with the object.

\n@param objectIdentifier The ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ID that is associated with the object.

\n@return The ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ID that is associated with the object.

\n@param objectIdentifier The ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ID that is associated with the object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ID that is associated with the object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ID that is associated with the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ID that is associated with the object.

\n@param objectIdentifier The ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ID that is associated with the object.

\n@return The ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ID that is associated with the object.

\n@param objectIdentifier The ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ID that is associated with the object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ID that is associated with the object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ID that is associated with the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ID that is associated with the object.

\n@param objectIdentifier The ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ID that is associated with the object.

\n@return The ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ID that is associated with the object.

\n@param objectIdentifier The ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ID that is associated with the object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchCreateObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "batchCreateObjectResponse", "variableType" : "BatchCreateObjectResponse", "documentation" : null, "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "wrapper" : false }, "BatchDeleteObject" : { "c2jName" : "BatchDeleteObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DeleteObject operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object.

\n@param objectReference The reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object.

\n@return The reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object.

\n@param objectReference The reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object.

\n@param objectReference The reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object.

\n@return The reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object.

\n@param objectReference The reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object.

\n@param objectReference The reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object.

\n@return The reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object.

\n@param objectReference The reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchDeleteObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "batchDeleteObject", "variableType" : "BatchDeleteObject", "documentation" : null, "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "wrapper" : false }, "BatchDeleteObjectResponse" : { "c2jName" : "BatchDeleteObjectResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DeleteObject response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDeleteObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "batchDeleteObjectResponse", "variableType" : "BatchDeleteObjectResponse", "documentation" : null, "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "wrapper" : false }, "BatchDetachFromIndex" : { "c2jName" : "BatchDetachFromIndex", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index object.

\n@param indexReference A reference to the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index object.

\n@return A reference to the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index object.

\n@param indexReference A reference to the index object.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object being detached from the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object being detached from the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object being detached from the index.

\n@param targetReference A reference to the object being detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object being detached from the index.

\n@return A reference to the object being detached from the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object being detached from the index.

\n@param targetReference A reference to the object being detached from the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object being detached from the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexReference" : { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index object.

\n@param indexReference A reference to the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index object.

\n@return A reference to the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index object.

\n@param indexReference A reference to the index object.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetReference" : { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object being detached from the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object being detached from the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object being detached from the index.

\n@param targetReference A reference to the object being detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object being detached from the index.

\n@return A reference to the object being detached from the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object being detached from the index.

\n@param targetReference A reference to the object being detached from the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object being detached from the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the index object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the index object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

A reference to the index object.

\n@param indexReference A reference to the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

A reference to the index object.

\n@return A reference to the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

A reference to the index object.

\n@param indexReference A reference to the index object.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the index object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object being detached from the index.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object being detached from the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object being detached from the index.

\n@param targetReference A reference to the object being detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object being detached from the index.

\n@return A reference to the object being detached from the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object being detached from the index.

\n@param targetReference A reference to the object being detached from the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object being detached from the index.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexReference", "TargetReference" ], "shapeName" : "BatchDetachFromIndex", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "batchDetachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : null, "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "wrapper" : false }, "BatchDetachFromIndexResponse" : { "c2jName" : "BatchDetachFromIndexResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DetachFromIndex response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was detached from the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@return The ObjectIdentifier of the object that was detached from the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was detached from the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DetachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was detached from the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@return The ObjectIdentifier of the object that was detached from the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was detached from the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the object that was detached from the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@return The ObjectIdentifier of the object that was detached from the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the object that was detached from the index.

\n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the object that was detached from the index.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDetachFromIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "batchDetachFromIndexResponse", "variableType" : "BatchDetachFromIndexResponse", "documentation" : null, "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "wrapper" : false }, "BatchDetachObject" : { "c2jName" : "BatchDetachObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DetachObject operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

Parent reference from which the object with the specified link name is detached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@param parentReference Parent reference from which the object with the specified link name is detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@return Parent reference from which the object with the specified link name is detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@param parentReference Parent reference from which the object with the specified link name is detached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

Parent reference from which the object with the specified link name is detached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchReferenceName" : { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

Parent reference from which the object with the specified link name is detached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@param parentReference Parent reference from which the object with the specified link name is detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@return Parent reference from which the object with the specified link name is detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@param parentReference Parent reference from which the object with the specified link name is detached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

Parent reference from which the object with the specified link name is detached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

Parent reference from which the object with the specified link name is detached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@param parentReference Parent reference from which the object with the specified link name is detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@return Parent reference from which the object with the specified link name is detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

Parent reference from which the object with the specified link name is detached.

\n@param parentReference Parent reference from which the object with the specified link name is detached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

Parent reference from which the object with the specified link name is detached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

The name of the link.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

The name of the link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

The name of the link.

\n@return The name of the link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

The name of the link.

\n@param linkName The name of the link.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

The name of the link.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBatchReferenceName", "beanStyleSetterMethodName" : "setBatchReferenceName", "c2jName" : "BatchReferenceName", "c2jShape" : "BatchReferenceName", "defaultConsumerFluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchReferenceName(String)}.\n@param batchReferenceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchReferenceName(String)", "deprecated" : false, "documentation" : "

The batch reference name. See Transaction Support for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "batchReferenceName", "fluentSetterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "batchReferenceName", "getterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@return The batch reference name. See Transaction Support for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BatchReferenceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchReferenceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BatchReferenceName", "sensitive" : false, "setterDocumentation" : "

The batch reference name. See Transaction Support for more information.

\n@param batchReferenceName The batch reference name. See Transaction Support for more information.", "setterMethodName" : "setBatchReferenceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "batchReferenceName", "variableType" : "String", "documentation" : "

The batch reference name. See Transaction Support for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentReference", "LinkName" ], "shapeName" : "BatchDetachObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "batchDetachObject", "variableType" : "BatchDetachObject", "documentation" : null, "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "wrapper" : false }, "BatchDetachObjectResponse" : { "c2jName" : "BatchDetachObjectResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DetachObject response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "detachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the detached object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the detached object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@param detachedObjectIdentifier The ObjectIdentifier of the detached object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@return The ObjectIdentifier of the detached 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" : "detachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "detachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@param detachedObjectIdentifier The ObjectIdentifier of the detached object.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the detached object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DetachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "detachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the detached object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the detached object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@param detachedObjectIdentifier The ObjectIdentifier of the detached object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@return The ObjectIdentifier of the detached 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" : "detachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "detachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@param detachedObjectIdentifier The ObjectIdentifier of the detached object.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the detached object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "detachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the detached object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the detached object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@param detachedObjectIdentifier The ObjectIdentifier of the detached object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@return The ObjectIdentifier of the detached 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" : "detachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "detachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the detached object.

\n@param detachedObjectIdentifier The ObjectIdentifier of the detached object.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the detached object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDetachObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "batchDetachObjectResponse", "variableType" : "BatchDetachObjectResponse", "documentation" : null, "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "wrapper" : false }, "BatchDetachPolicy" : { "c2jName" : "BatchDetachPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Detaches the specified policy from the specified directory inside a BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

Reference that identifies the policy object.

\n@param policyReference Reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

Reference that identifies the policy object.

\n@return Reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the policy object.

\n@param policyReference Reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose policy object will be detached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@param objectReference Reference that identifies the object whose policy object will be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@return Reference that identifies the object whose policy object will be detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@param objectReference Reference that identifies the object whose policy object will be detached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose policy object will be detached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose policy object will be detached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@param objectReference Reference that identifies the object whose policy object will be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@return Reference that identifies the object whose policy object will be detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@param objectReference Reference that identifies the object whose policy object will be detached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose policy object will be detached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "PolicyReference" : { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

Reference that identifies the policy object.

\n@param policyReference Reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

Reference that identifies the policy object.

\n@return Reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the policy object.

\n@param policyReference Reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

Reference that identifies the policy object.

\n@param policyReference Reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

Reference that identifies the policy object.

\n@return Reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the policy object.

\n@param policyReference Reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose policy object will be detached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@param objectReference Reference that identifies the object whose policy object will be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@return Reference that identifies the object whose policy object will be detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose policy object will be detached.

\n@param objectReference Reference that identifies the object whose policy object will be detached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose policy object will be detached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyReference", "ObjectReference" ], "shapeName" : "BatchDetachPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "batchDetachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : null, "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "wrapper" : false }, "BatchDetachPolicyResponse" : { "c2jName" : "BatchDetachPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DetachPolicy response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDetachPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "batchDetachPolicyResponse", "variableType" : "BatchDetachPolicyResponse", "documentation" : null, "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "wrapper" : false }, "BatchDetachTypedLink" : { "c2jName" : "BatchDetachTypedLink", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object inside a BatchRead operation. For more information, see DetachTypedLink and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Used to accept a typed link specifier as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Used to accept a typed link specifier as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Used to accept a typed link specifier as input.

\n@param typedLinkSpecifier Used to accept a typed link specifier as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Used to accept a typed link specifier as input.

\n@return Used to accept a typed link specifier as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Used to accept a typed link specifier as input.

\n@param typedLinkSpecifier Used to accept a typed link specifier as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Used to accept a typed link specifier as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Used to accept a typed link specifier as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Used to accept a typed link specifier as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Used to accept a typed link specifier as input.

\n@param typedLinkSpecifier Used to accept a typed link specifier as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Used to accept a typed link specifier as input.

\n@return Used to accept a typed link specifier as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Used to accept a typed link specifier as input.

\n@param typedLinkSpecifier Used to accept a typed link specifier as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Used to accept a typed link specifier as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Used to accept a typed link specifier as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Used to accept a typed link specifier as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Used to accept a typed link specifier as input.

\n@param typedLinkSpecifier Used to accept a typed link specifier as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Used to accept a typed link specifier as input.

\n@return Used to accept a typed link specifier as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Used to accept a typed link specifier as input.

\n@param typedLinkSpecifier Used to accept a typed link specifier as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Used to accept a typed link specifier as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TypedLinkSpecifier" ], "shapeName" : "BatchDetachTypedLink", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "batchDetachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : null, "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "wrapper" : false }, "BatchDetachTypedLinkResponse" : { "c2jName" : "BatchDetachTypedLinkResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a DetachTypedLink response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDetachTypedLinkResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "batchDetachTypedLinkResponse", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "wrapper" : false }, "BatchGetLinkAttributes" : { "c2jName" : "BatchGetLinkAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Allows a typed link specifier to be accepted as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Allows a typed link specifier to be accepted as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of attribute names whose values will be retrieved.

\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

A list of attribute names whose values will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n@param attributeNames A list of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n@param attributeNames A list of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attribute names whose values will be retrieved.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of attribute names whose values will be retrieved.

\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

A list of attribute names whose values will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n@param attributeNames A list of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n@param attributeNames A list of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attribute names whose values will be retrieved.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Allows a typed link specifier to be accepted as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Allows a typed link specifier to be accepted as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Allows a typed link specifier to be accepted as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Allows a typed link specifier to be accepted as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of attribute names whose values will be retrieved.

\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

A list of attribute names whose values will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n@param attributeNames A list of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

A list of attribute names whose values will be retrieved.

\n@param attributeNames A list of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attribute names whose values will be retrieved.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TypedLinkSpecifier", "AttributeNames" ], "shapeName" : "BatchGetLinkAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "batchGetLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : null, "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "wrapper" : false }, "BatchGetLinkAttributesResponse" : { "c2jName" : "BatchGetLinkAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a GetLinkAttributes response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes that are associated with the typed link.

\n@param attributes The attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes that are associated with the typed link.

\n@param attributes The attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes that are associated with the typed link.

\n@param attributes The attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes that are associated with the typed link.

\n@param attributes The attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes that are associated with the typed link.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes that are associated with the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes that are associated with the typed link.

\n@param attributes The attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes that are associated with the typed link.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes that are associated with the typed link.

\n@param attributes The attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes that are associated with the typed link.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchGetLinkAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "batchGetLinkAttributesResponse", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "wrapper" : false }, "BatchGetObjectAttributes" : { "c2jName" : "BatchGetObjectAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose attributes will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@param objectReference Reference that identifies the object whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@return Reference that identifies the object whose attributes will be retrieved.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@param objectReference Reference that identifies the object whose attributes will be retrieved.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose attributes will be retrieved.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@return Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

List of attribute names whose values will be retrieved.

\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

List of attribute names whose values will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

List of attribute names whose values will be retrieved.

\n@param attributeNames List of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

List of attribute names whose values will be retrieved.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return List of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

List of attribute names whose values will be retrieved.

\n@param attributeNames List of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

List of attribute names whose values will be retrieved.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

List of attribute names whose values will be retrieved.

\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

List of attribute names whose values will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

List of attribute names whose values will be retrieved.

\n@param attributeNames List of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

List of attribute names whose values will be retrieved.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return List of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

List of attribute names whose values will be retrieved.

\n@param attributeNames List of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

List of attribute names whose values will be retrieved.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose attributes will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@param objectReference Reference that identifies the object whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@return Reference that identifies the object whose attributes will be retrieved.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@param objectReference Reference that identifies the object whose attributes will be retrieved.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose attributes will be retrieved.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@return Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose attributes will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@param objectReference Reference that identifies the object whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@return Reference that identifies the object whose attributes will be retrieved.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose attributes will be retrieved.

\n@param objectReference Reference that identifies the object whose attributes will be retrieved.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose attributes will be retrieved.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@return Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

\n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

List of attribute names whose values will be retrieved.

\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

List of attribute names whose values will be retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

List of attribute names whose values will be retrieved.

\n@param attributeNames List of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

List of attribute names whose values will be retrieved.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return List of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

List of attribute names whose values will be retrieved.

\n@param attributeNames List of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

List of attribute names whose values will be retrieved.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference", "SchemaFacet", "AttributeNames" ], "shapeName" : "BatchGetObjectAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "batchGetObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : null, "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "wrapper" : false }, "BatchGetObjectAttributesResponse" : { "c2jName" : "BatchGetObjectAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a GetObjectAttributes response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attribute values that are associated with an object.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attribute values that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attribute values that are associated with an object.

\n@param attributes The attribute values that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attribute values that are associated with an object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attribute values that are associated with an object.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attribute values that are associated with an object.

\n@param attributes The attribute values that are associated with an object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attribute values that are associated with an object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attribute values that are associated with an object.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attribute values that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attribute values that are associated with an object.

\n@param attributes The attribute values that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attribute values that are associated with an object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attribute values that are associated with an object.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attribute values that are associated with an object.

\n@param attributes The attribute values that are associated with an object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attribute values that are associated with an object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attribute values that are associated with an object.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attribute values that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attribute values that are associated with an object.

\n@param attributes The attribute values that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attribute values that are associated with an object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attribute values that are associated with an object.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attribute values that are associated with an object.

\n@param attributes The attribute values that are associated with an object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attribute values that are associated with an object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchGetObjectAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "batchGetObjectAttributesResponse", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "wrapper" : false }, "BatchGetObjectInformation" : { "c2jName" : "BatchGetObjectInformation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object.

\n@param objectReference A reference to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object.

\n@return A reference to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object.

\n@param objectReference A reference to the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object.

\n@param objectReference A reference to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object.

\n@return A reference to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object.

\n@param objectReference A reference to the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object.

\n@param objectReference A reference to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object.

\n@return A reference to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object.

\n@param objectReference A reference to the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchGetObjectInformation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "batchGetObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : null, "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "wrapper" : false }, "BatchGetObjectInformationResponse" : { "c2jName" : "BatchGetObjectInformationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a GetObjectInformation response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

The facets attached to the specified object.

\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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

The facets attached to the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

The facets attached to the specified object.

\n@param schemaFacets The facets attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

The facets attached to the specified object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The facets attached to the specified object.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

The facets attached to the specified object.

\n@param schemaFacets The facets attached to the specified object.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

The facets attached to the specified object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the specified object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@param objectIdentifier The ObjectIdentifier of the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@return The ObjectIdentifier of the specified 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@param objectIdentifier The ObjectIdentifier of the specified object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the specified object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the specified object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@param objectIdentifier The ObjectIdentifier of the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@return The ObjectIdentifier of the specified 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@param objectIdentifier The ObjectIdentifier of the specified object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the specified object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaFacets" : { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

The facets attached to the specified object.

\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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

The facets attached to the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

The facets attached to the specified object.

\n@param schemaFacets The facets attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

The facets attached to the specified object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The facets attached to the specified object.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

The facets attached to the specified object.

\n@param schemaFacets The facets attached to the specified object.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

The facets attached to the specified object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

The facets attached to the specified object.

\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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

The facets attached to the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

The facets attached to the specified object.

\n@param schemaFacets The facets attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

The facets attached to the specified object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The facets attached to the specified object.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

The facets attached to the specified object.

\n@param schemaFacets The facets attached to the specified object.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

The facets attached to the specified object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The ObjectIdentifier of the specified object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The ObjectIdentifier of the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@param objectIdentifier The ObjectIdentifier of the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@return The ObjectIdentifier of the specified 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The ObjectIdentifier of the specified object.

\n@param objectIdentifier The ObjectIdentifier of the specified object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The ObjectIdentifier of the specified object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchGetObjectInformationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "batchGetObjectInformationResponse", "variableType" : "BatchGetObjectInformationResponse", "documentation" : null, "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "wrapper" : false }, "BatchListAttachedIndices" : { "c2jName" : "BatchListAttachedIndices", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that has indices attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that has indices attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that has indices attached.

\n@param targetReference A reference to the object that has indices attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that has indices attached.

\n@return A reference to the object that has indices attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that has indices attached.

\n@param targetReference A reference to the object that has indices attached.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that has indices attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetReference" : { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that has indices attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that has indices attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that has indices attached.

\n@param targetReference A reference to the object that has indices attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that has indices attached.

\n@return A reference to the object that has indices attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that has indices attached.

\n@param targetReference A reference to the object that has indices attached.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that has indices attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object that has indices attached.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object that has indices attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

A reference to the object that has indices attached.

\n@param targetReference A reference to the object that has indices attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

A reference to the object that has indices attached.

\n@return A reference to the object that has indices attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object that has indices attached.

\n@param targetReference A reference to the object that has indices attached.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object that has indices attached.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetReference" ], "shapeName" : "BatchListAttachedIndices", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "batchListAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : null, "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "wrapper" : false }, "BatchListAttachedIndicesResponse" : { "c2jName" : "BatchListAttachedIndicesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListAttachedIndices response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

The indices attached to the specified object.

\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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

The indices attached to the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

The indices attached to the specified object.

\n@param indexAttachments The indices attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

The indices attached to the specified object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The indices attached to the specified object.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

The indices attached to the specified object.

\n@param indexAttachments The indices attached to the specified object.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

The indices attached to the specified object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexAttachments" : { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

The indices attached to the specified object.

\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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

The indices attached to the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

The indices attached to the specified object.

\n@param indexAttachments The indices attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

The indices attached to the specified object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The indices attached to the specified object.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

The indices attached to the specified object.

\n@param indexAttachments The indices attached to the specified object.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

The indices attached to the specified object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

The indices attached to the specified object.

\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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

The indices attached to the specified object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

The indices attached to the specified object.

\n@param indexAttachments The indices attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

The indices attached to the specified object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The indices attached to the specified object.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

The indices attached to the specified object.

\n@param indexAttachments The indices attached to the specified object.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

The indices attached to the specified object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListAttachedIndicesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "batchListAttachedIndicesResponse", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : null, "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "wrapper" : false }, "BatchListIncomingTypedLinks" : { "c2jName" : "BatchListIncomingTypedLinks", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListIncomingTypedLinks and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@return Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterAttributeRanges" : { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FilterTypedLink" : { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@return Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@return Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListIncomingTypedLinks", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "batchListIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "wrapper" : false }, "BatchListIncomingTypedLinksResponse" : { "c2jName" : "BatchListIncomingTypedLinksResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListIncomingTypedLinks response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getLinkSpecifiers", "beanStyleSetterMethodName" : "setLinkSpecifiers", "c2jName" : "LinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

Returns one or more typed link specifiers as output.

\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 #linkSpecifiers(List)}.\n@param linkSpecifiers 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 #linkSpecifiers(List)", "deprecated" : false, "documentation" : "

Returns one or more typed link specifiers as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkSpecifiers", "fluentSetterDocumentation" : "

Returns one or more typed link specifiers as output.

\n@param linkSpecifiers Returns one or more typed link specifiers as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkSpecifiers", "getterDocumentation" : "

Returns one or more typed link specifiers as output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns one or more typed link specifiers as output.", "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" : "LinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

Returns one or more typed link specifiers as output.

\n@param linkSpecifiers Returns one or more typed link specifiers as output.", "setterMethodName" : "setLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : "

Returns one or more typed link specifiers as output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LinkSpecifiers" : { "beanStyleGetterMethodName" : "getLinkSpecifiers", "beanStyleSetterMethodName" : "setLinkSpecifiers", "c2jName" : "LinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

Returns one or more typed link specifiers as output.

\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 #linkSpecifiers(List)}.\n@param linkSpecifiers 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 #linkSpecifiers(List)", "deprecated" : false, "documentation" : "

Returns one or more typed link specifiers as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkSpecifiers", "fluentSetterDocumentation" : "

Returns one or more typed link specifiers as output.

\n@param linkSpecifiers Returns one or more typed link specifiers as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkSpecifiers", "getterDocumentation" : "

Returns one or more typed link specifiers as output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns one or more typed link specifiers as output.", "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" : "LinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

Returns one or more typed link specifiers as output.

\n@param linkSpecifiers Returns one or more typed link specifiers as output.", "setterMethodName" : "setLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : "

Returns one or more typed link specifiers as output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLinkSpecifiers", "beanStyleSetterMethodName" : "setLinkSpecifiers", "c2jName" : "LinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

Returns one or more typed link specifiers as output.

\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 #linkSpecifiers(List)}.\n@param linkSpecifiers 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 #linkSpecifiers(List)", "deprecated" : false, "documentation" : "

Returns one or more typed link specifiers as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkSpecifiers", "fluentSetterDocumentation" : "

Returns one or more typed link specifiers as output.

\n@param linkSpecifiers Returns one or more typed link specifiers as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkSpecifiers", "getterDocumentation" : "

Returns one or more typed link specifiers as output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns one or more typed link specifiers as output.", "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" : "LinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

Returns one or more typed link specifiers as output.

\n@param linkSpecifiers Returns one or more typed link specifiers as output.", "setterMethodName" : "setLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : "

Returns one or more typed link specifiers as output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListIncomingTypedLinksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "batchListIncomingTypedLinksResponse", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "wrapper" : false }, "BatchListIndex" : { "c2jName" : "BatchListIndex", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRangesOnIndexedValues", "beanStyleSetterMethodName" : "setRangesOnIndexedValues", "c2jName" : "RangesOnIndexedValues", "c2jShape" : "ObjectAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\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 #rangesOnIndexedValues(List)}.\n@param rangesOnIndexedValues 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 #rangesOnIndexedValues(List)", "deprecated" : false, "documentation" : "

Specifies the ranges of indexed values that you want to query.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rangesOnIndexedValues", "fluentSetterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rangesOnIndexedValues", "getterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Specifies the ranges of indexed values that you want to query.", "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" : "RangesOnIndexedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RangesOnIndexedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeRange.Builder} avoiding the need to create one manually via {@link ObjectAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeRange)}.\n@param member a consumer that will call methods on {@link ObjectAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeRange", "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, "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" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : "", "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RangesOnIndexedValues", "sensitive" : false, "setterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.", "setterMethodName" : "setRangesOnIndexedValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : "

Specifies the ranges of indexed values that you want to query.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference to the index to list.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference to the index to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

The reference to the index to list.

\n@param indexReference The reference to the index to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

The reference to the index to list.

\n@return The reference to the index to list.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

The reference to the index to list.

\n@param indexReference The reference to the index to list.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

The reference to the index to list.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexReference" : { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference to the index to list.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference to the index to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

The reference to the index to list.

\n@param indexReference The reference to the index to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

The reference to the index to list.

\n@return The reference to the index to list.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

The reference to the index to list.

\n@param indexReference The reference to the index to list.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

The reference to the index to list.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RangesOnIndexedValues" : { "beanStyleGetterMethodName" : "getRangesOnIndexedValues", "beanStyleSetterMethodName" : "setRangesOnIndexedValues", "c2jName" : "RangesOnIndexedValues", "c2jShape" : "ObjectAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\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 #rangesOnIndexedValues(List)}.\n@param rangesOnIndexedValues 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 #rangesOnIndexedValues(List)", "deprecated" : false, "documentation" : "

Specifies the ranges of indexed values that you want to query.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rangesOnIndexedValues", "fluentSetterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rangesOnIndexedValues", "getterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Specifies the ranges of indexed values that you want to query.", "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" : "RangesOnIndexedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RangesOnIndexedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeRange.Builder} avoiding the need to create one manually via {@link ObjectAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeRange)}.\n@param member a consumer that will call methods on {@link ObjectAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeRange", "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, "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" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : "", "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RangesOnIndexedValues", "sensitive" : false, "setterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.", "setterMethodName" : "setRangesOnIndexedValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : "

Specifies the ranges of indexed values that you want to query.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRangesOnIndexedValues", "beanStyleSetterMethodName" : "setRangesOnIndexedValues", "c2jName" : "RangesOnIndexedValues", "c2jShape" : "ObjectAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\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 #rangesOnIndexedValues(List)}.\n@param rangesOnIndexedValues 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 #rangesOnIndexedValues(List)", "deprecated" : false, "documentation" : "

Specifies the ranges of indexed values that you want to query.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rangesOnIndexedValues", "fluentSetterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rangesOnIndexedValues", "getterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Specifies the ranges of indexed values that you want to query.", "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" : "RangesOnIndexedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RangesOnIndexedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeRange.Builder} avoiding the need to create one manually via {@link ObjectAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeRange)}.\n@param member a consumer that will call methods on {@link ObjectAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeRange", "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, "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" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : "", "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RangesOnIndexedValues", "sensitive" : false, "setterDocumentation" : "

Specifies the ranges of indexed values that you want to query.

\n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.", "setterMethodName" : "setRangesOnIndexedValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : "

Specifies the ranges of indexed values that you want to query.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference to the index to list.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference to the index to list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

The reference to the index to list.

\n@param indexReference The reference to the index to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

The reference to the index to list.

\n@return The reference to the index to list.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

The reference to the index to list.

\n@param indexReference The reference to the index to list.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

The reference to the index to list.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexReference" ], "shapeName" : "BatchListIndex", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "batchListIndex", "variableType" : "BatchListIndex", "documentation" : null, "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "wrapper" : false }, "BatchListIndexResponse" : { "c2jName" : "BatchListIndexResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListIndex response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

The objects and indexed values attached to the index.

\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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

The objects and indexed values attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

The objects and indexed values attached to the index.

\n@param indexAttachments The objects and indexed values attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

The objects and indexed values attached to the index.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The objects and indexed values attached to the index.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

The objects and indexed values attached to the index.

\n@param indexAttachments The objects and indexed values attached to the index.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

The objects and indexed values attached to the index.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexAttachments" : { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

The objects and indexed values attached to the index.

\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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

The objects and indexed values attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

The objects and indexed values attached to the index.

\n@param indexAttachments The objects and indexed values attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

The objects and indexed values attached to the index.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The objects and indexed values attached to the index.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

The objects and indexed values attached to the index.

\n@param indexAttachments The objects and indexed values attached to the index.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

The objects and indexed values attached to the index.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

The objects and indexed values attached to the index.

\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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

The objects and indexed values attached to the index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

The objects and indexed values attached to the index.

\n@param indexAttachments The objects and indexed values attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

The objects and indexed values attached to the index.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The objects and indexed values attached to the index.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

The objects and indexed values attached to the index.

\n@param indexAttachments The objects and indexed values attached to the index.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

The objects and indexed values attached to the index.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "batchListIndexResponse", "variableType" : "BatchListIndexResponse", "documentation" : null, "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "wrapper" : false }, "BatchListObjectAttributes" : { "c2jName" : "BatchListObjectAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListObjectAttributes operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference of the object whose attributes need to be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference of the object whose attributes need to be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@param objectReference Reference of the object whose attributes need to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@return Reference of the object whose attributes need to be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@param objectReference Reference of the object whose attributes need to be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference of the object whose attributes need to be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\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, "documentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetFilter", "beanStyleSetterMethodName" : "setFacetFilter", "c2jName" : "FacetFilter", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #facetFilter(SchemaFacet)}.\n@param facetFilter a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetFilter(SchemaFacet)", "deprecated" : false, "documentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetFilter", "fluentSetterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetFilter", "getterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@return Used to filter the list of object attributes that are associated with a certain facet.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FacetFilter", "sensitive" : false, "setterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.", "setterMethodName" : "setFacetFilter", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FacetFilter" : { "beanStyleGetterMethodName" : "getFacetFilter", "beanStyleSetterMethodName" : "setFacetFilter", "c2jName" : "FacetFilter", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #facetFilter(SchemaFacet)}.\n@param facetFilter a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetFilter(SchemaFacet)", "deprecated" : false, "documentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetFilter", "fluentSetterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetFilter", "getterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@return Used to filter the list of object attributes that are associated with a certain facet.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FacetFilter", "sensitive" : false, "setterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.", "setterMethodName" : "setFacetFilter", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\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, "documentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference of the object whose attributes need to be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference of the object whose attributes need to be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@param objectReference Reference of the object whose attributes need to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@return Reference of the object whose attributes need to be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@param objectReference Reference of the object whose attributes need to be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference of the object whose attributes need to be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference of the object whose attributes need to be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference of the object whose attributes need to be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@param objectReference Reference of the object whose attributes need to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@return Reference of the object whose attributes need to be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference of the object whose attributes need to be listed.

\n@param objectReference Reference of the object whose attributes need to be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference of the object whose attributes need to be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\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, "documentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of items to be retrieved in a single call. This is an approximate number.

\n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetFilter", "beanStyleSetterMethodName" : "setFacetFilter", "c2jName" : "FacetFilter", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #facetFilter(SchemaFacet)}.\n@param facetFilter a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetFilter(SchemaFacet)", "deprecated" : false, "documentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetFilter", "fluentSetterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetFilter", "getterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@return Used to filter the list of object attributes that are associated with a certain facet.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FacetFilter", "sensitive" : false, "setterDocumentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

\n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.", "setterMethodName" : "setFacetFilter", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : "

Used to filter the list of object attributes that are associated with a certain facet.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListObjectAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "batchListObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : null, "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "wrapper" : false }, "BatchListObjectAttributesResponse" : { "c2jName" : "BatchListObjectAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListObjectAttributes response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n@param attributes The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n@param attributes The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n@param attributes The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n@param attributes The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n@param attributes The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

\n@param attributes The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListObjectAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "batchListObjectAttributesResponse", "variableType" : "BatchListObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "wrapper" : false }, "BatchListObjectChildren" : { "c2jName" : "BatchListObjectChildren", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListObjectChildren operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference of the object for which child objects are being listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference of the object for which child objects are being listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@param objectReference Reference of the object for which child objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@return Reference of the object for which child objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@param objectReference Reference of the object for which child objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference of the object for which child objects are being listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\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, "documentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults Maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@return Maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults Maximum number of items to be retrieved in a single call. This is an approximate number.", "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" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\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, "documentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults Maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@return Maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults Maximum number of items to be retrieved in a single call. This is an approximate number.", "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" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference of the object for which child objects are being listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference of the object for which child objects are being listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@param objectReference Reference of the object for which child objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@return Reference of the object for which child objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@param objectReference Reference of the object for which child objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference of the object for which child objects are being listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference of the object for which child objects are being listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference of the object for which child objects are being listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@param objectReference Reference of the object for which child objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@return Reference of the object for which child objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference of the object for which child objects are being listed.

\n@param objectReference Reference of the object for which child objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference of the object for which child objects are being listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\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, "documentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults Maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@return Maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

\n@param maxResults Maximum number of items to be retrieved in a single call. This is an approximate number.", "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" : "

Maximum number of items to be retrieved in a single call. This is an approximate number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListObjectChildren", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "batchListObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : null, "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "wrapper" : false }, "BatchListObjectChildrenResponse" : { "c2jName" : "BatchListObjectChildrenResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListObjectChildren response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "LinkNameToObjectIdentifierMap", "defaultConsumerFluentSetterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #children(Map)}.\n@param children a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(Map)", "deprecated" : false, "documentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n@param children The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n@param children The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Children" : { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "LinkNameToObjectIdentifierMap", "defaultConsumerFluentSetterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #children(Map)}.\n@param children a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(Map)", "deprecated" : false, "documentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n@param children The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n@param children The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "LinkNameToObjectIdentifierMap", "defaultConsumerFluentSetterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #children(Map)}.\n@param children a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(Map)", "deprecated" : false, "documentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n@param children The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

\n@param children The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : "

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListObjectChildrenResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "batchListObjectChildrenResponse", "variableType" : "BatchListObjectChildrenResponse", "documentation" : null, "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "wrapper" : false }, "BatchListObjectParentPaths" : { "c2jName" : "BatchListObjectParentPaths", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListObjectParentPaths", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "batchListObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : null, "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "wrapper" : false }, "BatchListObjectParentPathsResponse" : { "c2jName" : "BatchListObjectParentPathsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListObjectParentPaths response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPathToObjectIdentifiersList", "beanStyleSetterMethodName" : "setPathToObjectIdentifiersList", "c2jName" : "PathToObjectIdentifiersList", "c2jShape" : "PathToObjectIdentifiersList", "defaultConsumerFluentSetterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\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 #pathToObjectIdentifiersList(List)}.\n@param pathToObjectIdentifiersList 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 #pathToObjectIdentifiersList(List)", "deprecated" : false, "documentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathToObjectIdentifiersList", "fluentSetterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathToObjectIdentifiersList", "getterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns the path to the ObjectIdentifiers that are associated with the directory.", "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" : "PathToObjectIdentifiersList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PathToObjectIdentifiersList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PathToObjectIdentifiers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PathToObjectIdentifiers.Builder} avoiding the need to create one manually via {@link PathToObjectIdentifiers#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathToObjectIdentifiers.Builder#build()} is called immediately and its result is passed to {@link #member(PathToObjectIdentifiers)}.\n@param member a consumer that will call methods on {@link PathToObjectIdentifiers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PathToObjectIdentifiers)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PathToObjectIdentifiers", "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, "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" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : "", "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PathToObjectIdentifiers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PathToObjectIdentifiers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PathToObjectIdentifiersList", "sensitive" : false, "setterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.", "setterMethodName" : "setPathToObjectIdentifiersList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PathToObjectIdentifiersList" : { "beanStyleGetterMethodName" : "getPathToObjectIdentifiersList", "beanStyleSetterMethodName" : "setPathToObjectIdentifiersList", "c2jName" : "PathToObjectIdentifiersList", "c2jShape" : "PathToObjectIdentifiersList", "defaultConsumerFluentSetterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\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 #pathToObjectIdentifiersList(List)}.\n@param pathToObjectIdentifiersList 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 #pathToObjectIdentifiersList(List)", "deprecated" : false, "documentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathToObjectIdentifiersList", "fluentSetterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathToObjectIdentifiersList", "getterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns the path to the ObjectIdentifiers that are associated with the directory.", "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" : "PathToObjectIdentifiersList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PathToObjectIdentifiersList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PathToObjectIdentifiers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PathToObjectIdentifiers.Builder} avoiding the need to create one manually via {@link PathToObjectIdentifiers#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathToObjectIdentifiers.Builder#build()} is called immediately and its result is passed to {@link #member(PathToObjectIdentifiers)}.\n@param member a consumer that will call methods on {@link PathToObjectIdentifiers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PathToObjectIdentifiers)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PathToObjectIdentifiers", "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, "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" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : "", "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PathToObjectIdentifiers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PathToObjectIdentifiers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PathToObjectIdentifiersList", "sensitive" : false, "setterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.", "setterMethodName" : "setPathToObjectIdentifiersList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPathToObjectIdentifiersList", "beanStyleSetterMethodName" : "setPathToObjectIdentifiersList", "c2jName" : "PathToObjectIdentifiersList", "c2jShape" : "PathToObjectIdentifiersList", "defaultConsumerFluentSetterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\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 #pathToObjectIdentifiersList(List)}.\n@param pathToObjectIdentifiersList 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 #pathToObjectIdentifiersList(List)", "deprecated" : false, "documentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathToObjectIdentifiersList", "fluentSetterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathToObjectIdentifiersList", "getterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns the path to the ObjectIdentifiers that are associated with the directory.", "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" : "PathToObjectIdentifiersList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PathToObjectIdentifiersList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PathToObjectIdentifiers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PathToObjectIdentifiers.Builder} avoiding the need to create one manually via {@link PathToObjectIdentifiers#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathToObjectIdentifiers.Builder#build()} is called immediately and its result is passed to {@link #member(PathToObjectIdentifiers)}.\n@param member a consumer that will call methods on {@link PathToObjectIdentifiers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PathToObjectIdentifiers)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PathToObjectIdentifiers", "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, "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" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : "", "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PathToObjectIdentifiers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PathToObjectIdentifiers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PathToObjectIdentifiersList", "sensitive" : false, "setterDocumentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

\n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.", "setterMethodName" : "setPathToObjectIdentifiersList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : "

Returns the path to the ObjectIdentifiers that are associated with the directory.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListObjectParentPathsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "batchListObjectParentPathsResponse", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "wrapper" : false }, "BatchListObjectParents" : { "c2jName" : "BatchListObjectParents", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\n@param objectReference The new value for the ObjectReference property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "Returns the value of the ObjectReference property for this object.\n@return The value of the ObjectReference property for this object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\n@param objectReference The new value for the ObjectReference property for this object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : 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" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "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, "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" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "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" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "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, "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" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "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" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : 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" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\n@param objectReference The new value for the ObjectReference property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "Returns the value of the ObjectReference property for this object.\n@return The value of the ObjectReference property for this object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\n@param objectReference The new value for the ObjectReference property for this object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\n@param objectReference The new value for the ObjectReference property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "Returns the value of the ObjectReference property for this object.\n@return The value of the ObjectReference property for this object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "Sets the value of the ObjectReference property for this object.\n\n@param objectReference The new value for the ObjectReference property for this object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : 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" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "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, "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" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "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" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListObjectParents", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "batchListObjectParents", "variableType" : "BatchListObjectParents", "documentation" : null, "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "wrapper" : false }, "BatchListObjectParentsResponse" : { "c2jName" : "BatchListObjectParentsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getParentLinks", "beanStyleSetterMethodName" : "setParentLinks", "c2jName" : "ParentLinks", "c2jShape" : "ObjectIdentifierAndLinkNameList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\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 #parentLinks(List)}.\n@param parentLinks 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 #parentLinks(List)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentLinks", "fluentSetterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\n@param parentLinks The new value for the ParentLinks property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentLinks", "getterDocumentation" : "Returns the value of the ParentLinks property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The value of the ParentLinks property for this object.", "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" : "ParentLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifierAndLinkNameTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectIdentifierAndLinkNameTuple.Builder} avoiding the need to create one manually via {@link ObjectIdentifierAndLinkNameTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectIdentifierAndLinkNameTuple.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectIdentifierAndLinkNameTuple)}.\n@param member a consumer that will call methods on {@link ObjectIdentifierAndLinkNameTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectIdentifierAndLinkNameTuple)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectIdentifierAndLinkNameTuple", "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, "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" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : "", "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectIdentifierAndLinkNameTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParentLinks", "sensitive" : false, "setterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\n@param parentLinks The new value for the ParentLinks property for this object.", "setterMethodName" : "setParentLinks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : 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" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : 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" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentLinks" : { "beanStyleGetterMethodName" : "getParentLinks", "beanStyleSetterMethodName" : "setParentLinks", "c2jName" : "ParentLinks", "c2jShape" : "ObjectIdentifierAndLinkNameList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\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 #parentLinks(List)}.\n@param parentLinks 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 #parentLinks(List)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentLinks", "fluentSetterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\n@param parentLinks The new value for the ParentLinks property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentLinks", "getterDocumentation" : "Returns the value of the ParentLinks property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The value of the ParentLinks property for this object.", "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" : "ParentLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifierAndLinkNameTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectIdentifierAndLinkNameTuple.Builder} avoiding the need to create one manually via {@link ObjectIdentifierAndLinkNameTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectIdentifierAndLinkNameTuple.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectIdentifierAndLinkNameTuple)}.\n@param member a consumer that will call methods on {@link ObjectIdentifierAndLinkNameTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectIdentifierAndLinkNameTuple)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectIdentifierAndLinkNameTuple", "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, "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" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : "", "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectIdentifierAndLinkNameTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParentLinks", "sensitive" : false, "setterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\n@param parentLinks The new value for the ParentLinks property for this object.", "setterMethodName" : "setParentLinks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentLinks", "beanStyleSetterMethodName" : "setParentLinks", "c2jName" : "ParentLinks", "c2jShape" : "ObjectIdentifierAndLinkNameList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\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 #parentLinks(List)}.\n@param parentLinks 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 #parentLinks(List)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentLinks", "fluentSetterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\n@param parentLinks The new value for the ParentLinks property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentLinks", "getterDocumentation" : "Returns the value of the ParentLinks property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The value of the ParentLinks property for this object.", "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" : "ParentLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifierAndLinkNameTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectIdentifierAndLinkNameTuple.Builder} avoiding the need to create one manually via {@link ObjectIdentifierAndLinkNameTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectIdentifierAndLinkNameTuple.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectIdentifierAndLinkNameTuple)}.\n@param member a consumer that will call methods on {@link ObjectIdentifierAndLinkNameTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectIdentifierAndLinkNameTuple)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectIdentifierAndLinkNameTuple", "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, "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" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : "", "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectIdentifierAndLinkNameTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParentLinks", "sensitive" : false, "setterDocumentation" : "Sets the value of the ParentLinks property for this object.\n\n@param parentLinks The new value for the ParentLinks property for this object.", "setterMethodName" : "setParentLinks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : 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" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListObjectParentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "batchListObjectParentsResponse", "variableType" : "BatchListObjectParentsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "wrapper" : false }, "BatchListObjectPolicies" : { "c2jName" : "BatchListObjectPolicies", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListObjectPolicies", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "batchListObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : null, "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "wrapper" : false }, "BatchListObjectPoliciesResponse" : { "c2jName" : "BatchListObjectPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListObjectPolicies response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachedPolicyIds", "beanStyleSetterMethodName" : "setAttachedPolicyIds", "c2jName" : "AttachedPolicyIds", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\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 #attachedPolicyIds(List)}.\n@param attachedPolicyIds 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 #attachedPolicyIds(List)", "deprecated" : false, "documentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedPolicyIds", "fluentSetterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedPolicyIds", "getterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of policy ObjectIdentifiers, that are attached to the object.", "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" : "AttachedPolicyIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedPolicyIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttachedPolicyIds", "sensitive" : false, "setterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.", "setterMethodName" : "setAttachedPolicyIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachedPolicyIds" : { "beanStyleGetterMethodName" : "getAttachedPolicyIds", "beanStyleSetterMethodName" : "setAttachedPolicyIds", "c2jName" : "AttachedPolicyIds", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\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 #attachedPolicyIds(List)}.\n@param attachedPolicyIds 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 #attachedPolicyIds(List)", "deprecated" : false, "documentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedPolicyIds", "fluentSetterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedPolicyIds", "getterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of policy ObjectIdentifiers, that are attached to the object.", "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" : "AttachedPolicyIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedPolicyIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttachedPolicyIds", "sensitive" : false, "setterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.", "setterMethodName" : "setAttachedPolicyIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachedPolicyIds", "beanStyleSetterMethodName" : "setAttachedPolicyIds", "c2jName" : "AttachedPolicyIds", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\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 #attachedPolicyIds(List)}.\n@param attachedPolicyIds 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 #attachedPolicyIds(List)", "deprecated" : false, "documentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedPolicyIds", "fluentSetterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedPolicyIds", "getterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of policy ObjectIdentifiers, that are attached to the object.", "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" : "AttachedPolicyIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedPolicyIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttachedPolicyIds", "sensitive" : false, "setterDocumentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

\n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.", "setterMethodName" : "setAttachedPolicyIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : "

A list of policy ObjectIdentifiers, that are attached to the object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListObjectPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "batchListObjectPoliciesResponse", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : null, "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "wrapper" : false }, "BatchListOutgoingTypedLinks" : { "c2jName" : "BatchListOutgoingTypedLinks", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListOutgoingTypedLinks and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@return Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterAttributeRanges" : { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FilterTypedLink" : { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@return Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the object whose attributes will be listed.

\n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the object whose attributes will be listed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

\n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@return Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

\n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchListOutgoingTypedLinks", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "batchListOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "wrapper" : false }, "BatchListOutgoingTypedLinksResponse" : { "c2jName" : "BatchListOutgoingTypedLinksResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListOutgoingTypedLinks response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifiers", "beanStyleSetterMethodName" : "setTypedLinkSpecifiers", "c2jName" : "TypedLinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\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 #typedLinkSpecifiers(List)}.\n@param typedLinkSpecifiers 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 #typedLinkSpecifiers(List)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifiers", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifiers Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifiers", "getterDocumentation" : "

Returns a typed link specifier as output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns a typed link specifier as output.", "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" : "TypedLinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TypedLinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifiers Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifiers" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifiers", "beanStyleSetterMethodName" : "setTypedLinkSpecifiers", "c2jName" : "TypedLinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\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 #typedLinkSpecifiers(List)}.\n@param typedLinkSpecifiers 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 #typedLinkSpecifiers(List)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifiers", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifiers Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifiers", "getterDocumentation" : "

Returns a typed link specifier as output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns a typed link specifier as output.", "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" : "TypedLinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TypedLinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifiers Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifiers", "beanStyleSetterMethodName" : "setTypedLinkSpecifiers", "c2jName" : "TypedLinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

Returns a typed link specifier as output.

\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 #typedLinkSpecifiers(List)}.\n@param typedLinkSpecifiers 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 #typedLinkSpecifiers(List)", "deprecated" : false, "documentation" : "

Returns a typed link specifier as output.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifiers", "fluentSetterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifiers Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifiers", "getterDocumentation" : "

Returns a typed link specifier as output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns a typed link specifier as output.", "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" : "TypedLinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TypedLinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

Returns a typed link specifier as output.

\n@param typedLinkSpecifiers Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : "

Returns a typed link specifier as output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListOutgoingTypedLinksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "batchListOutgoingTypedLinksResponse", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "wrapper" : false }, "BatchListPolicyAttachments" : { "c2jName" : "BatchListPolicyAttachments", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that identifies the policy object.

\n@param policyReference The reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that identifies the policy object.

\n@return The reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the policy object.

\n@param policyReference The reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyReference" : { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that identifies the policy object.

\n@param policyReference The reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that identifies the policy object.

\n@return The reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the policy object.

\n@param policyReference The reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

The reference that identifies the policy object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

The reference that identifies the policy object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

The reference that identifies the policy object.

\n@param policyReference The reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

The reference that identifies the policy object.

\n@return The reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

The reference that identifies the policy object.

\n@param policyReference The reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

The reference that identifies the policy object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyReference" ], "shapeName" : "BatchListPolicyAttachments", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "batchListPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : null, "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "wrapper" : false }, "BatchListPolicyAttachmentsResponse" : { "c2jName" : "BatchListPolicyAttachmentsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a ListPolicyAttachments response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of ObjectIdentifiers to which the 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

A list of ObjectIdentifiers to which the policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of ObjectIdentifiers to which the 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

A list of ObjectIdentifiers to which the policy is attached.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectIdentifiers" : { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of ObjectIdentifiers to which the 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

A list of ObjectIdentifiers to which the policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of ObjectIdentifiers to which the 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

A list of ObjectIdentifiers to which the policy is attached.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of ObjectIdentifiers to which the 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

A list of ObjectIdentifiers to which the policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of ObjectIdentifiers to which the 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

A list of ObjectIdentifiers to which the policy is attached.

\n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

A list of ObjectIdentifiers to which the policy is attached.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchListPolicyAttachmentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "batchListPolicyAttachmentsResponse", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : null, "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "wrapper" : false }, "BatchLookupPolicy" : { "c2jName" : "BatchLookupPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose policies will be looked up.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@param objectReference Reference that identifies the object whose policies will be looked up.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@return Reference that identifies the object whose policies will be looked up.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@param objectReference Reference that identifies the object whose policies will be looked up.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose policies will be looked up.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose policies will be looked up.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@param objectReference Reference that identifies the object whose policies will be looked up.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@return Reference that identifies the object whose policies will be looked up.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@param objectReference Reference that identifies the object whose policies will be looked up.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose policies will be looked up.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object whose policies will be looked up.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@param objectReference Reference that identifies the object whose policies will be looked up.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@return Reference that identifies the object whose policies will be looked up.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object whose policies will be looked up.

\n@param objectReference Reference that identifies the object whose policies will be looked up.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object whose policies will be looked up.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to retrieve.

\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, "documentation" : "

The maximum number of results to retrieve.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to retrieve.

\n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

\n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference" ], "shapeName" : "BatchLookupPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "batchLookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : null, "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "wrapper" : false }, "BatchLookupPolicyResponse" : { "c2jName" : "BatchLookupPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a LookupPolicy response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyToPathList", "beanStyleSetterMethodName" : "setPolicyToPathList", "c2jName" : "PolicyToPathList", "c2jShape" : "PolicyToPathList", "defaultConsumerFluentSetterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\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 #policyToPathList(List)}.\n@param policyToPathList 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 #policyToPathList(List)", "deprecated" : false, "documentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyToPathList", "fluentSetterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyToPathList", "getterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "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" : "PolicyToPathList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyToPathList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyToPath", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyToPath.Builder} avoiding the need to create one manually via {@link PolicyToPath#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyToPath.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyToPath)}.\n@param member a consumer that will call methods on {@link PolicyToPath.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyToPath)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyToPath", "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, "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" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : "", "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyToPath", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyToPath", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyToPathList", "sensitive" : false, "setterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "setterMethodName" : "setPolicyToPathList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyToPathList" : { "beanStyleGetterMethodName" : "getPolicyToPathList", "beanStyleSetterMethodName" : "setPolicyToPathList", "c2jName" : "PolicyToPathList", "c2jShape" : "PolicyToPathList", "defaultConsumerFluentSetterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\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 #policyToPathList(List)}.\n@param policyToPathList 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 #policyToPathList(List)", "deprecated" : false, "documentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyToPathList", "fluentSetterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyToPathList", "getterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "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" : "PolicyToPathList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyToPathList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyToPath", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyToPath.Builder} avoiding the need to create one manually via {@link PolicyToPath#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyToPath.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyToPath)}.\n@param member a consumer that will call methods on {@link PolicyToPath.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyToPath)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyToPath", "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, "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" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : "", "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyToPath", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyToPath", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyToPathList", "sensitive" : false, "setterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "setterMethodName" : "setPolicyToPathList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyToPathList", "beanStyleSetterMethodName" : "setPolicyToPathList", "c2jName" : "PolicyToPathList", "c2jShape" : "PolicyToPathList", "defaultConsumerFluentSetterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\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 #policyToPathList(List)}.\n@param policyToPathList 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 #policyToPathList(List)", "deprecated" : false, "documentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyToPathList", "fluentSetterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyToPathList", "getterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "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" : "PolicyToPathList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyToPathList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyToPath", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyToPath.Builder} avoiding the need to create one manually via {@link PolicyToPath#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyToPath.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyToPath)}.\n@param member a consumer that will call methods on {@link PolicyToPath.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyToPath)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyToPath", "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, "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" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : "", "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyToPath", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyToPath", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyToPathList", "sensitive" : false, "setterDocumentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

\n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "setterMethodName" : "setPolicyToPathList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : "

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The pagination token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The pagination token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The pagination token.

\n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The pagination token.

\n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

\n@param nextToken The pagination token.", "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 pagination token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchLookupPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "batchLookupPolicyResponse", "variableType" : "BatchLookupPolicyResponse", "documentation" : null, "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "wrapper" : false }, "BatchReadException" : { "c2jName" : "BatchReadException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The batch read exception structure, which contains the exception type and message.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "BatchReadExceptionType", "defaultConsumerFluentSetterDocumentation" : "

A type of exception, such as InvalidArnException.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

A type of exception, such as InvalidArnException.

", "endpointDiscoveryId" : false, "enumType" : "BatchReadExceptionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

A type of exception, such as InvalidArnException.

\n@param type A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BatchReadExceptionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

A type of exception, such as InvalidArnException.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link BatchReadExceptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType", "getterModel" : { "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, "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" : "

A type of exception, such as InvalidArnException.

\n@param type A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType", "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" : "

A type of exception, such as InvalidArnException.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "ExceptionMessage", "defaultConsumerFluentSetterDocumentation" : "

An exception message that is associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

An exception message that is associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

An exception message that is associated with the failure.

\n@param message An exception message that is associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

An exception message that is associated with the failure.

\n@return An exception message that is associated with the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

An exception message that is associated with the failure.

\n@param message An exception message that is associated with the failure.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

An exception message that is associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Message" : { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "ExceptionMessage", "defaultConsumerFluentSetterDocumentation" : "

An exception message that is associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

An exception message that is associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

An exception message that is associated with the failure.

\n@param message An exception message that is associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

An exception message that is associated with the failure.

\n@return An exception message that is associated with the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

An exception message that is associated with the failure.

\n@param message An exception message that is associated with the failure.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

An exception message that is associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "BatchReadExceptionType", "defaultConsumerFluentSetterDocumentation" : "

A type of exception, such as InvalidArnException.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

A type of exception, such as InvalidArnException.

", "endpointDiscoveryId" : false, "enumType" : "BatchReadExceptionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

A type of exception, such as InvalidArnException.

\n@param type A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BatchReadExceptionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

A type of exception, such as InvalidArnException.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link BatchReadExceptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType", "getterModel" : { "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, "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" : "

A type of exception, such as InvalidArnException.

\n@param type A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType", "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" : "

A type of exception, such as InvalidArnException.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "BatchReadExceptionType", "defaultConsumerFluentSetterDocumentation" : "

A type of exception, such as InvalidArnException.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

A type of exception, such as InvalidArnException.

", "endpointDiscoveryId" : false, "enumType" : "BatchReadExceptionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

A type of exception, such as InvalidArnException.

\n@param type A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BatchReadExceptionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

A type of exception, such as InvalidArnException.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link BatchReadExceptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType", "getterModel" : { "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, "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" : "

A type of exception, such as InvalidArnException.

\n@param type A type of exception, such as InvalidArnException.\n@see BatchReadExceptionType", "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" : "

A type of exception, such as InvalidArnException.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "ExceptionMessage", "defaultConsumerFluentSetterDocumentation" : "

An exception message that is associated with the failure.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

An exception message that is associated with the failure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

An exception message that is associated with the failure.

\n@param message An exception message that is associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

An exception message that is associated with the failure.

\n@return An exception message that is associated with the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

An exception message that is associated with the failure.

\n@param message An exception message that is associated with the failure.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

An exception message that is associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchReadException", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchReadException", "variableName" : "batchReadException", "variableType" : "BatchReadException", "documentation" : null, "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "wrapper" : false }, "BatchReadExceptionType" : { "c2jName" : "BatchReadExceptionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VALIDATION_EXCEPTION", "value" : "ValidationException" }, { "name" : "INVALID_ARN_EXCEPTION", "value" : "InvalidArnException" }, { "name" : "RESOURCE_NOT_FOUND_EXCEPTION", "value" : "ResourceNotFoundException" }, { "name" : "INVALID_NEXT_TOKEN_EXCEPTION", "value" : "InvalidNextTokenException" }, { "name" : "ACCESS_DENIED_EXCEPTION", "value" : "AccessDeniedException" }, { "name" : "NOT_NODE_EXCEPTION", "value" : "NotNodeException" }, { "name" : "FACET_VALIDATION_EXCEPTION", "value" : "FacetValidationException" }, { "name" : "CANNOT_LIST_PARENT_OF_ROOT_EXCEPTION", "value" : "CannotListParentOfRootException" }, { "name" : "NOT_INDEX_EXCEPTION", "value" : "NotIndexException" }, { "name" : "NOT_POLICY_EXCEPTION", "value" : "NotPolicyException" }, { "name" : "DIRECTORY_NOT_ENABLED_EXCEPTION", "value" : "DirectoryNotEnabledException" }, { "name" : "LIMIT_EXCEEDED_EXCEPTION", "value" : "LimitExceededException" }, { "name" : "INTERNAL_SERVICE_EXCEPTION", "value" : "InternalServiceException" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchReadExceptionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchReadExceptionType", "variableName" : "batchReadExceptionType", "variableType" : "BatchReadExceptionType", "documentation" : null, "simpleType" : "BatchReadExceptionType", "variableSetterType" : "BatchReadExceptionType" }, "wrapper" : false }, "BatchReadOperation" : { "c2jName" : "BatchReadOperation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchRead operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getListObjectAttributes", "beanStyleSetterMethodName" : "setListObjectAttributes", "c2jName" : "ListObjectAttributes", "c2jShape" : "BatchListObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchListObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #listObjectAttributes(BatchListObjectAttributes)}.\n@param listObjectAttributes a consumer that will call methods on {@link BatchListObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectAttributes(BatchListObjectAttributes)", "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectAttributes", "fluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectAttributes", "getterDocumentation" : "

Lists all attributes that are associated with an object.

\n@return Lists all attributes that are associated with an object.", "getterModel" : { "returnType" : "BatchListObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.", "setterMethodName" : "setListObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : null, "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : "

Lists all attributes that are associated with an object.

", "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectChildren", "beanStyleSetterMethodName" : "setListObjectChildren", "c2jName" : "ListObjectChildren", "c2jShape" : "BatchListObjectChildren", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectChildren.Builder} avoiding the need to create one manually via {@link BatchListObjectChildren#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectChildren.Builder#build()} is called immediately and its result is passed to {@link #listObjectChildren(BatchListObjectChildren)}.\n@param listObjectChildren a consumer that will call methods on {@link BatchListObjectChildren.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectChildren(BatchListObjectChildren)", "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectChildren", "fluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectChildren", "getterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@return Returns a paginated list of child objects that are associated with a given object.", "getterModel" : { "returnType" : "BatchListObjectChildren", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectChildren", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectChildren", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectChildren", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.", "setterMethodName" : "setListObjectChildren", "setterModel" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : null, "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListAttachedIndices", "beanStyleSetterMethodName" : "setListAttachedIndices", "c2jName" : "ListAttachedIndices", "c2jShape" : "BatchListAttachedIndices", "defaultConsumerFluentSetterDocumentation" : "

Lists indices attached to an object.

\nThis is a convenience that creates an instance of the {@link BatchListAttachedIndices.Builder} avoiding the need to create one manually via {@link BatchListAttachedIndices#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListAttachedIndices.Builder#build()} is called immediately and its result is passed to {@link #listAttachedIndices(BatchListAttachedIndices)}.\n@param listAttachedIndices a consumer that will call methods on {@link BatchListAttachedIndices.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listAttachedIndices(BatchListAttachedIndices)", "deprecated" : false, "documentation" : "

Lists indices attached to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listAttachedIndices", "fluentSetterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listAttachedIndices", "getterDocumentation" : "

Lists indices attached to an object.

\n@return Lists indices attached to an object.", "getterModel" : { "returnType" : "BatchListAttachedIndices", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListAttachedIndices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListAttachedIndices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListAttachedIndices", "sensitive" : false, "setterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.", "setterMethodName" : "setListAttachedIndices", "setterModel" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : null, "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : "

Lists indices attached to an object.

", "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParentPaths", "beanStyleSetterMethodName" : "setListObjectParentPaths", "c2jName" : "ListObjectParentPaths", "c2jShape" : "BatchListObjectParentPaths", "defaultConsumerFluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\nThis is a convenience that creates an instance of the {@link BatchListObjectParentPaths.Builder} avoiding the need to create one manually via {@link BatchListObjectParentPaths#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentPaths.Builder#build()} is called immediately and its result is passed to {@link #listObjectParentPaths(BatchListObjectParentPaths)}.\n@param listObjectParentPaths a consumer that will call methods on {@link BatchListObjectParentPaths.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParentPaths(BatchListObjectParentPaths)", "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParentPaths", "fluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParentPaths", "getterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@return Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "getterModel" : { "returnType" : "BatchListObjectParentPaths", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParentPaths", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParentPaths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParentPaths", "sensitive" : false, "setterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "setterMethodName" : "setListObjectParentPaths", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : null, "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectInformation", "beanStyleSetterMethodName" : "setGetObjectInformation", "c2jName" : "GetObjectInformation", "c2jShape" : "BatchGetObjectInformation", "defaultConsumerFluentSetterDocumentation" : "

Retrieves metadata about an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectInformation.Builder} avoiding the need to create one manually via {@link BatchGetObjectInformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectInformation.Builder#build()} is called immediately and its result is passed to {@link #getObjectInformation(BatchGetObjectInformation)}.\n@param getObjectInformation a consumer that will call methods on {@link BatchGetObjectInformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectInformation(BatchGetObjectInformation)", "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectInformation", "fluentSetterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectInformation", "getterDocumentation" : "

Retrieves metadata about an object.

\n@return Retrieves metadata about an object.", "getterModel" : { "returnType" : "BatchGetObjectInformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectInformation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectInformation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectInformation", "sensitive" : false, "setterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.", "setterMethodName" : "setGetObjectInformation", "setterModel" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : null, "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : "

Retrieves metadata about an object.

", "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectAttributes", "beanStyleSetterMethodName" : "setGetObjectAttributes", "c2jName" : "GetObjectAttributes", "c2jShape" : "BatchGetObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchGetObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #getObjectAttributes(BatchGetObjectAttributes)}.\n@param getObjectAttributes a consumer that will call methods on {@link BatchGetObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectAttributes(BatchGetObjectAttributes)", "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectAttributes", "fluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectAttributes", "getterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@return Retrieves attributes within a facet that are associated with an object.", "getterModel" : { "returnType" : "BatchGetObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.", "setterMethodName" : "setGetObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : null, "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParents", "beanStyleSetterMethodName" : "setListObjectParents", "c2jName" : "ListObjectParents", "c2jShape" : "BatchListObjectParents", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchListObjectParents.Builder} avoiding the need to create one manually via {@link BatchListObjectParents#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParents.Builder#build()} is called immediately and its result is passed to {@link #listObjectParents(BatchListObjectParents)}.\n@param listObjectParents a consumer that will call methods on {@link BatchListObjectParents.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParents(BatchListObjectParents)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParents", "fluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParents", "getterDocumentation" : "Returns the value of the ListObjectParents property for this object.\n@return The value of the ListObjectParents property for this object.", "getterModel" : { "returnType" : "BatchListObjectParents", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParents", "sensitive" : false, "setterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.", "setterMethodName" : "setListObjectParents", "setterModel" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParents", "documentation" : null, "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParents", "documentation" : "", "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectPolicies", "beanStyleSetterMethodName" : "setListObjectPolicies", "c2jName" : "ListObjectPolicies", "c2jShape" : "BatchListObjectPolicies", "defaultConsumerFluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\nThis is a convenience that creates an instance of the {@link BatchListObjectPolicies.Builder} avoiding the need to create one manually via {@link BatchListObjectPolicies#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectPolicies.Builder#build()} is called immediately and its result is passed to {@link #listObjectPolicies(BatchListObjectPolicies)}.\n@param listObjectPolicies a consumer that will call methods on {@link BatchListObjectPolicies.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectPolicies(BatchListObjectPolicies)", "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectPolicies", "fluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectPolicies", "getterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@return Returns policies attached to an object in pagination fashion.", "getterModel" : { "returnType" : "BatchListObjectPolicies", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectPolicies", "sensitive" : false, "setterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.", "setterMethodName" : "setListObjectPolicies", "setterModel" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : null, "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : "

Returns policies attached to an object in pagination fashion.

", "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListPolicyAttachments", "beanStyleSetterMethodName" : "setListPolicyAttachments", "c2jName" : "ListPolicyAttachments", "c2jShape" : "BatchListPolicyAttachments", "defaultConsumerFluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\nThis is a convenience that creates an instance of the {@link BatchListPolicyAttachments.Builder} avoiding the need to create one manually via {@link BatchListPolicyAttachments#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListPolicyAttachments.Builder#build()} is called immediately and its result is passed to {@link #listPolicyAttachments(BatchListPolicyAttachments)}.\n@param listPolicyAttachments a consumer that will call methods on {@link BatchListPolicyAttachments.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listPolicyAttachments(BatchListPolicyAttachments)", "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listPolicyAttachments", "fluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listPolicyAttachments", "getterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@return Returns all of the ObjectIdentifiers to which a given policy is attached.", "getterModel" : { "returnType" : "BatchListPolicyAttachments", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListPolicyAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListPolicyAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListPolicyAttachments", "sensitive" : false, "setterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.", "setterMethodName" : "setListPolicyAttachments", "setterModel" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : null, "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLookupPolicy", "beanStyleSetterMethodName" : "setLookupPolicy", "c2jName" : "LookupPolicy", "c2jShape" : "BatchLookupPolicy", "defaultConsumerFluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\nThis is a convenience that creates an instance of the {@link BatchLookupPolicy.Builder} avoiding the need to create one manually via {@link BatchLookupPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchLookupPolicy.Builder#build()} is called immediately and its result is passed to {@link #lookupPolicy(BatchLookupPolicy)}.\n@param lookupPolicy a consumer that will call methods on {@link BatchLookupPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lookupPolicy(BatchLookupPolicy)", "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lookupPolicy", "fluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lookupPolicy", "getterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@return Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "getterModel" : { "returnType" : "BatchLookupPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LookupPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LookupPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LookupPolicy", "sensitive" : false, "setterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "setterMethodName" : "setLookupPolicy", "setterModel" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : null, "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIndex", "beanStyleSetterMethodName" : "setListIndex", "c2jName" : "ListIndex", "c2jShape" : "BatchListIndex", "defaultConsumerFluentSetterDocumentation" : "

Lists objects attached to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchListIndex.Builder} avoiding the need to create one manually via {@link BatchListIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIndex.Builder#build()} is called immediately and its result is passed to {@link #listIndex(BatchListIndex)}.\n@param listIndex a consumer that will call methods on {@link BatchListIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIndex(BatchListIndex)", "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIndex", "fluentSetterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIndex", "getterDocumentation" : "

Lists objects attached to the specified index.

\n@return Lists objects attached to the specified index.", "getterModel" : { "returnType" : "BatchListIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIndex", "sensitive" : false, "setterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.", "setterMethodName" : "setListIndex", "setterModel" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "listIndex", "variableType" : "BatchListIndex", "documentation" : null, "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "listIndex", "variableType" : "BatchListIndex", "documentation" : "

Lists objects attached to the specified index.

", "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListOutgoingTypedLinks", "beanStyleSetterMethodName" : "setListOutgoingTypedLinks", "c2jName" : "ListOutgoingTypedLinks", "c2jShape" : "BatchListOutgoingTypedLinks", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListOutgoingTypedLinks.Builder} avoiding the need to create one manually via {@link BatchListOutgoingTypedLinks#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListOutgoingTypedLinks.Builder#build()} is called immediately and its result is passed to {@link #listOutgoingTypedLinks(BatchListOutgoingTypedLinks)}.\n@param listOutgoingTypedLinks a consumer that will call methods on {@link BatchListOutgoingTypedLinks.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listOutgoingTypedLinks(BatchListOutgoingTypedLinks)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listOutgoingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listOutgoingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListOutgoingTypedLinks", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListOutgoingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListOutgoingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListOutgoingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListOutgoingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIncomingTypedLinks", "beanStyleSetterMethodName" : "setListIncomingTypedLinks", "c2jName" : "ListIncomingTypedLinks", "c2jShape" : "BatchListIncomingTypedLinks", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListIncomingTypedLinks.Builder} avoiding the need to create one manually via {@link BatchListIncomingTypedLinks#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIncomingTypedLinks.Builder#build()} is called immediately and its result is passed to {@link #listIncomingTypedLinks(BatchListIncomingTypedLinks)}.\n@param listIncomingTypedLinks a consumer that will call methods on {@link BatchListIncomingTypedLinks.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIncomingTypedLinks(BatchListIncomingTypedLinks)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIncomingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIncomingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListIncomingTypedLinks", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIncomingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIncomingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIncomingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListIncomingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetLinkAttributes", "beanStyleSetterMethodName" : "setGetLinkAttributes", "c2jName" : "GetLinkAttributes", "c2jShape" : "BatchGetLinkAttributes", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\nThis is a convenience that creates an instance of the {@link BatchGetLinkAttributes.Builder} avoiding the need to create one manually via {@link BatchGetLinkAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetLinkAttributes.Builder#build()} is called immediately and its result is passed to {@link #getLinkAttributes(BatchGetLinkAttributes)}.\n@param getLinkAttributes a consumer that will call methods on {@link BatchGetLinkAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getLinkAttributes(BatchGetLinkAttributes)", "deprecated" : false, "documentation" : "

Retrieves attributes that are associated with a typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getLinkAttributes", "fluentSetterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@param getLinkAttributes Retrieves attributes that are associated with a typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getLinkAttributes", "getterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@return Retrieves attributes that are associated with a typed link.", "getterModel" : { "returnType" : "BatchGetLinkAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@param getLinkAttributes Retrieves attributes that are associated with a typed link.", "setterMethodName" : "setGetLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : null, "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : "

Retrieves attributes that are associated with a typed link.

", "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GetLinkAttributes" : { "beanStyleGetterMethodName" : "getGetLinkAttributes", "beanStyleSetterMethodName" : "setGetLinkAttributes", "c2jName" : "GetLinkAttributes", "c2jShape" : "BatchGetLinkAttributes", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\nThis is a convenience that creates an instance of the {@link BatchGetLinkAttributes.Builder} avoiding the need to create one manually via {@link BatchGetLinkAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetLinkAttributes.Builder#build()} is called immediately and its result is passed to {@link #getLinkAttributes(BatchGetLinkAttributes)}.\n@param getLinkAttributes a consumer that will call methods on {@link BatchGetLinkAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getLinkAttributes(BatchGetLinkAttributes)", "deprecated" : false, "documentation" : "

Retrieves attributes that are associated with a typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getLinkAttributes", "fluentSetterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@param getLinkAttributes Retrieves attributes that are associated with a typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getLinkAttributes", "getterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@return Retrieves attributes that are associated with a typed link.", "getterModel" : { "returnType" : "BatchGetLinkAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@param getLinkAttributes Retrieves attributes that are associated with a typed link.", "setterMethodName" : "setGetLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : null, "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : "

Retrieves attributes that are associated with a typed link.

", "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "xmlNameSpaceUri" : null }, "GetObjectAttributes" : { "beanStyleGetterMethodName" : "getGetObjectAttributes", "beanStyleSetterMethodName" : "setGetObjectAttributes", "c2jName" : "GetObjectAttributes", "c2jShape" : "BatchGetObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchGetObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #getObjectAttributes(BatchGetObjectAttributes)}.\n@param getObjectAttributes a consumer that will call methods on {@link BatchGetObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectAttributes(BatchGetObjectAttributes)", "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectAttributes", "fluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectAttributes", "getterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@return Retrieves attributes within a facet that are associated with an object.", "getterModel" : { "returnType" : "BatchGetObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.", "setterMethodName" : "setGetObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : null, "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "xmlNameSpaceUri" : null }, "GetObjectInformation" : { "beanStyleGetterMethodName" : "getGetObjectInformation", "beanStyleSetterMethodName" : "setGetObjectInformation", "c2jName" : "GetObjectInformation", "c2jShape" : "BatchGetObjectInformation", "defaultConsumerFluentSetterDocumentation" : "

Retrieves metadata about an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectInformation.Builder} avoiding the need to create one manually via {@link BatchGetObjectInformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectInformation.Builder#build()} is called immediately and its result is passed to {@link #getObjectInformation(BatchGetObjectInformation)}.\n@param getObjectInformation a consumer that will call methods on {@link BatchGetObjectInformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectInformation(BatchGetObjectInformation)", "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectInformation", "fluentSetterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectInformation", "getterDocumentation" : "

Retrieves metadata about an object.

\n@return Retrieves metadata about an object.", "getterModel" : { "returnType" : "BatchGetObjectInformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectInformation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectInformation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectInformation", "sensitive" : false, "setterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.", "setterMethodName" : "setGetObjectInformation", "setterModel" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : null, "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : "

Retrieves metadata about an object.

", "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "xmlNameSpaceUri" : null }, "ListAttachedIndices" : { "beanStyleGetterMethodName" : "getListAttachedIndices", "beanStyleSetterMethodName" : "setListAttachedIndices", "c2jName" : "ListAttachedIndices", "c2jShape" : "BatchListAttachedIndices", "defaultConsumerFluentSetterDocumentation" : "

Lists indices attached to an object.

\nThis is a convenience that creates an instance of the {@link BatchListAttachedIndices.Builder} avoiding the need to create one manually via {@link BatchListAttachedIndices#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListAttachedIndices.Builder#build()} is called immediately and its result is passed to {@link #listAttachedIndices(BatchListAttachedIndices)}.\n@param listAttachedIndices a consumer that will call methods on {@link BatchListAttachedIndices.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listAttachedIndices(BatchListAttachedIndices)", "deprecated" : false, "documentation" : "

Lists indices attached to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listAttachedIndices", "fluentSetterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listAttachedIndices", "getterDocumentation" : "

Lists indices attached to an object.

\n@return Lists indices attached to an object.", "getterModel" : { "returnType" : "BatchListAttachedIndices", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListAttachedIndices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListAttachedIndices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListAttachedIndices", "sensitive" : false, "setterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.", "setterMethodName" : "setListAttachedIndices", "setterModel" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : null, "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : "

Lists indices attached to an object.

", "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "xmlNameSpaceUri" : null }, "ListIncomingTypedLinks" : { "beanStyleGetterMethodName" : "getListIncomingTypedLinks", "beanStyleSetterMethodName" : "setListIncomingTypedLinks", "c2jName" : "ListIncomingTypedLinks", "c2jShape" : "BatchListIncomingTypedLinks", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListIncomingTypedLinks.Builder} avoiding the need to create one manually via {@link BatchListIncomingTypedLinks#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIncomingTypedLinks.Builder#build()} is called immediately and its result is passed to {@link #listIncomingTypedLinks(BatchListIncomingTypedLinks)}.\n@param listIncomingTypedLinks a consumer that will call methods on {@link BatchListIncomingTypedLinks.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIncomingTypedLinks(BatchListIncomingTypedLinks)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIncomingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIncomingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListIncomingTypedLinks", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIncomingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIncomingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIncomingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListIncomingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "xmlNameSpaceUri" : null }, "ListIndex" : { "beanStyleGetterMethodName" : "getListIndex", "beanStyleSetterMethodName" : "setListIndex", "c2jName" : "ListIndex", "c2jShape" : "BatchListIndex", "defaultConsumerFluentSetterDocumentation" : "

Lists objects attached to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchListIndex.Builder} avoiding the need to create one manually via {@link BatchListIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIndex.Builder#build()} is called immediately and its result is passed to {@link #listIndex(BatchListIndex)}.\n@param listIndex a consumer that will call methods on {@link BatchListIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIndex(BatchListIndex)", "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIndex", "fluentSetterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIndex", "getterDocumentation" : "

Lists objects attached to the specified index.

\n@return Lists objects attached to the specified index.", "getterModel" : { "returnType" : "BatchListIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIndex", "sensitive" : false, "setterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.", "setterMethodName" : "setListIndex", "setterModel" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "listIndex", "variableType" : "BatchListIndex", "documentation" : null, "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "listIndex", "variableType" : "BatchListIndex", "documentation" : "

Lists objects attached to the specified index.

", "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "xmlNameSpaceUri" : null }, "ListObjectAttributes" : { "beanStyleGetterMethodName" : "getListObjectAttributes", "beanStyleSetterMethodName" : "setListObjectAttributes", "c2jName" : "ListObjectAttributes", "c2jShape" : "BatchListObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchListObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #listObjectAttributes(BatchListObjectAttributes)}.\n@param listObjectAttributes a consumer that will call methods on {@link BatchListObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectAttributes(BatchListObjectAttributes)", "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectAttributes", "fluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectAttributes", "getterDocumentation" : "

Lists all attributes that are associated with an object.

\n@return Lists all attributes that are associated with an object.", "getterModel" : { "returnType" : "BatchListObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.", "setterMethodName" : "setListObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : null, "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : "

Lists all attributes that are associated with an object.

", "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "xmlNameSpaceUri" : null }, "ListObjectChildren" : { "beanStyleGetterMethodName" : "getListObjectChildren", "beanStyleSetterMethodName" : "setListObjectChildren", "c2jName" : "ListObjectChildren", "c2jShape" : "BatchListObjectChildren", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectChildren.Builder} avoiding the need to create one manually via {@link BatchListObjectChildren#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectChildren.Builder#build()} is called immediately and its result is passed to {@link #listObjectChildren(BatchListObjectChildren)}.\n@param listObjectChildren a consumer that will call methods on {@link BatchListObjectChildren.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectChildren(BatchListObjectChildren)", "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectChildren", "fluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectChildren", "getterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@return Returns a paginated list of child objects that are associated with a given object.", "getterModel" : { "returnType" : "BatchListObjectChildren", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectChildren", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectChildren", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectChildren", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.", "setterMethodName" : "setListObjectChildren", "setterModel" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : null, "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "xmlNameSpaceUri" : null }, "ListObjectParentPaths" : { "beanStyleGetterMethodName" : "getListObjectParentPaths", "beanStyleSetterMethodName" : "setListObjectParentPaths", "c2jName" : "ListObjectParentPaths", "c2jShape" : "BatchListObjectParentPaths", "defaultConsumerFluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\nThis is a convenience that creates an instance of the {@link BatchListObjectParentPaths.Builder} avoiding the need to create one manually via {@link BatchListObjectParentPaths#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentPaths.Builder#build()} is called immediately and its result is passed to {@link #listObjectParentPaths(BatchListObjectParentPaths)}.\n@param listObjectParentPaths a consumer that will call methods on {@link BatchListObjectParentPaths.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParentPaths(BatchListObjectParentPaths)", "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParentPaths", "fluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParentPaths", "getterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@return Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "getterModel" : { "returnType" : "BatchListObjectParentPaths", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParentPaths", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParentPaths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParentPaths", "sensitive" : false, "setterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "setterMethodName" : "setListObjectParentPaths", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : null, "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "xmlNameSpaceUri" : null }, "ListObjectParents" : { "beanStyleGetterMethodName" : "getListObjectParents", "beanStyleSetterMethodName" : "setListObjectParents", "c2jName" : "ListObjectParents", "c2jShape" : "BatchListObjectParents", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchListObjectParents.Builder} avoiding the need to create one manually via {@link BatchListObjectParents#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParents.Builder#build()} is called immediately and its result is passed to {@link #listObjectParents(BatchListObjectParents)}.\n@param listObjectParents a consumer that will call methods on {@link BatchListObjectParents.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParents(BatchListObjectParents)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParents", "fluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParents", "getterDocumentation" : "Returns the value of the ListObjectParents property for this object.\n@return The value of the ListObjectParents property for this object.", "getterModel" : { "returnType" : "BatchListObjectParents", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParents", "sensitive" : false, "setterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.", "setterMethodName" : "setListObjectParents", "setterModel" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParents", "documentation" : null, "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParents", "documentation" : "", "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "xmlNameSpaceUri" : null }, "ListObjectPolicies" : { "beanStyleGetterMethodName" : "getListObjectPolicies", "beanStyleSetterMethodName" : "setListObjectPolicies", "c2jName" : "ListObjectPolicies", "c2jShape" : "BatchListObjectPolicies", "defaultConsumerFluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\nThis is a convenience that creates an instance of the {@link BatchListObjectPolicies.Builder} avoiding the need to create one manually via {@link BatchListObjectPolicies#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectPolicies.Builder#build()} is called immediately and its result is passed to {@link #listObjectPolicies(BatchListObjectPolicies)}.\n@param listObjectPolicies a consumer that will call methods on {@link BatchListObjectPolicies.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectPolicies(BatchListObjectPolicies)", "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectPolicies", "fluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectPolicies", "getterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@return Returns policies attached to an object in pagination fashion.", "getterModel" : { "returnType" : "BatchListObjectPolicies", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectPolicies", "sensitive" : false, "setterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.", "setterMethodName" : "setListObjectPolicies", "setterModel" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : null, "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : "

Returns policies attached to an object in pagination fashion.

", "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "xmlNameSpaceUri" : null }, "ListOutgoingTypedLinks" : { "beanStyleGetterMethodName" : "getListOutgoingTypedLinks", "beanStyleSetterMethodName" : "setListOutgoingTypedLinks", "c2jName" : "ListOutgoingTypedLinks", "c2jShape" : "BatchListOutgoingTypedLinks", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListOutgoingTypedLinks.Builder} avoiding the need to create one manually via {@link BatchListOutgoingTypedLinks#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListOutgoingTypedLinks.Builder#build()} is called immediately and its result is passed to {@link #listOutgoingTypedLinks(BatchListOutgoingTypedLinks)}.\n@param listOutgoingTypedLinks a consumer that will call methods on {@link BatchListOutgoingTypedLinks.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listOutgoingTypedLinks(BatchListOutgoingTypedLinks)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listOutgoingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listOutgoingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListOutgoingTypedLinks", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListOutgoingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListOutgoingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListOutgoingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListOutgoingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "xmlNameSpaceUri" : null }, "ListPolicyAttachments" : { "beanStyleGetterMethodName" : "getListPolicyAttachments", "beanStyleSetterMethodName" : "setListPolicyAttachments", "c2jName" : "ListPolicyAttachments", "c2jShape" : "BatchListPolicyAttachments", "defaultConsumerFluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\nThis is a convenience that creates an instance of the {@link BatchListPolicyAttachments.Builder} avoiding the need to create one manually via {@link BatchListPolicyAttachments#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListPolicyAttachments.Builder#build()} is called immediately and its result is passed to {@link #listPolicyAttachments(BatchListPolicyAttachments)}.\n@param listPolicyAttachments a consumer that will call methods on {@link BatchListPolicyAttachments.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listPolicyAttachments(BatchListPolicyAttachments)", "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listPolicyAttachments", "fluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listPolicyAttachments", "getterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@return Returns all of the ObjectIdentifiers to which a given policy is attached.", "getterModel" : { "returnType" : "BatchListPolicyAttachments", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListPolicyAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListPolicyAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListPolicyAttachments", "sensitive" : false, "setterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.", "setterMethodName" : "setListPolicyAttachments", "setterModel" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : null, "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "xmlNameSpaceUri" : null }, "LookupPolicy" : { "beanStyleGetterMethodName" : "getLookupPolicy", "beanStyleSetterMethodName" : "setLookupPolicy", "c2jName" : "LookupPolicy", "c2jShape" : "BatchLookupPolicy", "defaultConsumerFluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\nThis is a convenience that creates an instance of the {@link BatchLookupPolicy.Builder} avoiding the need to create one manually via {@link BatchLookupPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchLookupPolicy.Builder#build()} is called immediately and its result is passed to {@link #lookupPolicy(BatchLookupPolicy)}.\n@param lookupPolicy a consumer that will call methods on {@link BatchLookupPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lookupPolicy(BatchLookupPolicy)", "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lookupPolicy", "fluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lookupPolicy", "getterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@return Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "getterModel" : { "returnType" : "BatchLookupPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LookupPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LookupPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LookupPolicy", "sensitive" : false, "setterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "setterMethodName" : "setLookupPolicy", "setterModel" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : null, "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getListObjectAttributes", "beanStyleSetterMethodName" : "setListObjectAttributes", "c2jName" : "ListObjectAttributes", "c2jShape" : "BatchListObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchListObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #listObjectAttributes(BatchListObjectAttributes)}.\n@param listObjectAttributes a consumer that will call methods on {@link BatchListObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectAttributes(BatchListObjectAttributes)", "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectAttributes", "fluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectAttributes", "getterDocumentation" : "

Lists all attributes that are associated with an object.

\n@return Lists all attributes that are associated with an object.", "getterModel" : { "returnType" : "BatchListObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.", "setterMethodName" : "setListObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : null, "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectAttributes", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributes", "documentation" : "

Lists all attributes that are associated with an object.

", "simpleType" : "BatchListObjectAttributes", "variableSetterType" : "BatchListObjectAttributes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectChildren", "beanStyleSetterMethodName" : "setListObjectChildren", "c2jName" : "ListObjectChildren", "c2jShape" : "BatchListObjectChildren", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectChildren.Builder} avoiding the need to create one manually via {@link BatchListObjectChildren#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectChildren.Builder#build()} is called immediately and its result is passed to {@link #listObjectChildren(BatchListObjectChildren)}.\n@param listObjectChildren a consumer that will call methods on {@link BatchListObjectChildren.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectChildren(BatchListObjectChildren)", "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectChildren", "fluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectChildren", "getterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@return Returns a paginated list of child objects that are associated with a given object.", "getterModel" : { "returnType" : "BatchListObjectChildren", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectChildren", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectChildren", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectChildren", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.", "setterMethodName" : "setListObjectChildren", "setterModel" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : null, "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectChildren", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildren", "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "simpleType" : "BatchListObjectChildren", "variableSetterType" : "BatchListObjectChildren" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListAttachedIndices", "beanStyleSetterMethodName" : "setListAttachedIndices", "c2jName" : "ListAttachedIndices", "c2jShape" : "BatchListAttachedIndices", "defaultConsumerFluentSetterDocumentation" : "

Lists indices attached to an object.

\nThis is a convenience that creates an instance of the {@link BatchListAttachedIndices.Builder} avoiding the need to create one manually via {@link BatchListAttachedIndices#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListAttachedIndices.Builder#build()} is called immediately and its result is passed to {@link #listAttachedIndices(BatchListAttachedIndices)}.\n@param listAttachedIndices a consumer that will call methods on {@link BatchListAttachedIndices.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listAttachedIndices(BatchListAttachedIndices)", "deprecated" : false, "documentation" : "

Lists indices attached to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listAttachedIndices", "fluentSetterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listAttachedIndices", "getterDocumentation" : "

Lists indices attached to an object.

\n@return Lists indices attached to an object.", "getterModel" : { "returnType" : "BatchListAttachedIndices", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListAttachedIndices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListAttachedIndices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListAttachedIndices", "sensitive" : false, "setterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.", "setterMethodName" : "setListAttachedIndices", "setterModel" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : null, "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListAttachedIndices", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndices", "documentation" : "

Lists indices attached to an object.

", "simpleType" : "BatchListAttachedIndices", "variableSetterType" : "BatchListAttachedIndices" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParentPaths", "beanStyleSetterMethodName" : "setListObjectParentPaths", "c2jName" : "ListObjectParentPaths", "c2jShape" : "BatchListObjectParentPaths", "defaultConsumerFluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\nThis is a convenience that creates an instance of the {@link BatchListObjectParentPaths.Builder} avoiding the need to create one manually via {@link BatchListObjectParentPaths#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentPaths.Builder#build()} is called immediately and its result is passed to {@link #listObjectParentPaths(BatchListObjectParentPaths)}.\n@param listObjectParentPaths a consumer that will call methods on {@link BatchListObjectParentPaths.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParentPaths(BatchListObjectParentPaths)", "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParentPaths", "fluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParentPaths", "getterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@return Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "getterModel" : { "returnType" : "BatchListObjectParentPaths", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParentPaths", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParentPaths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParentPaths", "sensitive" : false, "setterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "setterMethodName" : "setListObjectParentPaths", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : null, "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentPaths", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPaths", "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "simpleType" : "BatchListObjectParentPaths", "variableSetterType" : "BatchListObjectParentPaths" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectInformation", "beanStyleSetterMethodName" : "setGetObjectInformation", "c2jName" : "GetObjectInformation", "c2jShape" : "BatchGetObjectInformation", "defaultConsumerFluentSetterDocumentation" : "

Retrieves metadata about an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectInformation.Builder} avoiding the need to create one manually via {@link BatchGetObjectInformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectInformation.Builder#build()} is called immediately and its result is passed to {@link #getObjectInformation(BatchGetObjectInformation)}.\n@param getObjectInformation a consumer that will call methods on {@link BatchGetObjectInformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectInformation(BatchGetObjectInformation)", "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectInformation", "fluentSetterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectInformation", "getterDocumentation" : "

Retrieves metadata about an object.

\n@return Retrieves metadata about an object.", "getterModel" : { "returnType" : "BatchGetObjectInformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectInformation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectInformation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectInformation", "sensitive" : false, "setterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.", "setterMethodName" : "setGetObjectInformation", "setterModel" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : null, "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectInformation", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformation", "documentation" : "

Retrieves metadata about an object.

", "simpleType" : "BatchGetObjectInformation", "variableSetterType" : "BatchGetObjectInformation" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectAttributes", "beanStyleSetterMethodName" : "setGetObjectAttributes", "c2jName" : "GetObjectAttributes", "c2jShape" : "BatchGetObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchGetObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #getObjectAttributes(BatchGetObjectAttributes)}.\n@param getObjectAttributes a consumer that will call methods on {@link BatchGetObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectAttributes(BatchGetObjectAttributes)", "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectAttributes", "fluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectAttributes", "getterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@return Retrieves attributes within a facet that are associated with an object.", "getterModel" : { "returnType" : "BatchGetObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.", "setterMethodName" : "setGetObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : null, "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributes", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributes", "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "simpleType" : "BatchGetObjectAttributes", "variableSetterType" : "BatchGetObjectAttributes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParents", "beanStyleSetterMethodName" : "setListObjectParents", "c2jName" : "ListObjectParents", "c2jShape" : "BatchListObjectParents", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchListObjectParents.Builder} avoiding the need to create one manually via {@link BatchListObjectParents#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParents.Builder#build()} is called immediately and its result is passed to {@link #listObjectParents(BatchListObjectParents)}.\n@param listObjectParents a consumer that will call methods on {@link BatchListObjectParents.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParents(BatchListObjectParents)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParents", "fluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParents", "getterDocumentation" : "Returns the value of the ListObjectParents property for this object.\n@return The value of the ListObjectParents property for this object.", "getterModel" : { "returnType" : "BatchListObjectParents", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParents", "sensitive" : false, "setterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.", "setterMethodName" : "setListObjectParents", "setterModel" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParents", "documentation" : null, "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParents", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParents", "documentation" : "", "simpleType" : "BatchListObjectParents", "variableSetterType" : "BatchListObjectParents" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectPolicies", "beanStyleSetterMethodName" : "setListObjectPolicies", "c2jName" : "ListObjectPolicies", "c2jShape" : "BatchListObjectPolicies", "defaultConsumerFluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\nThis is a convenience that creates an instance of the {@link BatchListObjectPolicies.Builder} avoiding the need to create one manually via {@link BatchListObjectPolicies#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectPolicies.Builder#build()} is called immediately and its result is passed to {@link #listObjectPolicies(BatchListObjectPolicies)}.\n@param listObjectPolicies a consumer that will call methods on {@link BatchListObjectPolicies.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectPolicies(BatchListObjectPolicies)", "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectPolicies", "fluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectPolicies", "getterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@return Returns policies attached to an object in pagination fashion.", "getterModel" : { "returnType" : "BatchListObjectPolicies", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectPolicies", "sensitive" : false, "setterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.", "setterMethodName" : "setListObjectPolicies", "setterModel" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : null, "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectPolicies", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPolicies", "documentation" : "

Returns policies attached to an object in pagination fashion.

", "simpleType" : "BatchListObjectPolicies", "variableSetterType" : "BatchListObjectPolicies" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListPolicyAttachments", "beanStyleSetterMethodName" : "setListPolicyAttachments", "c2jName" : "ListPolicyAttachments", "c2jShape" : "BatchListPolicyAttachments", "defaultConsumerFluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\nThis is a convenience that creates an instance of the {@link BatchListPolicyAttachments.Builder} avoiding the need to create one manually via {@link BatchListPolicyAttachments#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListPolicyAttachments.Builder#build()} is called immediately and its result is passed to {@link #listPolicyAttachments(BatchListPolicyAttachments)}.\n@param listPolicyAttachments a consumer that will call methods on {@link BatchListPolicyAttachments.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listPolicyAttachments(BatchListPolicyAttachments)", "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listPolicyAttachments", "fluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listPolicyAttachments", "getterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@return Returns all of the ObjectIdentifiers to which a given policy is attached.", "getterModel" : { "returnType" : "BatchListPolicyAttachments", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListPolicyAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListPolicyAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListPolicyAttachments", "sensitive" : false, "setterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.", "setterMethodName" : "setListPolicyAttachments", "setterModel" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : null, "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachments", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachments", "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "simpleType" : "BatchListPolicyAttachments", "variableSetterType" : "BatchListPolicyAttachments" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLookupPolicy", "beanStyleSetterMethodName" : "setLookupPolicy", "c2jName" : "LookupPolicy", "c2jShape" : "BatchLookupPolicy", "defaultConsumerFluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\nThis is a convenience that creates an instance of the {@link BatchLookupPolicy.Builder} avoiding the need to create one manually via {@link BatchLookupPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchLookupPolicy.Builder#build()} is called immediately and its result is passed to {@link #lookupPolicy(BatchLookupPolicy)}.\n@param lookupPolicy a consumer that will call methods on {@link BatchLookupPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lookupPolicy(BatchLookupPolicy)", "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lookupPolicy", "fluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lookupPolicy", "getterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@return Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "getterModel" : { "returnType" : "BatchLookupPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LookupPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LookupPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LookupPolicy", "sensitive" : false, "setterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "setterMethodName" : "setLookupPolicy", "setterModel" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : null, "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchLookupPolicy", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicy", "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "simpleType" : "BatchLookupPolicy", "variableSetterType" : "BatchLookupPolicy" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIndex", "beanStyleSetterMethodName" : "setListIndex", "c2jName" : "ListIndex", "c2jShape" : "BatchListIndex", "defaultConsumerFluentSetterDocumentation" : "

Lists objects attached to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchListIndex.Builder} avoiding the need to create one manually via {@link BatchListIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIndex.Builder#build()} is called immediately and its result is passed to {@link #listIndex(BatchListIndex)}.\n@param listIndex a consumer that will call methods on {@link BatchListIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIndex(BatchListIndex)", "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIndex", "fluentSetterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIndex", "getterDocumentation" : "

Lists objects attached to the specified index.

\n@return Lists objects attached to the specified index.", "getterModel" : { "returnType" : "BatchListIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIndex", "sensitive" : false, "setterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.", "setterMethodName" : "setListIndex", "setterModel" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "listIndex", "variableType" : "BatchListIndex", "documentation" : null, "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIndex", "variableName" : "listIndex", "variableType" : "BatchListIndex", "documentation" : "

Lists objects attached to the specified index.

", "simpleType" : "BatchListIndex", "variableSetterType" : "BatchListIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListOutgoingTypedLinks", "beanStyleSetterMethodName" : "setListOutgoingTypedLinks", "c2jName" : "ListOutgoingTypedLinks", "c2jShape" : "BatchListOutgoingTypedLinks", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListOutgoingTypedLinks.Builder} avoiding the need to create one manually via {@link BatchListOutgoingTypedLinks#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListOutgoingTypedLinks.Builder#build()} is called immediately and its result is passed to {@link #listOutgoingTypedLinks(BatchListOutgoingTypedLinks)}.\n@param listOutgoingTypedLinks a consumer that will call methods on {@link BatchListOutgoingTypedLinks.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listOutgoingTypedLinks(BatchListOutgoingTypedLinks)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listOutgoingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listOutgoingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListOutgoingTypedLinks", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListOutgoingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListOutgoingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListOutgoingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListOutgoingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinks", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinks", "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListOutgoingTypedLinks", "variableSetterType" : "BatchListOutgoingTypedLinks" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIncomingTypedLinks", "beanStyleSetterMethodName" : "setListIncomingTypedLinks", "c2jName" : "ListIncomingTypedLinks", "c2jShape" : "BatchListIncomingTypedLinks", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListIncomingTypedLinks.Builder} avoiding the need to create one manually via {@link BatchListIncomingTypedLinks#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIncomingTypedLinks.Builder#build()} is called immediately and its result is passed to {@link #listIncomingTypedLinks(BatchListIncomingTypedLinks)}.\n@param listIncomingTypedLinks a consumer that will call methods on {@link BatchListIncomingTypedLinks.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIncomingTypedLinks(BatchListIncomingTypedLinks)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIncomingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIncomingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListIncomingTypedLinks", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIncomingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIncomingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIncomingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListIncomingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinks", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinks", "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListIncomingTypedLinks", "variableSetterType" : "BatchListIncomingTypedLinks" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetLinkAttributes", "beanStyleSetterMethodName" : "setGetLinkAttributes", "c2jName" : "GetLinkAttributes", "c2jShape" : "BatchGetLinkAttributes", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\nThis is a convenience that creates an instance of the {@link BatchGetLinkAttributes.Builder} avoiding the need to create one manually via {@link BatchGetLinkAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetLinkAttributes.Builder#build()} is called immediately and its result is passed to {@link #getLinkAttributes(BatchGetLinkAttributes)}.\n@param getLinkAttributes a consumer that will call methods on {@link BatchGetLinkAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getLinkAttributes(BatchGetLinkAttributes)", "deprecated" : false, "documentation" : "

Retrieves attributes that are associated with a typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getLinkAttributes", "fluentSetterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@param getLinkAttributes Retrieves attributes that are associated with a typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getLinkAttributes", "getterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@return Retrieves attributes that are associated with a typed link.", "getterModel" : { "returnType" : "BatchGetLinkAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes that are associated with a typed link.

\n@param getLinkAttributes Retrieves attributes that are associated with a typed link.", "setterMethodName" : "setGetLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : null, "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributes", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributes", "documentation" : "

Retrieves attributes that are associated with a typed link.

", "simpleType" : "BatchGetLinkAttributes", "variableSetterType" : "BatchGetLinkAttributes" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchReadOperation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchReadOperation", "variableName" : "batchReadOperation", "variableType" : "BatchReadOperation", "documentation" : null, "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "wrapper" : false }, "BatchReadOperationResponse" : { "c2jName" : "BatchReadOperationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchRead response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSuccessfulResponse", "beanStyleSetterMethodName" : "setSuccessfulResponse", "c2jName" : "SuccessfulResponse", "c2jShape" : "BatchReadSuccessfulResponse", "defaultConsumerFluentSetterDocumentation" : "

Identifies which operation in a batch has succeeded.

\nThis is a convenience that creates an instance of the {@link BatchReadSuccessfulResponse.Builder} avoiding the need to create one manually via {@link BatchReadSuccessfulResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadSuccessfulResponse.Builder#build()} is called immediately and its result is passed to {@link #successfulResponse(BatchReadSuccessfulResponse)}.\n@param successfulResponse a consumer that will call methods on {@link BatchReadSuccessfulResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successfulResponse(BatchReadSuccessfulResponse)", "deprecated" : false, "documentation" : "

Identifies which operation in a batch has succeeded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successfulResponse", "fluentSetterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@param successfulResponse Identifies which operation in a batch has succeeded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successfulResponse", "getterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@return Identifies which operation in a batch has succeeded.", "getterModel" : { "returnType" : "BatchReadSuccessfulResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessfulResponse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessfulResponse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SuccessfulResponse", "sensitive" : false, "setterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@param successfulResponse Identifies which operation in a batch has succeeded.", "setterMethodName" : "setSuccessfulResponse", "setterModel" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "successfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : null, "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "successfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : "

Identifies which operation in a batch has succeeded.

", "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExceptionResponse", "beanStyleSetterMethodName" : "setExceptionResponse", "c2jName" : "ExceptionResponse", "c2jShape" : "BatchReadException", "defaultConsumerFluentSetterDocumentation" : "

Identifies which operation in a batch has failed.

\nThis is a convenience that creates an instance of the {@link BatchReadException.Builder} avoiding the need to create one manually via {@link BatchReadException#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadException.Builder#build()} is called immediately and its result is passed to {@link #exceptionResponse(BatchReadException)}.\n@param exceptionResponse a consumer that will call methods on {@link BatchReadException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exceptionResponse(BatchReadException)", "deprecated" : false, "documentation" : "

Identifies which operation in a batch has failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exceptionResponse", "fluentSetterDocumentation" : "

Identifies which operation in a batch has failed.

\n@param exceptionResponse Identifies which operation in a batch has failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exceptionResponse", "getterDocumentation" : "

Identifies which operation in a batch has failed.

\n@return Identifies which operation in a batch has failed.", "getterModel" : { "returnType" : "BatchReadException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExceptionResponse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExceptionResponse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExceptionResponse", "sensitive" : false, "setterDocumentation" : "

Identifies which operation in a batch has failed.

\n@param exceptionResponse Identifies which operation in a batch has failed.", "setterMethodName" : "setExceptionResponse", "setterModel" : { "variableDeclarationType" : "BatchReadException", "variableName" : "exceptionResponse", "variableType" : "BatchReadException", "documentation" : null, "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadException", "variableName" : "exceptionResponse", "variableType" : "BatchReadException", "documentation" : "

Identifies which operation in a batch has failed.

", "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExceptionResponse" : { "beanStyleGetterMethodName" : "getExceptionResponse", "beanStyleSetterMethodName" : "setExceptionResponse", "c2jName" : "ExceptionResponse", "c2jShape" : "BatchReadException", "defaultConsumerFluentSetterDocumentation" : "

Identifies which operation in a batch has failed.

\nThis is a convenience that creates an instance of the {@link BatchReadException.Builder} avoiding the need to create one manually via {@link BatchReadException#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadException.Builder#build()} is called immediately and its result is passed to {@link #exceptionResponse(BatchReadException)}.\n@param exceptionResponse a consumer that will call methods on {@link BatchReadException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exceptionResponse(BatchReadException)", "deprecated" : false, "documentation" : "

Identifies which operation in a batch has failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exceptionResponse", "fluentSetterDocumentation" : "

Identifies which operation in a batch has failed.

\n@param exceptionResponse Identifies which operation in a batch has failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exceptionResponse", "getterDocumentation" : "

Identifies which operation in a batch has failed.

\n@return Identifies which operation in a batch has failed.", "getterModel" : { "returnType" : "BatchReadException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExceptionResponse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExceptionResponse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExceptionResponse", "sensitive" : false, "setterDocumentation" : "

Identifies which operation in a batch has failed.

\n@param exceptionResponse Identifies which operation in a batch has failed.", "setterMethodName" : "setExceptionResponse", "setterModel" : { "variableDeclarationType" : "BatchReadException", "variableName" : "exceptionResponse", "variableType" : "BatchReadException", "documentation" : null, "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadException", "variableName" : "exceptionResponse", "variableType" : "BatchReadException", "documentation" : "

Identifies which operation in a batch has failed.

", "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "xmlNameSpaceUri" : null }, "SuccessfulResponse" : { "beanStyleGetterMethodName" : "getSuccessfulResponse", "beanStyleSetterMethodName" : "setSuccessfulResponse", "c2jName" : "SuccessfulResponse", "c2jShape" : "BatchReadSuccessfulResponse", "defaultConsumerFluentSetterDocumentation" : "

Identifies which operation in a batch has succeeded.

\nThis is a convenience that creates an instance of the {@link BatchReadSuccessfulResponse.Builder} avoiding the need to create one manually via {@link BatchReadSuccessfulResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadSuccessfulResponse.Builder#build()} is called immediately and its result is passed to {@link #successfulResponse(BatchReadSuccessfulResponse)}.\n@param successfulResponse a consumer that will call methods on {@link BatchReadSuccessfulResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successfulResponse(BatchReadSuccessfulResponse)", "deprecated" : false, "documentation" : "

Identifies which operation in a batch has succeeded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successfulResponse", "fluentSetterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@param successfulResponse Identifies which operation in a batch has succeeded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successfulResponse", "getterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@return Identifies which operation in a batch has succeeded.", "getterModel" : { "returnType" : "BatchReadSuccessfulResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessfulResponse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessfulResponse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SuccessfulResponse", "sensitive" : false, "setterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@param successfulResponse Identifies which operation in a batch has succeeded.", "setterMethodName" : "setSuccessfulResponse", "setterModel" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "successfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : null, "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "successfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : "

Identifies which operation in a batch has succeeded.

", "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSuccessfulResponse", "beanStyleSetterMethodName" : "setSuccessfulResponse", "c2jName" : "SuccessfulResponse", "c2jShape" : "BatchReadSuccessfulResponse", "defaultConsumerFluentSetterDocumentation" : "

Identifies which operation in a batch has succeeded.

\nThis is a convenience that creates an instance of the {@link BatchReadSuccessfulResponse.Builder} avoiding the need to create one manually via {@link BatchReadSuccessfulResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadSuccessfulResponse.Builder#build()} is called immediately and its result is passed to {@link #successfulResponse(BatchReadSuccessfulResponse)}.\n@param successfulResponse a consumer that will call methods on {@link BatchReadSuccessfulResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successfulResponse(BatchReadSuccessfulResponse)", "deprecated" : false, "documentation" : "

Identifies which operation in a batch has succeeded.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successfulResponse", "fluentSetterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@param successfulResponse Identifies which operation in a batch has succeeded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successfulResponse", "getterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@return Identifies which operation in a batch has succeeded.", "getterModel" : { "returnType" : "BatchReadSuccessfulResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessfulResponse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessfulResponse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SuccessfulResponse", "sensitive" : false, "setterDocumentation" : "

Identifies which operation in a batch has succeeded.

\n@param successfulResponse Identifies which operation in a batch has succeeded.", "setterMethodName" : "setSuccessfulResponse", "setterModel" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "successfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : null, "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "successfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : "

Identifies which operation in a batch has succeeded.

", "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExceptionResponse", "beanStyleSetterMethodName" : "setExceptionResponse", "c2jName" : "ExceptionResponse", "c2jShape" : "BatchReadException", "defaultConsumerFluentSetterDocumentation" : "

Identifies which operation in a batch has failed.

\nThis is a convenience that creates an instance of the {@link BatchReadException.Builder} avoiding the need to create one manually via {@link BatchReadException#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadException.Builder#build()} is called immediately and its result is passed to {@link #exceptionResponse(BatchReadException)}.\n@param exceptionResponse a consumer that will call methods on {@link BatchReadException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exceptionResponse(BatchReadException)", "deprecated" : false, "documentation" : "

Identifies which operation in a batch has failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exceptionResponse", "fluentSetterDocumentation" : "

Identifies which operation in a batch has failed.

\n@param exceptionResponse Identifies which operation in a batch has failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exceptionResponse", "getterDocumentation" : "

Identifies which operation in a batch has failed.

\n@return Identifies which operation in a batch has failed.", "getterModel" : { "returnType" : "BatchReadException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExceptionResponse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExceptionResponse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExceptionResponse", "sensitive" : false, "setterDocumentation" : "

Identifies which operation in a batch has failed.

\n@param exceptionResponse Identifies which operation in a batch has failed.", "setterMethodName" : "setExceptionResponse", "setterModel" : { "variableDeclarationType" : "BatchReadException", "variableName" : "exceptionResponse", "variableType" : "BatchReadException", "documentation" : null, "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadException", "variableName" : "exceptionResponse", "variableType" : "BatchReadException", "documentation" : "

Identifies which operation in a batch has failed.

", "simpleType" : "BatchReadException", "variableSetterType" : "BatchReadException" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchReadOperationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchReadOperationResponse", "variableName" : "batchReadOperationResponse", "variableType" : "BatchReadOperationResponse", "documentation" : null, "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "wrapper" : false }, "BatchReadRequest" : { "c2jName" : "BatchReadRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "BatchRead", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/batchread", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOperations", "beanStyleSetterMethodName" : "setOperations", "c2jName" : "Operations", "c2jShape" : "BatchReadOperationList", "defaultConsumerFluentSetterDocumentation" : "

A list of operations that are part of the batch.

\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 #operations(List)}.\n@param operations 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 #operations(List)", "deprecated" : false, "documentation" : "

A list of operations that are part of the batch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "operations", "fluentSetterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "operations", "getterDocumentation" : "

A list of operations that are part of the batch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of operations that are part of the batch.", "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" : "Operations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Operations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchReadOperation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchReadOperation.Builder} avoiding the need to create one manually via {@link BatchReadOperation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadOperation.Builder#build()} is called immediately and its result is passed to {@link #member(BatchReadOperation)}.\n@param member a consumer that will call methods on {@link BatchReadOperation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchReadOperation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchReadOperation", "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, "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" : "BatchReadOperation", "variableName" : "member", "variableType" : "BatchReadOperation", "documentation" : null, "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadOperation", "variableName" : "member", "variableType" : "BatchReadOperation", "documentation" : "", "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchReadOperation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchReadOperation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Operations", "sensitive" : false, "setterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.", "setterMethodName" : "setOperations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : "

A list of operations that are part of the batch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

\n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

\n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Operations" : { "beanStyleGetterMethodName" : "getOperations", "beanStyleSetterMethodName" : "setOperations", "c2jName" : "Operations", "c2jShape" : "BatchReadOperationList", "defaultConsumerFluentSetterDocumentation" : "

A list of operations that are part of the batch.

\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 #operations(List)}.\n@param operations 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 #operations(List)", "deprecated" : false, "documentation" : "

A list of operations that are part of the batch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "operations", "fluentSetterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "operations", "getterDocumentation" : "

A list of operations that are part of the batch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of operations that are part of the batch.", "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" : "Operations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Operations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchReadOperation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchReadOperation.Builder} avoiding the need to create one manually via {@link BatchReadOperation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadOperation.Builder#build()} is called immediately and its result is passed to {@link #member(BatchReadOperation)}.\n@param member a consumer that will call methods on {@link BatchReadOperation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchReadOperation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchReadOperation", "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, "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" : "BatchReadOperation", "variableName" : "member", "variableType" : "BatchReadOperation", "documentation" : null, "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadOperation", "variableName" : "member", "variableType" : "BatchReadOperation", "documentation" : "", "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchReadOperation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchReadOperation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Operations", "sensitive" : false, "setterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.", "setterMethodName" : "setOperations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : "

A list of operations that are part of the batch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOperations", "beanStyleSetterMethodName" : "setOperations", "c2jName" : "Operations", "c2jShape" : "BatchReadOperationList", "defaultConsumerFluentSetterDocumentation" : "

A list of operations that are part of the batch.

\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 #operations(List)}.\n@param operations 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 #operations(List)", "deprecated" : false, "documentation" : "

A list of operations that are part of the batch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "operations", "fluentSetterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "operations", "getterDocumentation" : "

A list of operations that are part of the batch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of operations that are part of the batch.", "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" : "Operations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Operations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchReadOperation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchReadOperation.Builder} avoiding the need to create one manually via {@link BatchReadOperation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadOperation.Builder#build()} is called immediately and its result is passed to {@link #member(BatchReadOperation)}.\n@param member a consumer that will call methods on {@link BatchReadOperation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchReadOperation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchReadOperation", "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, "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" : "BatchReadOperation", "variableName" : "member", "variableType" : "BatchReadOperation", "documentation" : null, "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadOperation", "variableName" : "member", "variableType" : "BatchReadOperation", "documentation" : "", "simpleType" : "BatchReadOperation", "variableSetterType" : "BatchReadOperation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchReadOperation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchReadOperation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Operations", "sensitive" : false, "setterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.", "setterMethodName" : "setOperations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : "

A list of operations that are part of the batch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

\n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

\n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "Operations" ], "shapeName" : "BatchReadRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchReadRequest", "variableName" : "batchReadRequest", "variableType" : "BatchReadRequest", "documentation" : null, "simpleType" : "BatchReadRequest", "variableSetterType" : "BatchReadRequest" }, "wrapper" : false }, "BatchReadResponse" : { "c2jName" : "BatchReadResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResponses", "beanStyleSetterMethodName" : "setResponses", "c2jName" : "Responses", "c2jShape" : "BatchReadOperationResponseList", "defaultConsumerFluentSetterDocumentation" : "

A list of all the responses for each batch read.

\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 #responses(List)}.\n@param responses 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 #responses(List)", "deprecated" : false, "documentation" : "

A list of all the responses for each batch read.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responses", "fluentSetterDocumentation" : "

A list of all the responses for each batch read.

\n@param responses A list of all the responses for each batch read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responses", "getterDocumentation" : "

A list of all the responses for each batch read.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of all the responses for each batch read.", "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" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchReadOperationResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchReadOperationResponse.Builder} avoiding the need to create one manually via {@link BatchReadOperationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadOperationResponse.Builder#build()} is called immediately and its result is passed to {@link #member(BatchReadOperationResponse)}.\n@param member a consumer that will call methods on {@link BatchReadOperationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchReadOperationResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchReadOperationResponse", "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, "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" : "BatchReadOperationResponse", "variableName" : "member", "variableType" : "BatchReadOperationResponse", "documentation" : null, "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadOperationResponse", "variableName" : "member", "variableType" : "BatchReadOperationResponse", "documentation" : "", "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchReadOperationResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchReadOperationResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Responses", "sensitive" : false, "setterDocumentation" : "

A list of all the responses for each batch read.

\n@param responses A list of all the responses for each batch read.", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : "

A list of all the responses for each batch read.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Responses" : { "beanStyleGetterMethodName" : "getResponses", "beanStyleSetterMethodName" : "setResponses", "c2jName" : "Responses", "c2jShape" : "BatchReadOperationResponseList", "defaultConsumerFluentSetterDocumentation" : "

A list of all the responses for each batch read.

\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 #responses(List)}.\n@param responses 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 #responses(List)", "deprecated" : false, "documentation" : "

A list of all the responses for each batch read.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responses", "fluentSetterDocumentation" : "

A list of all the responses for each batch read.

\n@param responses A list of all the responses for each batch read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responses", "getterDocumentation" : "

A list of all the responses for each batch read.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of all the responses for each batch read.", "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" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchReadOperationResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchReadOperationResponse.Builder} avoiding the need to create one manually via {@link BatchReadOperationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadOperationResponse.Builder#build()} is called immediately and its result is passed to {@link #member(BatchReadOperationResponse)}.\n@param member a consumer that will call methods on {@link BatchReadOperationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchReadOperationResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchReadOperationResponse", "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, "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" : "BatchReadOperationResponse", "variableName" : "member", "variableType" : "BatchReadOperationResponse", "documentation" : null, "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadOperationResponse", "variableName" : "member", "variableType" : "BatchReadOperationResponse", "documentation" : "", "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchReadOperationResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchReadOperationResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Responses", "sensitive" : false, "setterDocumentation" : "

A list of all the responses for each batch read.

\n@param responses A list of all the responses for each batch read.", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : "

A list of all the responses for each batch read.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResponses", "beanStyleSetterMethodName" : "setResponses", "c2jName" : "Responses", "c2jShape" : "BatchReadOperationResponseList", "defaultConsumerFluentSetterDocumentation" : "

A list of all the responses for each batch read.

\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 #responses(List)}.\n@param responses 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 #responses(List)", "deprecated" : false, "documentation" : "

A list of all the responses for each batch read.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responses", "fluentSetterDocumentation" : "

A list of all the responses for each batch read.

\n@param responses A list of all the responses for each batch read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responses", "getterDocumentation" : "

A list of all the responses for each batch read.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of all the responses for each batch read.", "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" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchReadOperationResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchReadOperationResponse.Builder} avoiding the need to create one manually via {@link BatchReadOperationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchReadOperationResponse.Builder#build()} is called immediately and its result is passed to {@link #member(BatchReadOperationResponse)}.\n@param member a consumer that will call methods on {@link BatchReadOperationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchReadOperationResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchReadOperationResponse", "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, "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" : "BatchReadOperationResponse", "variableName" : "member", "variableType" : "BatchReadOperationResponse", "documentation" : null, "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchReadOperationResponse", "variableName" : "member", "variableType" : "BatchReadOperationResponse", "documentation" : "", "simpleType" : "BatchReadOperationResponse", "variableSetterType" : "BatchReadOperationResponse" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchReadOperationResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchReadOperationResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Responses", "sensitive" : false, "setterDocumentation" : "

A list of all the responses for each batch read.

\n@param responses A list of all the responses for each batch read.", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : "

A list of all the responses for each batch read.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchReadResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchReadResponse", "variableName" : "batchReadResponse", "variableType" : "BatchReadResponse", "documentation" : null, "simpleType" : "BatchReadResponse", "variableSetterType" : "BatchReadResponse" }, "wrapper" : false }, "BatchReadSuccessfulResponse" : { "c2jName" : "BatchReadSuccessfulResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchRead success response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getListObjectAttributes", "beanStyleSetterMethodName" : "setListObjectAttributes", "c2jName" : "ListObjectAttributes", "c2jShape" : "BatchListObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectAttributes(BatchListObjectAttributesResponse)}.\n@param listObjectAttributes a consumer that will call methods on {@link BatchListObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectAttributes(BatchListObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectAttributes", "fluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectAttributes", "getterDocumentation" : "

Lists all attributes that are associated with an object.

\n@return Lists all attributes that are associated with an object.", "getterModel" : { "returnType" : "BatchListObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.", "setterMethodName" : "setListObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributesResponse", "documentation" : "

Lists all attributes that are associated with an object.

", "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectChildren", "beanStyleSetterMethodName" : "setListObjectChildren", "c2jName" : "ListObjectChildren", "c2jShape" : "BatchListObjectChildrenResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectChildrenResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectChildrenResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectChildrenResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectChildren(BatchListObjectChildrenResponse)}.\n@param listObjectChildren a consumer that will call methods on {@link BatchListObjectChildrenResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectChildren(BatchListObjectChildrenResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectChildren", "fluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectChildren", "getterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@return Returns a paginated list of child objects that are associated with a given object.", "getterModel" : { "returnType" : "BatchListObjectChildrenResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectChildren", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectChildren", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectChildren", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.", "setterMethodName" : "setListObjectChildren", "setterModel" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildrenResponse", "documentation" : null, "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildrenResponse", "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectInformation", "beanStyleSetterMethodName" : "setGetObjectInformation", "c2jName" : "GetObjectInformation", "c2jShape" : "BatchGetObjectInformationResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves metadata about an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectInformationResponse.Builder} avoiding the need to create one manually via {@link BatchGetObjectInformationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectInformationResponse.Builder#build()} is called immediately and its result is passed to {@link #getObjectInformation(BatchGetObjectInformationResponse)}.\n@param getObjectInformation a consumer that will call methods on {@link BatchGetObjectInformationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectInformation(BatchGetObjectInformationResponse)", "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectInformation", "fluentSetterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectInformation", "getterDocumentation" : "

Retrieves metadata about an object.

\n@return Retrieves metadata about an object.", "getterModel" : { "returnType" : "BatchGetObjectInformationResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectInformation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectInformation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectInformation", "sensitive" : false, "setterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.", "setterMethodName" : "setGetObjectInformation", "setterModel" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformationResponse", "documentation" : null, "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformationResponse", "documentation" : "

Retrieves metadata about an object.

", "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectAttributes", "beanStyleSetterMethodName" : "setGetObjectAttributes", "c2jName" : "GetObjectAttributes", "c2jShape" : "BatchGetObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchGetObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #getObjectAttributes(BatchGetObjectAttributesResponse)}.\n@param getObjectAttributes a consumer that will call methods on {@link BatchGetObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectAttributes(BatchGetObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectAttributes", "fluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectAttributes", "getterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@return Retrieves attributes within a facet that are associated with an object.", "getterModel" : { "returnType" : "BatchGetObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.", "setterMethodName" : "setGetObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListAttachedIndices", "beanStyleSetterMethodName" : "setListAttachedIndices", "c2jName" : "ListAttachedIndices", "c2jShape" : "BatchListAttachedIndicesResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists indices attached to an object.

\nThis is a convenience that creates an instance of the {@link BatchListAttachedIndicesResponse.Builder} avoiding the need to create one manually via {@link BatchListAttachedIndicesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListAttachedIndicesResponse.Builder#build()} is called immediately and its result is passed to {@link #listAttachedIndices(BatchListAttachedIndicesResponse)}.\n@param listAttachedIndices a consumer that will call methods on {@link BatchListAttachedIndicesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listAttachedIndices(BatchListAttachedIndicesResponse)", "deprecated" : false, "documentation" : "

Lists indices attached to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listAttachedIndices", "fluentSetterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listAttachedIndices", "getterDocumentation" : "

Lists indices attached to an object.

\n@return Lists indices attached to an object.", "getterModel" : { "returnType" : "BatchListAttachedIndicesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListAttachedIndices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListAttachedIndices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListAttachedIndices", "sensitive" : false, "setterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.", "setterMethodName" : "setListAttachedIndices", "setterModel" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : null, "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : "

Lists indices attached to an object.

", "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParentPaths", "beanStyleSetterMethodName" : "setListObjectParentPaths", "c2jName" : "ListObjectParentPaths", "c2jShape" : "BatchListObjectParentPathsResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\nThis is a convenience that creates an instance of the {@link BatchListObjectParentPathsResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectParentPathsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentPathsResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectParentPaths(BatchListObjectParentPathsResponse)}.\n@param listObjectParentPaths a consumer that will call methods on {@link BatchListObjectParentPathsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParentPaths(BatchListObjectParentPathsResponse)", "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParentPaths", "fluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParentPaths", "getterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@return Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "getterModel" : { "returnType" : "BatchListObjectParentPathsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParentPaths", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParentPaths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParentPaths", "sensitive" : false, "setterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "setterMethodName" : "setListObjectParentPaths", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectPolicies", "beanStyleSetterMethodName" : "setListObjectPolicies", "c2jName" : "ListObjectPolicies", "c2jShape" : "BatchListObjectPoliciesResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\nThis is a convenience that creates an instance of the {@link BatchListObjectPoliciesResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectPoliciesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectPoliciesResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectPolicies(BatchListObjectPoliciesResponse)}.\n@param listObjectPolicies a consumer that will call methods on {@link BatchListObjectPoliciesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectPolicies(BatchListObjectPoliciesResponse)", "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectPolicies", "fluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectPolicies", "getterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@return Returns policies attached to an object in pagination fashion.", "getterModel" : { "returnType" : "BatchListObjectPoliciesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectPolicies", "sensitive" : false, "setterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.", "setterMethodName" : "setListObjectPolicies", "setterModel" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : null, "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : "

Returns policies attached to an object in pagination fashion.

", "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListPolicyAttachments", "beanStyleSetterMethodName" : "setListPolicyAttachments", "c2jName" : "ListPolicyAttachments", "c2jShape" : "BatchListPolicyAttachmentsResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\nThis is a convenience that creates an instance of the {@link BatchListPolicyAttachmentsResponse.Builder} avoiding the need to create one manually via {@link BatchListPolicyAttachmentsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListPolicyAttachmentsResponse.Builder#build()} is called immediately and its result is passed to {@link #listPolicyAttachments(BatchListPolicyAttachmentsResponse)}.\n@param listPolicyAttachments a consumer that will call methods on {@link BatchListPolicyAttachmentsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listPolicyAttachments(BatchListPolicyAttachmentsResponse)", "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listPolicyAttachments", "fluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listPolicyAttachments", "getterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@return Returns all of the ObjectIdentifiers to which a given policy is attached.", "getterModel" : { "returnType" : "BatchListPolicyAttachmentsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListPolicyAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListPolicyAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListPolicyAttachments", "sensitive" : false, "setterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.", "setterMethodName" : "setListPolicyAttachments", "setterModel" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : null, "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLookupPolicy", "beanStyleSetterMethodName" : "setLookupPolicy", "c2jName" : "LookupPolicy", "c2jShape" : "BatchLookupPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\nThis is a convenience that creates an instance of the {@link BatchLookupPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchLookupPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchLookupPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #lookupPolicy(BatchLookupPolicyResponse)}.\n@param lookupPolicy a consumer that will call methods on {@link BatchLookupPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lookupPolicy(BatchLookupPolicyResponse)", "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lookupPolicy", "fluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lookupPolicy", "getterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@return Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "getterModel" : { "returnType" : "BatchLookupPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LookupPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LookupPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LookupPolicy", "sensitive" : false, "setterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "setterMethodName" : "setLookupPolicy", "setterModel" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicyResponse", "documentation" : null, "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicyResponse", "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIndex", "beanStyleSetterMethodName" : "setListIndex", "c2jName" : "ListIndex", "c2jShape" : "BatchListIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists objects attached to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchListIndexResponse.Builder} avoiding the need to create one manually via {@link BatchListIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #listIndex(BatchListIndexResponse)}.\n@param listIndex a consumer that will call methods on {@link BatchListIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIndex(BatchListIndexResponse)", "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIndex", "fluentSetterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIndex", "getterDocumentation" : "

Lists objects attached to the specified index.

\n@return Lists objects attached to the specified index.", "getterModel" : { "returnType" : "BatchListIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIndex", "sensitive" : false, "setterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.", "setterMethodName" : "setListIndex", "setterModel" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "listIndex", "variableType" : "BatchListIndexResponse", "documentation" : null, "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "listIndex", "variableType" : "BatchListIndexResponse", "documentation" : "

Lists objects attached to the specified index.

", "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListOutgoingTypedLinks", "beanStyleSetterMethodName" : "setListOutgoingTypedLinks", "c2jName" : "ListOutgoingTypedLinks", "c2jShape" : "BatchListOutgoingTypedLinksResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListOutgoingTypedLinksResponse.Builder} avoiding the need to create one manually via {@link BatchListOutgoingTypedLinksResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListOutgoingTypedLinksResponse.Builder#build()} is called immediately and its result is passed to {@link #listOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse)}.\n@param listOutgoingTypedLinks a consumer that will call methods on {@link BatchListOutgoingTypedLinksResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listOutgoingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listOutgoingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListOutgoingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListOutgoingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListOutgoingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListOutgoingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIncomingTypedLinks", "beanStyleSetterMethodName" : "setListIncomingTypedLinks", "c2jName" : "ListIncomingTypedLinks", "c2jShape" : "BatchListIncomingTypedLinksResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListIncomingTypedLinksResponse.Builder} avoiding the need to create one manually via {@link BatchListIncomingTypedLinksResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIncomingTypedLinksResponse.Builder#build()} is called immediately and its result is passed to {@link #listIncomingTypedLinks(BatchListIncomingTypedLinksResponse)}.\n@param listIncomingTypedLinks a consumer that will call methods on {@link BatchListIncomingTypedLinksResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIncomingTypedLinks(BatchListIncomingTypedLinksResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIncomingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIncomingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListIncomingTypedLinksResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIncomingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIncomingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIncomingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListIncomingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetLinkAttributes", "beanStyleSetterMethodName" : "setGetLinkAttributes", "c2jName" : "GetLinkAttributes", "c2jShape" : "BatchGetLinkAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

The list of attributes to retrieve from the typed link.

\nThis is a convenience that creates an instance of the {@link BatchGetLinkAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchGetLinkAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetLinkAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #getLinkAttributes(BatchGetLinkAttributesResponse)}.\n@param getLinkAttributes a consumer that will call methods on {@link BatchGetLinkAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getLinkAttributes(BatchGetLinkAttributesResponse)", "deprecated" : false, "documentation" : "

The list of attributes to retrieve from the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getLinkAttributes", "fluentSetterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@param getLinkAttributes The list of attributes to retrieve from the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getLinkAttributes", "getterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@return The list of attributes to retrieve from the typed link.", "getterModel" : { "returnType" : "BatchGetLinkAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetLinkAttributes", "sensitive" : false, "setterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@param getLinkAttributes The list of attributes to retrieve from the typed link.", "setterMethodName" : "setGetLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : "

The list of attributes to retrieve from the typed link.

", "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParents", "beanStyleSetterMethodName" : "setListObjectParents", "c2jName" : "ListObjectParents", "c2jShape" : "BatchListObjectParentsResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchListObjectParentsResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectParentsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentsResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectParents(BatchListObjectParentsResponse)}.\n@param listObjectParents a consumer that will call methods on {@link BatchListObjectParentsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParents(BatchListObjectParentsResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParents", "fluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParents", "getterDocumentation" : "Returns the value of the ListObjectParents property for this object.\n@return The value of the ListObjectParents property for this object.", "getterModel" : { "returnType" : "BatchListObjectParentsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParents", "sensitive" : false, "setterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.", "setterMethodName" : "setListObjectParents", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParentsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParentsResponse", "documentation" : "", "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GetLinkAttributes" : { "beanStyleGetterMethodName" : "getGetLinkAttributes", "beanStyleSetterMethodName" : "setGetLinkAttributes", "c2jName" : "GetLinkAttributes", "c2jShape" : "BatchGetLinkAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

The list of attributes to retrieve from the typed link.

\nThis is a convenience that creates an instance of the {@link BatchGetLinkAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchGetLinkAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetLinkAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #getLinkAttributes(BatchGetLinkAttributesResponse)}.\n@param getLinkAttributes a consumer that will call methods on {@link BatchGetLinkAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getLinkAttributes(BatchGetLinkAttributesResponse)", "deprecated" : false, "documentation" : "

The list of attributes to retrieve from the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getLinkAttributes", "fluentSetterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@param getLinkAttributes The list of attributes to retrieve from the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getLinkAttributes", "getterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@return The list of attributes to retrieve from the typed link.", "getterModel" : { "returnType" : "BatchGetLinkAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetLinkAttributes", "sensitive" : false, "setterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@param getLinkAttributes The list of attributes to retrieve from the typed link.", "setterMethodName" : "setGetLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : "

The list of attributes to retrieve from the typed link.

", "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "xmlNameSpaceUri" : null }, "GetObjectAttributes" : { "beanStyleGetterMethodName" : "getGetObjectAttributes", "beanStyleSetterMethodName" : "setGetObjectAttributes", "c2jName" : "GetObjectAttributes", "c2jShape" : "BatchGetObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchGetObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #getObjectAttributes(BatchGetObjectAttributesResponse)}.\n@param getObjectAttributes a consumer that will call methods on {@link BatchGetObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectAttributes(BatchGetObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectAttributes", "fluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectAttributes", "getterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@return Retrieves attributes within a facet that are associated with an object.", "getterModel" : { "returnType" : "BatchGetObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.", "setterMethodName" : "setGetObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, "GetObjectInformation" : { "beanStyleGetterMethodName" : "getGetObjectInformation", "beanStyleSetterMethodName" : "setGetObjectInformation", "c2jName" : "GetObjectInformation", "c2jShape" : "BatchGetObjectInformationResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves metadata about an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectInformationResponse.Builder} avoiding the need to create one manually via {@link BatchGetObjectInformationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectInformationResponse.Builder#build()} is called immediately and its result is passed to {@link #getObjectInformation(BatchGetObjectInformationResponse)}.\n@param getObjectInformation a consumer that will call methods on {@link BatchGetObjectInformationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectInformation(BatchGetObjectInformationResponse)", "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectInformation", "fluentSetterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectInformation", "getterDocumentation" : "

Retrieves metadata about an object.

\n@return Retrieves metadata about an object.", "getterModel" : { "returnType" : "BatchGetObjectInformationResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectInformation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectInformation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectInformation", "sensitive" : false, "setterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.", "setterMethodName" : "setGetObjectInformation", "setterModel" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformationResponse", "documentation" : null, "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformationResponse", "documentation" : "

Retrieves metadata about an object.

", "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "xmlNameSpaceUri" : null }, "ListAttachedIndices" : { "beanStyleGetterMethodName" : "getListAttachedIndices", "beanStyleSetterMethodName" : "setListAttachedIndices", "c2jName" : "ListAttachedIndices", "c2jShape" : "BatchListAttachedIndicesResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists indices attached to an object.

\nThis is a convenience that creates an instance of the {@link BatchListAttachedIndicesResponse.Builder} avoiding the need to create one manually via {@link BatchListAttachedIndicesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListAttachedIndicesResponse.Builder#build()} is called immediately and its result is passed to {@link #listAttachedIndices(BatchListAttachedIndicesResponse)}.\n@param listAttachedIndices a consumer that will call methods on {@link BatchListAttachedIndicesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listAttachedIndices(BatchListAttachedIndicesResponse)", "deprecated" : false, "documentation" : "

Lists indices attached to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listAttachedIndices", "fluentSetterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listAttachedIndices", "getterDocumentation" : "

Lists indices attached to an object.

\n@return Lists indices attached to an object.", "getterModel" : { "returnType" : "BatchListAttachedIndicesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListAttachedIndices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListAttachedIndices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListAttachedIndices", "sensitive" : false, "setterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.", "setterMethodName" : "setListAttachedIndices", "setterModel" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : null, "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : "

Lists indices attached to an object.

", "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "xmlNameSpaceUri" : null }, "ListIncomingTypedLinks" : { "beanStyleGetterMethodName" : "getListIncomingTypedLinks", "beanStyleSetterMethodName" : "setListIncomingTypedLinks", "c2jName" : "ListIncomingTypedLinks", "c2jShape" : "BatchListIncomingTypedLinksResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListIncomingTypedLinksResponse.Builder} avoiding the need to create one manually via {@link BatchListIncomingTypedLinksResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIncomingTypedLinksResponse.Builder#build()} is called immediately and its result is passed to {@link #listIncomingTypedLinks(BatchListIncomingTypedLinksResponse)}.\n@param listIncomingTypedLinks a consumer that will call methods on {@link BatchListIncomingTypedLinksResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIncomingTypedLinks(BatchListIncomingTypedLinksResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIncomingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIncomingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListIncomingTypedLinksResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIncomingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIncomingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIncomingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListIncomingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "xmlNameSpaceUri" : null }, "ListIndex" : { "beanStyleGetterMethodName" : "getListIndex", "beanStyleSetterMethodName" : "setListIndex", "c2jName" : "ListIndex", "c2jShape" : "BatchListIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists objects attached to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchListIndexResponse.Builder} avoiding the need to create one manually via {@link BatchListIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #listIndex(BatchListIndexResponse)}.\n@param listIndex a consumer that will call methods on {@link BatchListIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIndex(BatchListIndexResponse)", "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIndex", "fluentSetterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIndex", "getterDocumentation" : "

Lists objects attached to the specified index.

\n@return Lists objects attached to the specified index.", "getterModel" : { "returnType" : "BatchListIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIndex", "sensitive" : false, "setterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.", "setterMethodName" : "setListIndex", "setterModel" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "listIndex", "variableType" : "BatchListIndexResponse", "documentation" : null, "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "listIndex", "variableType" : "BatchListIndexResponse", "documentation" : "

Lists objects attached to the specified index.

", "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "xmlNameSpaceUri" : null }, "ListObjectAttributes" : { "beanStyleGetterMethodName" : "getListObjectAttributes", "beanStyleSetterMethodName" : "setListObjectAttributes", "c2jName" : "ListObjectAttributes", "c2jShape" : "BatchListObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectAttributes(BatchListObjectAttributesResponse)}.\n@param listObjectAttributes a consumer that will call methods on {@link BatchListObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectAttributes(BatchListObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectAttributes", "fluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectAttributes", "getterDocumentation" : "

Lists all attributes that are associated with an object.

\n@return Lists all attributes that are associated with an object.", "getterModel" : { "returnType" : "BatchListObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.", "setterMethodName" : "setListObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributesResponse", "documentation" : "

Lists all attributes that are associated with an object.

", "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, "ListObjectChildren" : { "beanStyleGetterMethodName" : "getListObjectChildren", "beanStyleSetterMethodName" : "setListObjectChildren", "c2jName" : "ListObjectChildren", "c2jShape" : "BatchListObjectChildrenResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectChildrenResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectChildrenResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectChildrenResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectChildren(BatchListObjectChildrenResponse)}.\n@param listObjectChildren a consumer that will call methods on {@link BatchListObjectChildrenResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectChildren(BatchListObjectChildrenResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectChildren", "fluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectChildren", "getterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@return Returns a paginated list of child objects that are associated with a given object.", "getterModel" : { "returnType" : "BatchListObjectChildrenResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectChildren", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectChildren", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectChildren", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.", "setterMethodName" : "setListObjectChildren", "setterModel" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildrenResponse", "documentation" : null, "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildrenResponse", "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "xmlNameSpaceUri" : null }, "ListObjectParentPaths" : { "beanStyleGetterMethodName" : "getListObjectParentPaths", "beanStyleSetterMethodName" : "setListObjectParentPaths", "c2jName" : "ListObjectParentPaths", "c2jShape" : "BatchListObjectParentPathsResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\nThis is a convenience that creates an instance of the {@link BatchListObjectParentPathsResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectParentPathsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentPathsResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectParentPaths(BatchListObjectParentPathsResponse)}.\n@param listObjectParentPaths a consumer that will call methods on {@link BatchListObjectParentPathsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParentPaths(BatchListObjectParentPathsResponse)", "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParentPaths", "fluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParentPaths", "getterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@return Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "getterModel" : { "returnType" : "BatchListObjectParentPathsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParentPaths", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParentPaths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParentPaths", "sensitive" : false, "setterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "setterMethodName" : "setListObjectParentPaths", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "xmlNameSpaceUri" : null }, "ListObjectParents" : { "beanStyleGetterMethodName" : "getListObjectParents", "beanStyleSetterMethodName" : "setListObjectParents", "c2jName" : "ListObjectParents", "c2jShape" : "BatchListObjectParentsResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchListObjectParentsResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectParentsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentsResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectParents(BatchListObjectParentsResponse)}.\n@param listObjectParents a consumer that will call methods on {@link BatchListObjectParentsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParents(BatchListObjectParentsResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParents", "fluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParents", "getterDocumentation" : "Returns the value of the ListObjectParents property for this object.\n@return The value of the ListObjectParents property for this object.", "getterModel" : { "returnType" : "BatchListObjectParentsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParents", "sensitive" : false, "setterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.", "setterMethodName" : "setListObjectParents", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParentsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParentsResponse", "documentation" : "", "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "xmlNameSpaceUri" : null }, "ListObjectPolicies" : { "beanStyleGetterMethodName" : "getListObjectPolicies", "beanStyleSetterMethodName" : "setListObjectPolicies", "c2jName" : "ListObjectPolicies", "c2jShape" : "BatchListObjectPoliciesResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\nThis is a convenience that creates an instance of the {@link BatchListObjectPoliciesResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectPoliciesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectPoliciesResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectPolicies(BatchListObjectPoliciesResponse)}.\n@param listObjectPolicies a consumer that will call methods on {@link BatchListObjectPoliciesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectPolicies(BatchListObjectPoliciesResponse)", "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectPolicies", "fluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectPolicies", "getterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@return Returns policies attached to an object in pagination fashion.", "getterModel" : { "returnType" : "BatchListObjectPoliciesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectPolicies", "sensitive" : false, "setterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.", "setterMethodName" : "setListObjectPolicies", "setterModel" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : null, "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : "

Returns policies attached to an object in pagination fashion.

", "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "xmlNameSpaceUri" : null }, "ListOutgoingTypedLinks" : { "beanStyleGetterMethodName" : "getListOutgoingTypedLinks", "beanStyleSetterMethodName" : "setListOutgoingTypedLinks", "c2jName" : "ListOutgoingTypedLinks", "c2jShape" : "BatchListOutgoingTypedLinksResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListOutgoingTypedLinksResponse.Builder} avoiding the need to create one manually via {@link BatchListOutgoingTypedLinksResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListOutgoingTypedLinksResponse.Builder#build()} is called immediately and its result is passed to {@link #listOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse)}.\n@param listOutgoingTypedLinks a consumer that will call methods on {@link BatchListOutgoingTypedLinksResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listOutgoingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listOutgoingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListOutgoingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListOutgoingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListOutgoingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListOutgoingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "xmlNameSpaceUri" : null }, "ListPolicyAttachments" : { "beanStyleGetterMethodName" : "getListPolicyAttachments", "beanStyleSetterMethodName" : "setListPolicyAttachments", "c2jName" : "ListPolicyAttachments", "c2jShape" : "BatchListPolicyAttachmentsResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\nThis is a convenience that creates an instance of the {@link BatchListPolicyAttachmentsResponse.Builder} avoiding the need to create one manually via {@link BatchListPolicyAttachmentsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListPolicyAttachmentsResponse.Builder#build()} is called immediately and its result is passed to {@link #listPolicyAttachments(BatchListPolicyAttachmentsResponse)}.\n@param listPolicyAttachments a consumer that will call methods on {@link BatchListPolicyAttachmentsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listPolicyAttachments(BatchListPolicyAttachmentsResponse)", "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listPolicyAttachments", "fluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listPolicyAttachments", "getterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@return Returns all of the ObjectIdentifiers to which a given policy is attached.", "getterModel" : { "returnType" : "BatchListPolicyAttachmentsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListPolicyAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListPolicyAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListPolicyAttachments", "sensitive" : false, "setterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.", "setterMethodName" : "setListPolicyAttachments", "setterModel" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : null, "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "xmlNameSpaceUri" : null }, "LookupPolicy" : { "beanStyleGetterMethodName" : "getLookupPolicy", "beanStyleSetterMethodName" : "setLookupPolicy", "c2jName" : "LookupPolicy", "c2jShape" : "BatchLookupPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\nThis is a convenience that creates an instance of the {@link BatchLookupPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchLookupPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchLookupPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #lookupPolicy(BatchLookupPolicyResponse)}.\n@param lookupPolicy a consumer that will call methods on {@link BatchLookupPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lookupPolicy(BatchLookupPolicyResponse)", "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lookupPolicy", "fluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lookupPolicy", "getterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@return Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "getterModel" : { "returnType" : "BatchLookupPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LookupPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LookupPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LookupPolicy", "sensitive" : false, "setterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "setterMethodName" : "setLookupPolicy", "setterModel" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicyResponse", "documentation" : null, "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicyResponse", "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getListObjectAttributes", "beanStyleSetterMethodName" : "setListObjectAttributes", "c2jName" : "ListObjectAttributes", "c2jShape" : "BatchListObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectAttributes(BatchListObjectAttributesResponse)}.\n@param listObjectAttributes a consumer that will call methods on {@link BatchListObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectAttributes(BatchListObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Lists all attributes that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectAttributes", "fluentSetterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectAttributes", "getterDocumentation" : "

Lists all attributes that are associated with an object.

\n@return Lists all attributes that are associated with an object.", "getterModel" : { "returnType" : "BatchListObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Lists all attributes that are associated with an object.

\n@param listObjectAttributes Lists all attributes that are associated with an object.", "setterMethodName" : "setListObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectAttributesResponse", "variableName" : "listObjectAttributes", "variableType" : "BatchListObjectAttributesResponse", "documentation" : "

Lists all attributes that are associated with an object.

", "simpleType" : "BatchListObjectAttributesResponse", "variableSetterType" : "BatchListObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectChildren", "beanStyleSetterMethodName" : "setListObjectChildren", "c2jName" : "ListObjectChildren", "c2jShape" : "BatchListObjectChildrenResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\nThis is a convenience that creates an instance of the {@link BatchListObjectChildrenResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectChildrenResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectChildrenResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectChildren(BatchListObjectChildrenResponse)}.\n@param listObjectChildren a consumer that will call methods on {@link BatchListObjectChildrenResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectChildren(BatchListObjectChildrenResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectChildren", "fluentSetterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectChildren", "getterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@return Returns a paginated list of child objects that are associated with a given object.", "getterModel" : { "returnType" : "BatchListObjectChildrenResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectChildren", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectChildren", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectChildren", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of child objects that are associated with a given object.

\n@param listObjectChildren Returns a paginated list of child objects that are associated with a given object.", "setterMethodName" : "setListObjectChildren", "setterModel" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildrenResponse", "documentation" : null, "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectChildrenResponse", "variableName" : "listObjectChildren", "variableType" : "BatchListObjectChildrenResponse", "documentation" : "

Returns a paginated list of child objects that are associated with a given object.

", "simpleType" : "BatchListObjectChildrenResponse", "variableSetterType" : "BatchListObjectChildrenResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectInformation", "beanStyleSetterMethodName" : "setGetObjectInformation", "c2jName" : "GetObjectInformation", "c2jShape" : "BatchGetObjectInformationResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves metadata about an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectInformationResponse.Builder} avoiding the need to create one manually via {@link BatchGetObjectInformationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectInformationResponse.Builder#build()} is called immediately and its result is passed to {@link #getObjectInformation(BatchGetObjectInformationResponse)}.\n@param getObjectInformation a consumer that will call methods on {@link BatchGetObjectInformationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectInformation(BatchGetObjectInformationResponse)", "deprecated" : false, "documentation" : "

Retrieves metadata about an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectInformation", "fluentSetterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectInformation", "getterDocumentation" : "

Retrieves metadata about an object.

\n@return Retrieves metadata about an object.", "getterModel" : { "returnType" : "BatchGetObjectInformationResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectInformation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectInformation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectInformation", "sensitive" : false, "setterDocumentation" : "

Retrieves metadata about an object.

\n@param getObjectInformation Retrieves metadata about an object.", "setterMethodName" : "setGetObjectInformation", "setterModel" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformationResponse", "documentation" : null, "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectInformationResponse", "variableName" : "getObjectInformation", "variableType" : "BatchGetObjectInformationResponse", "documentation" : "

Retrieves metadata about an object.

", "simpleType" : "BatchGetObjectInformationResponse", "variableSetterType" : "BatchGetObjectInformationResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetObjectAttributes", "beanStyleSetterMethodName" : "setGetObjectAttributes", "c2jName" : "GetObjectAttributes", "c2jShape" : "BatchGetObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\nThis is a convenience that creates an instance of the {@link BatchGetObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchGetObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #getObjectAttributes(BatchGetObjectAttributesResponse)}.\n@param getObjectAttributes a consumer that will call methods on {@link BatchGetObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getObjectAttributes(BatchGetObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getObjectAttributes", "fluentSetterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getObjectAttributes", "getterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@return Retrieves attributes within a facet that are associated with an object.", "getterModel" : { "returnType" : "BatchGetObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Retrieves attributes within a facet that are associated with an object.

\n@param getObjectAttributes Retrieves attributes within a facet that are associated with an object.", "setterMethodName" : "setGetObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetObjectAttributesResponse", "variableName" : "getObjectAttributes", "variableType" : "BatchGetObjectAttributesResponse", "documentation" : "

Retrieves attributes within a facet that are associated with an object.

", "simpleType" : "BatchGetObjectAttributesResponse", "variableSetterType" : "BatchGetObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListAttachedIndices", "beanStyleSetterMethodName" : "setListAttachedIndices", "c2jName" : "ListAttachedIndices", "c2jShape" : "BatchListAttachedIndicesResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists indices attached to an object.

\nThis is a convenience that creates an instance of the {@link BatchListAttachedIndicesResponse.Builder} avoiding the need to create one manually via {@link BatchListAttachedIndicesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListAttachedIndicesResponse.Builder#build()} is called immediately and its result is passed to {@link #listAttachedIndices(BatchListAttachedIndicesResponse)}.\n@param listAttachedIndices a consumer that will call methods on {@link BatchListAttachedIndicesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listAttachedIndices(BatchListAttachedIndicesResponse)", "deprecated" : false, "documentation" : "

Lists indices attached to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listAttachedIndices", "fluentSetterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listAttachedIndices", "getterDocumentation" : "

Lists indices attached to an object.

\n@return Lists indices attached to an object.", "getterModel" : { "returnType" : "BatchListAttachedIndicesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListAttachedIndices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListAttachedIndices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListAttachedIndices", "sensitive" : false, "setterDocumentation" : "

Lists indices attached to an object.

\n@param listAttachedIndices Lists indices attached to an object.", "setterMethodName" : "setListAttachedIndices", "setterModel" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : null, "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListAttachedIndicesResponse", "variableName" : "listAttachedIndices", "variableType" : "BatchListAttachedIndicesResponse", "documentation" : "

Lists indices attached to an object.

", "simpleType" : "BatchListAttachedIndicesResponse", "variableSetterType" : "BatchListAttachedIndicesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParentPaths", "beanStyleSetterMethodName" : "setListObjectParentPaths", "c2jName" : "ListObjectParentPaths", "c2jShape" : "BatchListObjectParentPathsResponse", "defaultConsumerFluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\nThis is a convenience that creates an instance of the {@link BatchListObjectParentPathsResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectParentPathsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentPathsResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectParentPaths(BatchListObjectParentPathsResponse)}.\n@param listObjectParentPaths a consumer that will call methods on {@link BatchListObjectParentPathsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParentPaths(BatchListObjectParentPathsResponse)", "deprecated" : false, "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParentPaths", "fluentSetterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParentPaths", "getterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@return Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "getterModel" : { "returnType" : "BatchListObjectParentPathsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParentPaths", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParentPaths", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParentPaths", "sensitive" : false, "setterDocumentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

\n@param listObjectParentPaths Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.", "setterMethodName" : "setListObjectParentPaths", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentPathsResponse", "variableName" : "listObjectParentPaths", "variableType" : "BatchListObjectParentPathsResponse", "documentation" : "

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

", "simpleType" : "BatchListObjectParentPathsResponse", "variableSetterType" : "BatchListObjectParentPathsResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectPolicies", "beanStyleSetterMethodName" : "setListObjectPolicies", "c2jName" : "ListObjectPolicies", "c2jShape" : "BatchListObjectPoliciesResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\nThis is a convenience that creates an instance of the {@link BatchListObjectPoliciesResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectPoliciesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectPoliciesResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectPolicies(BatchListObjectPoliciesResponse)}.\n@param listObjectPolicies a consumer that will call methods on {@link BatchListObjectPoliciesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectPolicies(BatchListObjectPoliciesResponse)", "deprecated" : false, "documentation" : "

Returns policies attached to an object in pagination fashion.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectPolicies", "fluentSetterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectPolicies", "getterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@return Returns policies attached to an object in pagination fashion.", "getterModel" : { "returnType" : "BatchListObjectPoliciesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectPolicies", "sensitive" : false, "setterDocumentation" : "

Returns policies attached to an object in pagination fashion.

\n@param listObjectPolicies Returns policies attached to an object in pagination fashion.", "setterMethodName" : "setListObjectPolicies", "setterModel" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : null, "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectPoliciesResponse", "variableName" : "listObjectPolicies", "variableType" : "BatchListObjectPoliciesResponse", "documentation" : "

Returns policies attached to an object in pagination fashion.

", "simpleType" : "BatchListObjectPoliciesResponse", "variableSetterType" : "BatchListObjectPoliciesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListPolicyAttachments", "beanStyleSetterMethodName" : "setListPolicyAttachments", "c2jName" : "ListPolicyAttachments", "c2jShape" : "BatchListPolicyAttachmentsResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\nThis is a convenience that creates an instance of the {@link BatchListPolicyAttachmentsResponse.Builder} avoiding the need to create one manually via {@link BatchListPolicyAttachmentsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListPolicyAttachmentsResponse.Builder#build()} is called immediately and its result is passed to {@link #listPolicyAttachments(BatchListPolicyAttachmentsResponse)}.\n@param listPolicyAttachments a consumer that will call methods on {@link BatchListPolicyAttachmentsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listPolicyAttachments(BatchListPolicyAttachmentsResponse)", "deprecated" : false, "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listPolicyAttachments", "fluentSetterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listPolicyAttachments", "getterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@return Returns all of the ObjectIdentifiers to which a given policy is attached.", "getterModel" : { "returnType" : "BatchListPolicyAttachmentsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListPolicyAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListPolicyAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListPolicyAttachments", "sensitive" : false, "setterDocumentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

\n@param listPolicyAttachments Returns all of the ObjectIdentifiers to which a given policy is attached.", "setterMethodName" : "setListPolicyAttachments", "setterModel" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : null, "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachments", "variableType" : "BatchListPolicyAttachmentsResponse", "documentation" : "

Returns all of the ObjectIdentifiers to which a given policy is attached.

", "simpleType" : "BatchListPolicyAttachmentsResponse", "variableSetterType" : "BatchListPolicyAttachmentsResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLookupPolicy", "beanStyleSetterMethodName" : "setLookupPolicy", "c2jName" : "LookupPolicy", "c2jShape" : "BatchLookupPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\nThis is a convenience that creates an instance of the {@link BatchLookupPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchLookupPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchLookupPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #lookupPolicy(BatchLookupPolicyResponse)}.\n@param lookupPolicy a consumer that will call methods on {@link BatchLookupPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lookupPolicy(BatchLookupPolicyResponse)", "deprecated" : false, "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lookupPolicy", "fluentSetterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lookupPolicy", "getterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@return Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "getterModel" : { "returnType" : "BatchLookupPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LookupPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LookupPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LookupPolicy", "sensitive" : false, "setterDocumentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

\n@param lookupPolicy Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.", "setterMethodName" : "setLookupPolicy", "setterModel" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicyResponse", "documentation" : null, "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchLookupPolicyResponse", "variableName" : "lookupPolicy", "variableType" : "BatchLookupPolicyResponse", "documentation" : "

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

", "simpleType" : "BatchLookupPolicyResponse", "variableSetterType" : "BatchLookupPolicyResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIndex", "beanStyleSetterMethodName" : "setListIndex", "c2jName" : "ListIndex", "c2jShape" : "BatchListIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Lists objects attached to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchListIndexResponse.Builder} avoiding the need to create one manually via {@link BatchListIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #listIndex(BatchListIndexResponse)}.\n@param listIndex a consumer that will call methods on {@link BatchListIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIndex(BatchListIndexResponse)", "deprecated" : false, "documentation" : "

Lists objects attached to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIndex", "fluentSetterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIndex", "getterDocumentation" : "

Lists objects attached to the specified index.

\n@return Lists objects attached to the specified index.", "getterModel" : { "returnType" : "BatchListIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIndex", "sensitive" : false, "setterDocumentation" : "

Lists objects attached to the specified index.

\n@param listIndex Lists objects attached to the specified index.", "setterMethodName" : "setListIndex", "setterModel" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "listIndex", "variableType" : "BatchListIndexResponse", "documentation" : null, "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIndexResponse", "variableName" : "listIndex", "variableType" : "BatchListIndexResponse", "documentation" : "

Lists objects attached to the specified index.

", "simpleType" : "BatchListIndexResponse", "variableSetterType" : "BatchListIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListOutgoingTypedLinks", "beanStyleSetterMethodName" : "setListOutgoingTypedLinks", "c2jName" : "ListOutgoingTypedLinks", "c2jShape" : "BatchListOutgoingTypedLinksResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListOutgoingTypedLinksResponse.Builder} avoiding the need to create one manually via {@link BatchListOutgoingTypedLinksResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListOutgoingTypedLinksResponse.Builder#build()} is called immediately and its result is passed to {@link #listOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse)}.\n@param listOutgoingTypedLinks a consumer that will call methods on {@link BatchListOutgoingTypedLinksResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listOutgoingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listOutgoingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListOutgoingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListOutgoingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListOutgoingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listOutgoingTypedLinks Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListOutgoingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinks", "variableType" : "BatchListOutgoingTypedLinksResponse", "documentation" : "

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListOutgoingTypedLinksResponse", "variableSetterType" : "BatchListOutgoingTypedLinksResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListIncomingTypedLinks", "beanStyleSetterMethodName" : "setListIncomingTypedLinks", "c2jName" : "ListIncomingTypedLinks", "c2jShape" : "BatchListIncomingTypedLinksResponse", "defaultConsumerFluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchListIncomingTypedLinksResponse.Builder} avoiding the need to create one manually via {@link BatchListIncomingTypedLinksResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListIncomingTypedLinksResponse.Builder#build()} is called immediately and its result is passed to {@link #listIncomingTypedLinks(BatchListIncomingTypedLinksResponse)}.\n@param listIncomingTypedLinks a consumer that will call methods on {@link BatchListIncomingTypedLinksResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listIncomingTypedLinks(BatchListIncomingTypedLinksResponse)", "deprecated" : false, "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listIncomingTypedLinks", "fluentSetterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listIncomingTypedLinks", "getterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@return Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchListIncomingTypedLinksResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListIncomingTypedLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListIncomingTypedLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListIncomingTypedLinks", "sensitive" : false, "setterDocumentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

\n@param listIncomingTypedLinks Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.", "setterMethodName" : "setListIncomingTypedLinks", "setterModel" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : null, "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinks", "variableType" : "BatchListIncomingTypedLinksResponse", "documentation" : "

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

", "simpleType" : "BatchListIncomingTypedLinksResponse", "variableSetterType" : "BatchListIncomingTypedLinksResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGetLinkAttributes", "beanStyleSetterMethodName" : "setGetLinkAttributes", "c2jName" : "GetLinkAttributes", "c2jShape" : "BatchGetLinkAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

The list of attributes to retrieve from the typed link.

\nThis is a convenience that creates an instance of the {@link BatchGetLinkAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchGetLinkAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchGetLinkAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #getLinkAttributes(BatchGetLinkAttributesResponse)}.\n@param getLinkAttributes a consumer that will call methods on {@link BatchGetLinkAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #getLinkAttributes(BatchGetLinkAttributesResponse)", "deprecated" : false, "documentation" : "

The list of attributes to retrieve from the typed link.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "getLinkAttributes", "fluentSetterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@param getLinkAttributes The list of attributes to retrieve from the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "getLinkAttributes", "getterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@return The list of attributes to retrieve from the typed link.", "getterModel" : { "returnType" : "BatchGetLinkAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GetLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GetLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "GetLinkAttributes", "sensitive" : false, "setterDocumentation" : "

The list of attributes to retrieve from the typed link.

\n@param getLinkAttributes The list of attributes to retrieve from the typed link.", "setterMethodName" : "setGetLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchGetLinkAttributesResponse", "variableName" : "getLinkAttributes", "variableType" : "BatchGetLinkAttributesResponse", "documentation" : "

The list of attributes to retrieve from the typed link.

", "simpleType" : "BatchGetLinkAttributesResponse", "variableSetterType" : "BatchGetLinkAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getListObjectParents", "beanStyleSetterMethodName" : "setListObjectParents", "c2jName" : "ListObjectParents", "c2jShape" : "BatchListObjectParentsResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchListObjectParentsResponse.Builder} avoiding the need to create one manually via {@link BatchListObjectParentsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchListObjectParentsResponse.Builder#build()} is called immediately and its result is passed to {@link #listObjectParents(BatchListObjectParentsResponse)}.\n@param listObjectParents a consumer that will call methods on {@link BatchListObjectParentsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listObjectParents(BatchListObjectParentsResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listObjectParents", "fluentSetterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listObjectParents", "getterDocumentation" : "Returns the value of the ListObjectParents property for this object.\n@return The value of the ListObjectParents property for this object.", "getterModel" : { "returnType" : "BatchListObjectParentsResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListObjectParents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListObjectParents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ListObjectParents", "sensitive" : false, "setterDocumentation" : "Sets the value of the ListObjectParents property for this object.\n\n@param listObjectParents The new value for the ListObjectParents property for this object.", "setterMethodName" : "setListObjectParents", "setterModel" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParentsResponse", "documentation" : null, "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchListObjectParentsResponse", "variableName" : "listObjectParents", "variableType" : "BatchListObjectParentsResponse", "documentation" : "", "simpleType" : "BatchListObjectParentsResponse", "variableSetterType" : "BatchListObjectParentsResponse" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchReadSuccessfulResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchReadSuccessfulResponse", "variableName" : "batchReadSuccessfulResponse", "variableType" : "BatchReadSuccessfulResponse", "documentation" : null, "simpleType" : "BatchReadSuccessfulResponse", "variableSetterType" : "BatchReadSuccessfulResponse" }, "wrapper" : false }, "BatchRemoveFacetFromObject" : { "c2jName" : "BatchRemoveFacetFromObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A batch operation to remove a facet from an object.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

The facet to remove from the object.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

The facet to remove from the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

The facet to remove from the object.

\n@param schemaFacet The facet to remove from the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

The facet to remove from the object.

\n@return The facet to remove from the object.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

The facet to remove from the object.

\n@param schemaFacet The facet to remove from the object.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

The facet to remove from the object.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object whose facet will be removed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object whose facet will be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object whose facet will be removed.

\n@param objectReference A reference to the object whose facet will be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object whose facet will be removed.

\n@return A reference to the object whose facet will be removed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object whose facet will be removed.

\n@param objectReference A reference to the object whose facet will be removed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object whose facet will be removed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object whose facet will be removed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object whose facet will be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object whose facet will be removed.

\n@param objectReference A reference to the object whose facet will be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object whose facet will be removed.

\n@return A reference to the object whose facet will be removed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object whose facet will be removed.

\n@param objectReference A reference to the object whose facet will be removed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object whose facet will be removed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

The facet to remove from the object.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

The facet to remove from the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

The facet to remove from the object.

\n@param schemaFacet The facet to remove from the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

The facet to remove from the object.

\n@return The facet to remove from the object.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

The facet to remove from the object.

\n@param schemaFacet The facet to remove from the object.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

The facet to remove from the object.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

The facet to remove from the object.

\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

The facet to remove from the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

The facet to remove from the object.

\n@param schemaFacet The facet to remove from the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

The facet to remove from the object.

\n@return The facet to remove from the object.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

The facet to remove from the object.

\n@param schemaFacet The facet to remove from the object.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

The facet to remove from the object.

", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

A reference to the object whose facet will be removed.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

A reference to the object whose facet will be removed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

A reference to the object whose facet will be removed.

\n@param objectReference A reference to the object whose facet will be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

A reference to the object whose facet will be removed.

\n@return A reference to the object whose facet will be removed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

A reference to the object whose facet will be removed.

\n@param objectReference A reference to the object whose facet will be removed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

A reference to the object whose facet will be removed.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaFacet", "ObjectReference" ], "shapeName" : "BatchRemoveFacetFromObject", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "batchRemoveFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "wrapper" : false }, "BatchRemoveFacetFromObjectResponse" : { "c2jName" : "BatchRemoveFacetFromObjectResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An empty result that represents success.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchRemoveFacetFromObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "batchRemoveFacetFromObjectResponse", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "wrapper" : false }, "BatchUpdateLinkAttributes" : { "c2jName" : "BatchUpdateLinkAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Updates a given typed link’s attributes inside a BatchRead operation. Attributes to be updated must not contribute to the typed link’s identity, as defined by its IdentityAttributeOrder. For more information, see UpdateLinkAttributes and BatchReadRequest$Operations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Allows a typed link specifier to be accepted as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Allows a typed link specifier to be accepted as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "LinkAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

The attributes update structure.

\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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

The attributes update structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

The attributes update structure.

\n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

The attributes update structure.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LinkAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LinkAttributeUpdate.Builder} avoiding the need to create one manually via {@link LinkAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(LinkAttributeUpdate)}.\n@param member a consumer that will call methods on {@link LinkAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LinkAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "LinkAttributeUpdate", "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, "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" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : "", "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LinkAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LinkAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

The attributes update structure.

\n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

The attributes update structure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "LinkAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

The attributes update structure.

\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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

The attributes update structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

The attributes update structure.

\n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

The attributes update structure.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LinkAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LinkAttributeUpdate.Builder} avoiding the need to create one manually via {@link LinkAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(LinkAttributeUpdate)}.\n@param member a consumer that will call methods on {@link LinkAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LinkAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "LinkAttributeUpdate", "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, "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" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : "", "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LinkAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LinkAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

The attributes update structure.

\n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

The attributes update structure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Allows a typed link specifier to be accepted as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Allows a typed link specifier to be accepted as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

Allows a typed link specifier to be accepted as input.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

Allows a typed link specifier to be accepted as input.

\n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

Allows a typed link specifier to be accepted as input.

", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "LinkAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

The attributes update structure.

\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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

The attributes update structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

The attributes update structure.

\n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

The attributes update structure.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LinkAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LinkAttributeUpdate.Builder} avoiding the need to create one manually via {@link LinkAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(LinkAttributeUpdate)}.\n@param member a consumer that will call methods on {@link LinkAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LinkAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "LinkAttributeUpdate", "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, "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" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : "", "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LinkAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LinkAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

The attributes update structure.

\n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

The attributes update structure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TypedLinkSpecifier", "AttributeUpdates" ], "shapeName" : "BatchUpdateLinkAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "batchUpdateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "wrapper" : false }, "BatchUpdateLinkAttributesResponse" : { "c2jName" : "BatchUpdateLinkAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a UpdateLinkAttributes response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchUpdateLinkAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "batchUpdateLinkAttributesResponse", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "wrapper" : false }, "BatchUpdateObjectAttributes" : { "c2jName" : "BatchUpdateObjectAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchUpdate operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object.

\n@param objectReference Reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object.

\n@return Reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object.

\n@param objectReference Reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "ObjectAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

Attributes update structure.

\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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

Attributes update structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

Attributes update structure.

\n@param attributeUpdates Attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

Attributes update structure.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeUpdate.Builder} avoiding the need to create one manually via {@link ObjectAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeUpdate)}.\n@param member a consumer that will call methods on {@link ObjectAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeUpdate", "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, "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" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : "", "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

Attributes update structure.

\n@param attributeUpdates Attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

Attributes update structure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "ObjectAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

Attributes update structure.

\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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

Attributes update structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

Attributes update structure.

\n@param attributeUpdates Attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

Attributes update structure.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeUpdate.Builder} avoiding the need to create one manually via {@link ObjectAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeUpdate)}.\n@param member a consumer that will call methods on {@link ObjectAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeUpdate", "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, "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" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : "", "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

Attributes update structure.

\n@param attributeUpdates Attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

Attributes update structure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object.

\n@param objectReference Reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object.

\n@return Reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object.

\n@param objectReference Reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

Reference that identifies the object.

\nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

Reference that identifies the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

Reference that identifies the object.

\n@param objectReference Reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

Reference that identifies the object.

\n@return Reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

Reference that identifies the object.

\n@param objectReference Reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

Reference that identifies the object.

", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "ObjectAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

Attributes update structure.

\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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

Attributes update structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

Attributes update structure.

\n@param attributeUpdates Attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

Attributes update structure.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeUpdate.Builder} avoiding the need to create one manually via {@link ObjectAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeUpdate)}.\n@param member a consumer that will call methods on {@link ObjectAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeUpdate", "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, "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" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : "", "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

Attributes update structure.

\n@param attributeUpdates Attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

Attributes update structure.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObjectReference", "AttributeUpdates" ], "shapeName" : "BatchUpdateObjectAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "batchUpdateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "wrapper" : false }, "BatchUpdateObjectAttributesResponse" : { "c2jName" : "BatchUpdateObjectAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchUpdate response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

ID that is associated with the object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

ID that is associated with the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

ID that is associated with the object.

\n@param objectIdentifier ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

ID that is associated with the object.

\n@return ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

ID that is associated with the object.

\n@param objectIdentifier ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

ID that is associated with the object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

ID that is associated with the object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

ID that is associated with the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

ID that is associated with the object.

\n@param objectIdentifier ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

ID that is associated with the object.

\n@return ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

ID that is associated with the object.

\n@param objectIdentifier ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

ID that is associated with the object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

ID that is associated with the object.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

ID that is associated with the object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

ID that is associated with the object.

\n@param objectIdentifier ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

ID that is associated with the object.

\n@return ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

ID that is associated with the object.

\n@param objectIdentifier ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

ID that is associated with the object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchUpdateObjectAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "batchUpdateObjectAttributesResponse", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "wrapper" : false }, "BatchWriteException" : { "c2jName" : "BatchWriteException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A BatchWrite exception has occurred.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "BatchWriteException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndex", "beanStyleSetterMethodName" : "setIndex", "c2jName" : "Index", "c2jShape" : "BatchOperationIndex", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Index property for this object.\n\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 #index(Integer)}.\n@param index 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 #index(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "index", "fluentSetterDocumentation" : "Sets the value of the Index property for this object.\n\n@param index The new value for the Index property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "index", "getterDocumentation" : "Returns the value of the Index property for this object.\n@return The value of the Index property for this object.", "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" : "Index", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Index", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Index", "sensitive" : false, "setterDocumentation" : "Sets the value of the Index property for this object.\n\n@param index The new value for the Index property for this object.", "setterMethodName" : "setIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "index", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "index", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "BatchWriteExceptionType", "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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "BatchWriteExceptionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "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@see BatchWriteExceptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BatchWriteExceptionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link BatchWriteExceptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The value of the Type property for this object.\n@see BatchWriteExceptionType", "getterModel" : { "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, "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.\n@see BatchWriteExceptionType", "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Index" : { "beanStyleGetterMethodName" : "getIndex", "beanStyleSetterMethodName" : "setIndex", "c2jName" : "Index", "c2jShape" : "BatchOperationIndex", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Index property for this object.\n\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 #index(Integer)}.\n@param index 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 #index(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "index", "fluentSetterDocumentation" : "Sets the value of the Index property for this object.\n\n@param index The new value for the Index property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "index", "getterDocumentation" : "Returns the value of the Index property for this object.\n@return The value of the Index property for this object.", "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" : "Index", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Index", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Index", "sensitive" : false, "setterDocumentation" : "Sets the value of the Index property for this object.\n\n@param index The new value for the Index property for this object.", "setterMethodName" : "setIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "index", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "index", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "BatchWriteExceptionType", "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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "BatchWriteExceptionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "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@see BatchWriteExceptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BatchWriteExceptionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link BatchWriteExceptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The value of the Type property for this object.\n@see BatchWriteExceptionType", "getterModel" : { "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, "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.\n@see BatchWriteExceptionType", "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndex", "beanStyleSetterMethodName" : "setIndex", "c2jName" : "Index", "c2jShape" : "BatchOperationIndex", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Index property for this object.\n\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 #index(Integer)}.\n@param index 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 #index(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "index", "fluentSetterDocumentation" : "Sets the value of the Index property for this object.\n\n@param index The new value for the Index property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "index", "getterDocumentation" : "Returns the value of the Index property for this object.\n@return The value of the Index property for this object.", "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" : "Index", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Index", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Index", "sensitive" : false, "setterDocumentation" : "Sets the value of the Index property for this object.\n\n@param index The new value for the Index property for this object.", "setterMethodName" : "setIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "index", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "index", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "BatchWriteExceptionType", "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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "BatchWriteExceptionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "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@see BatchWriteExceptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BatchWriteExceptionType", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link BatchWriteExceptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The value of the Type property for this object.\n@see BatchWriteExceptionType", "getterModel" : { "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, "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.\n@see BatchWriteExceptionType", "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" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchWriteException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchWriteException", "variableName" : "batchWriteException", "variableType" : "BatchWriteException", "documentation" : null, "simpleType" : "BatchWriteException", "variableSetterType" : "BatchWriteException" }, "wrapper" : false }, "BatchWriteExceptionType" : { "c2jName" : "BatchWriteExceptionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INTERNAL_SERVICE_EXCEPTION", "value" : "InternalServiceException" }, { "name" : "VALIDATION_EXCEPTION", "value" : "ValidationException" }, { "name" : "INVALID_ARN_EXCEPTION", "value" : "InvalidArnException" }, { "name" : "LINK_NAME_ALREADY_IN_USE_EXCEPTION", "value" : "LinkNameAlreadyInUseException" }, { "name" : "STILL_CONTAINS_LINKS_EXCEPTION", "value" : "StillContainsLinksException" }, { "name" : "FACET_VALIDATION_EXCEPTION", "value" : "FacetValidationException" }, { "name" : "OBJECT_NOT_DETACHED_EXCEPTION", "value" : "ObjectNotDetachedException" }, { "name" : "RESOURCE_NOT_FOUND_EXCEPTION", "value" : "ResourceNotFoundException" }, { "name" : "ACCESS_DENIED_EXCEPTION", "value" : "AccessDeniedException" }, { "name" : "INVALID_ATTACHMENT_EXCEPTION", "value" : "InvalidAttachmentException" }, { "name" : "NOT_INDEX_EXCEPTION", "value" : "NotIndexException" }, { "name" : "NOT_NODE_EXCEPTION", "value" : "NotNodeException" }, { "name" : "INDEXED_ATTRIBUTE_MISSING_EXCEPTION", "value" : "IndexedAttributeMissingException" }, { "name" : "OBJECT_ALREADY_DETACHED_EXCEPTION", "value" : "ObjectAlreadyDetachedException" }, { "name" : "NOT_POLICY_EXCEPTION", "value" : "NotPolicyException" }, { "name" : "DIRECTORY_NOT_ENABLED_EXCEPTION", "value" : "DirectoryNotEnabledException" }, { "name" : "LIMIT_EXCEEDED_EXCEPTION", "value" : "LimitExceededException" }, { "name" : "UNSUPPORTED_INDEX_TYPE_EXCEPTION", "value" : "UnsupportedIndexTypeException" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchWriteExceptionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchWriteExceptionType", "variableName" : "batchWriteExceptionType", "variableType" : "BatchWriteExceptionType", "documentation" : null, "simpleType" : "BatchWriteExceptionType", "variableSetterType" : "BatchWriteExceptionType" }, "wrapper" : false }, "BatchWriteOperation" : { "c2jName" : "BatchWriteOperation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchWrite operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCreateObject", "beanStyleSetterMethodName" : "setCreateObject", "c2jName" : "CreateObject", "c2jShape" : "BatchCreateObject", "defaultConsumerFluentSetterDocumentation" : "

Creates an object.

\nThis is a convenience that creates an instance of the {@link BatchCreateObject.Builder} avoiding the need to create one manually via {@link BatchCreateObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateObject.Builder#build()} is called immediately and its result is passed to {@link #createObject(BatchCreateObject)}.\n@param createObject a consumer that will call methods on {@link BatchCreateObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createObject(BatchCreateObject)", "deprecated" : false, "documentation" : "

Creates an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createObject", "fluentSetterDocumentation" : "

Creates an object.

\n@param createObject Creates an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createObject", "getterDocumentation" : "

Creates an object.

\n@return Creates an object.", "getterModel" : { "returnType" : "BatchCreateObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateObject", "sensitive" : false, "setterDocumentation" : "

Creates an object.

\n@param createObject Creates an object.", "setterMethodName" : "setCreateObject", "setterModel" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "createObject", "variableType" : "BatchCreateObject", "documentation" : null, "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "createObject", "variableType" : "BatchCreateObject", "documentation" : "

Creates an object.

", "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachObject", "beanStyleSetterMethodName" : "setAttachObject", "c2jName" : "AttachObject", "c2jShape" : "BatchAttachObject", "defaultConsumerFluentSetterDocumentation" : "

Attaches an object to a Directory.

\nThis is a convenience that creates an instance of the {@link BatchAttachObject.Builder} avoiding the need to create one manually via {@link BatchAttachObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachObject.Builder#build()} is called immediately and its result is passed to {@link #attachObject(BatchAttachObject)}.\n@param attachObject a consumer that will call methods on {@link BatchAttachObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachObject(BatchAttachObject)", "deprecated" : false, "documentation" : "

Attaches an object to a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachObject", "fluentSetterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachObject", "getterDocumentation" : "

Attaches an object to a Directory.

\n@return Attaches an object to a Directory.", "getterModel" : { "returnType" : "BatchAttachObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachObject", "sensitive" : false, "setterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.", "setterMethodName" : "setAttachObject", "setterModel" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "attachObject", "variableType" : "BatchAttachObject", "documentation" : null, "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "attachObject", "variableType" : "BatchAttachObject", "documentation" : "

Attaches an object to a Directory.

", "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachObject", "beanStyleSetterMethodName" : "setDetachObject", "c2jName" : "DetachObject", "c2jShape" : "BatchDetachObject", "defaultConsumerFluentSetterDocumentation" : "

Detaches an object from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachObject.Builder} avoiding the need to create one manually via {@link BatchDetachObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachObject.Builder#build()} is called immediately and its result is passed to {@link #detachObject(BatchDetachObject)}.\n@param detachObject a consumer that will call methods on {@link BatchDetachObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachObject(BatchDetachObject)", "deprecated" : false, "documentation" : "

Detaches an object from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachObject", "fluentSetterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachObject", "getterDocumentation" : "

Detaches an object from a Directory.

\n@return Detaches an object from a Directory.", "getterModel" : { "returnType" : "BatchDetachObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachObject", "sensitive" : false, "setterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.", "setterMethodName" : "setDetachObject", "setterModel" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "detachObject", "variableType" : "BatchDetachObject", "documentation" : null, "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "detachObject", "variableType" : "BatchDetachObject", "documentation" : "

Detaches an object from a Directory.

", "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateObjectAttributes", "beanStyleSetterMethodName" : "setUpdateObjectAttributes", "c2jName" : "UpdateObjectAttributes", "c2jShape" : "BatchUpdateObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object's attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchUpdateObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #updateObjectAttributes(BatchUpdateObjectAttributes)}.\n@param updateObjectAttributes a consumer that will call methods on {@link BatchUpdateObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateObjectAttributes(BatchUpdateObjectAttributes)", "deprecated" : false, "documentation" : "

Updates a given object's attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateObjectAttributes", "fluentSetterDocumentation" : "

Updates a given object's attributes.

\n@param updateObjectAttributes Updates a given object's attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateObjectAttributes", "getterDocumentation" : "

Updates a given object's attributes.

\n@return Updates a given object's attributes.", "getterModel" : { "returnType" : "BatchUpdateObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object's attributes.

\n@param updateObjectAttributes Updates a given object's attributes.", "setterMethodName" : "setUpdateObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : "

Updates a given object's attributes.

", "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeleteObject", "beanStyleSetterMethodName" : "setDeleteObject", "c2jName" : "DeleteObject", "c2jShape" : "BatchDeleteObject", "defaultConsumerFluentSetterDocumentation" : "

Deletes an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDeleteObject.Builder} avoiding the need to create one manually via {@link BatchDeleteObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDeleteObject.Builder#build()} is called immediately and its result is passed to {@link #deleteObject(BatchDeleteObject)}.\n@param deleteObject a consumer that will call methods on {@link BatchDeleteObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deleteObject(BatchDeleteObject)", "deprecated" : false, "documentation" : "

Deletes an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleteObject", "fluentSetterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleteObject", "getterDocumentation" : "

Deletes an object in a Directory.

\n@return Deletes an object in a Directory.", "getterModel" : { "returnType" : "BatchDeleteObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeleteObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeleteObject", "sensitive" : false, "setterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.", "setterMethodName" : "setDeleteObject", "setterModel" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "deleteObject", "variableType" : "BatchDeleteObject", "documentation" : null, "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "deleteObject", "variableType" : "BatchDeleteObject", "documentation" : "

Deletes an object in a Directory.

", "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAddFacetToObject", "beanStyleSetterMethodName" : "setAddFacetToObject", "c2jName" : "AddFacetToObject", "c2jShape" : "BatchAddFacetToObject", "defaultConsumerFluentSetterDocumentation" : "

A batch operation that adds a facet to an object.

\nThis is a convenience that creates an instance of the {@link BatchAddFacetToObject.Builder} avoiding the need to create one manually via {@link BatchAddFacetToObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAddFacetToObject.Builder#build()} is called immediately and its result is passed to {@link #addFacetToObject(BatchAddFacetToObject)}.\n@param addFacetToObject a consumer that will call methods on {@link BatchAddFacetToObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addFacetToObject(BatchAddFacetToObject)", "deprecated" : false, "documentation" : "

A batch operation that adds a facet to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addFacetToObject", "fluentSetterDocumentation" : "

A batch operation that adds a facet to an object.

\n@param addFacetToObject A batch operation that adds a facet to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addFacetToObject", "getterDocumentation" : "

A batch operation that adds a facet to an object.

\n@return A batch operation that adds a facet to an object.", "getterModel" : { "returnType" : "BatchAddFacetToObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddFacetToObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddFacetToObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddFacetToObject", "sensitive" : false, "setterDocumentation" : "

A batch operation that adds a facet to an object.

\n@param addFacetToObject A batch operation that adds a facet to an object.", "setterMethodName" : "setAddFacetToObject", "setterModel" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : null, "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : "

A batch operation that adds a facet to an object.

", "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoveFacetFromObject", "beanStyleSetterMethodName" : "setRemoveFacetFromObject", "c2jName" : "RemoveFacetFromObject", "c2jShape" : "BatchRemoveFacetFromObject", "defaultConsumerFluentSetterDocumentation" : "

A batch operation that removes a facet from an object.

\nThis is a convenience that creates an instance of the {@link BatchRemoveFacetFromObject.Builder} avoiding the need to create one manually via {@link BatchRemoveFacetFromObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchRemoveFacetFromObject.Builder#build()} is called immediately and its result is passed to {@link #removeFacetFromObject(BatchRemoveFacetFromObject)}.\n@param removeFacetFromObject a consumer that will call methods on {@link BatchRemoveFacetFromObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeFacetFromObject(BatchRemoveFacetFromObject)", "deprecated" : false, "documentation" : "

A batch operation that removes a facet from an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeFacetFromObject", "fluentSetterDocumentation" : "

A batch operation that removes a facet from an object.

\n@param removeFacetFromObject A batch operation that removes a facet from an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeFacetFromObject", "getterDocumentation" : "

A batch operation that removes a facet from an object.

\n@return A batch operation that removes a facet from an object.", "getterModel" : { "returnType" : "BatchRemoveFacetFromObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoveFacetFromObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveFacetFromObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveFacetFromObject", "sensitive" : false, "setterDocumentation" : "

A batch operation that removes a facet from an object.

\n@param removeFacetFromObject A batch operation that removes a facet from an object.", "setterMethodName" : "setRemoveFacetFromObject", "setterModel" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : "

A batch operation that removes a facet from an object.

", "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachPolicy", "beanStyleSetterMethodName" : "setAttachPolicy", "c2jName" : "AttachPolicy", "c2jShape" : "BatchAttachPolicy", "defaultConsumerFluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\nThis is a convenience that creates an instance of the {@link BatchAttachPolicy.Builder} avoiding the need to create one manually via {@link BatchAttachPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachPolicy.Builder#build()} is called immediately and its result is passed to {@link #attachPolicy(BatchAttachPolicy)}.\n@param attachPolicy a consumer that will call methods on {@link BatchAttachPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachPolicy(BatchAttachPolicy)", "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachPolicy", "fluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachPolicy", "getterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@return Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "getterModel" : { "returnType" : "BatchAttachPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachPolicy", "sensitive" : false, "setterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "setterMethodName" : "setAttachPolicy", "setterModel" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : null, "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachPolicy", "beanStyleSetterMethodName" : "setDetachPolicy", "c2jName" : "DetachPolicy", "c2jShape" : "BatchDetachPolicy", "defaultConsumerFluentSetterDocumentation" : "

Detaches a policy from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachPolicy.Builder} avoiding the need to create one manually via {@link BatchDetachPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachPolicy.Builder#build()} is called immediately and its result is passed to {@link #detachPolicy(BatchDetachPolicy)}.\n@param detachPolicy a consumer that will call methods on {@link BatchDetachPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachPolicy(BatchDetachPolicy)", "deprecated" : false, "documentation" : "

Detaches a policy from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachPolicy", "fluentSetterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachPolicy", "getterDocumentation" : "

Detaches a policy from a Directory.

\n@return Detaches a policy from a Directory.", "getterModel" : { "returnType" : "BatchDetachPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachPolicy", "sensitive" : false, "setterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.", "setterMethodName" : "setDetachPolicy", "setterModel" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : null, "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : "

Detaches a policy from a Directory.

", "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateIndex", "beanStyleSetterMethodName" : "setCreateIndex", "c2jName" : "CreateIndex", "c2jShape" : "BatchCreateIndex", "defaultConsumerFluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\nThis is a convenience that creates an instance of the {@link BatchCreateIndex.Builder} avoiding the need to create one manually via {@link BatchCreateIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateIndex.Builder#build()} is called immediately and its result is passed to {@link #createIndex(BatchCreateIndex)}.\n@param createIndex a consumer that will call methods on {@link BatchCreateIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createIndex(BatchCreateIndex)", "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createIndex", "fluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createIndex", "getterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@return Creates an index object. See Indexing and search for more information.", "getterModel" : { "returnType" : "BatchCreateIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateIndex", "sensitive" : false, "setterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.", "setterMethodName" : "setCreateIndex", "setterModel" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "createIndex", "variableType" : "BatchCreateIndex", "documentation" : null, "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "createIndex", "variableType" : "BatchCreateIndex", "documentation" : "

Creates an index object. See Indexing and search for more information.

", "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachToIndex", "beanStyleSetterMethodName" : "setAttachToIndex", "c2jName" : "AttachToIndex", "c2jShape" : "BatchAttachToIndex", "defaultConsumerFluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchAttachToIndex.Builder} avoiding the need to create one manually via {@link BatchAttachToIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachToIndex.Builder#build()} is called immediately and its result is passed to {@link #attachToIndex(BatchAttachToIndex)}.\n@param attachToIndex a consumer that will call methods on {@link BatchAttachToIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachToIndex(BatchAttachToIndex)", "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachToIndex", "fluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachToIndex", "getterDocumentation" : "

Attaches the specified object to the specified index.

\n@return Attaches the specified object to the specified index.", "getterModel" : { "returnType" : "BatchAttachToIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachToIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachToIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachToIndex", "sensitive" : false, "setterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.", "setterMethodName" : "setAttachToIndex", "setterModel" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : null, "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : "

Attaches the specified object to the specified index.

", "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachFromIndex", "beanStyleSetterMethodName" : "setDetachFromIndex", "c2jName" : "DetachFromIndex", "c2jShape" : "BatchDetachFromIndex", "defaultConsumerFluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\nThis is a convenience that creates an instance of the {@link BatchDetachFromIndex.Builder} avoiding the need to create one manually via {@link BatchDetachFromIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachFromIndex.Builder#build()} is called immediately and its result is passed to {@link #detachFromIndex(BatchDetachFromIndex)}.\n@param detachFromIndex a consumer that will call methods on {@link BatchDetachFromIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachFromIndex(BatchDetachFromIndex)", "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachFromIndex", "fluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachFromIndex", "getterDocumentation" : "

Detaches the specified object from the specified index.

\n@return Detaches the specified object from the specified index.", "getterModel" : { "returnType" : "BatchDetachFromIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachFromIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachFromIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachFromIndex", "sensitive" : false, "setterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.", "setterMethodName" : "setDetachFromIndex", "setterModel" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : null, "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : "

Detaches the specified object from the specified index.

", "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachTypedLink", "beanStyleSetterMethodName" : "setAttachTypedLink", "c2jName" : "AttachTypedLink", "c2jShape" : "BatchAttachTypedLink", "defaultConsumerFluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchAttachTypedLink.Builder} avoiding the need to create one manually via {@link BatchAttachTypedLink#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachTypedLink.Builder#build()} is called immediately and its result is passed to {@link #attachTypedLink(BatchAttachTypedLink)}.\n@param attachTypedLink a consumer that will call methods on {@link BatchAttachTypedLink.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachTypedLink(BatchAttachTypedLink)", "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachTypedLink", "fluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachTypedLink", "getterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@return Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchAttachTypedLink", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachTypedLink", "sensitive" : false, "setterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setAttachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : null, "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachTypedLink", "beanStyleSetterMethodName" : "setDetachTypedLink", "c2jName" : "DetachTypedLink", "c2jShape" : "BatchDetachTypedLink", "defaultConsumerFluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchDetachTypedLink.Builder} avoiding the need to create one manually via {@link BatchDetachTypedLink#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachTypedLink.Builder#build()} is called immediately and its result is passed to {@link #detachTypedLink(BatchDetachTypedLink)}.\n@param detachTypedLink a consumer that will call methods on {@link BatchDetachTypedLink.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachTypedLink(BatchDetachTypedLink)", "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachTypedLink", "fluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachTypedLink", "getterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@return Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchDetachTypedLink", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachTypedLink", "sensitive" : false, "setterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setDetachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : null, "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateLinkAttributes", "beanStyleSetterMethodName" : "setUpdateLinkAttributes", "c2jName" : "UpdateLinkAttributes", "c2jShape" : "BatchUpdateLinkAttributes", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object's attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateLinkAttributes.Builder} avoiding the need to create one manually via {@link BatchUpdateLinkAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateLinkAttributes.Builder#build()} is called immediately and its result is passed to {@link #updateLinkAttributes(BatchUpdateLinkAttributes)}.\n@param updateLinkAttributes a consumer that will call methods on {@link BatchUpdateLinkAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateLinkAttributes(BatchUpdateLinkAttributes)", "deprecated" : false, "documentation" : "

Updates a given object's attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateLinkAttributes", "fluentSetterDocumentation" : "

Updates a given object's attributes.

\n@param updateLinkAttributes Updates a given object's attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateLinkAttributes", "getterDocumentation" : "

Updates a given object's attributes.

\n@return Updates a given object's attributes.", "getterModel" : { "returnType" : "BatchUpdateLinkAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object's attributes.

\n@param updateLinkAttributes Updates a given object's attributes.", "setterMethodName" : "setUpdateLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : "

Updates a given object's attributes.

", "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddFacetToObject" : { "beanStyleGetterMethodName" : "getAddFacetToObject", "beanStyleSetterMethodName" : "setAddFacetToObject", "c2jName" : "AddFacetToObject", "c2jShape" : "BatchAddFacetToObject", "defaultConsumerFluentSetterDocumentation" : "

A batch operation that adds a facet to an object.

\nThis is a convenience that creates an instance of the {@link BatchAddFacetToObject.Builder} avoiding the need to create one manually via {@link BatchAddFacetToObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAddFacetToObject.Builder#build()} is called immediately and its result is passed to {@link #addFacetToObject(BatchAddFacetToObject)}.\n@param addFacetToObject a consumer that will call methods on {@link BatchAddFacetToObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addFacetToObject(BatchAddFacetToObject)", "deprecated" : false, "documentation" : "

A batch operation that adds a facet to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addFacetToObject", "fluentSetterDocumentation" : "

A batch operation that adds a facet to an object.

\n@param addFacetToObject A batch operation that adds a facet to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addFacetToObject", "getterDocumentation" : "

A batch operation that adds a facet to an object.

\n@return A batch operation that adds a facet to an object.", "getterModel" : { "returnType" : "BatchAddFacetToObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddFacetToObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddFacetToObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddFacetToObject", "sensitive" : false, "setterDocumentation" : "

A batch operation that adds a facet to an object.

\n@param addFacetToObject A batch operation that adds a facet to an object.", "setterMethodName" : "setAddFacetToObject", "setterModel" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : null, "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : "

A batch operation that adds a facet to an object.

", "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "xmlNameSpaceUri" : null }, "AttachObject" : { "beanStyleGetterMethodName" : "getAttachObject", "beanStyleSetterMethodName" : "setAttachObject", "c2jName" : "AttachObject", "c2jShape" : "BatchAttachObject", "defaultConsumerFluentSetterDocumentation" : "

Attaches an object to a Directory.

\nThis is a convenience that creates an instance of the {@link BatchAttachObject.Builder} avoiding the need to create one manually via {@link BatchAttachObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachObject.Builder#build()} is called immediately and its result is passed to {@link #attachObject(BatchAttachObject)}.\n@param attachObject a consumer that will call methods on {@link BatchAttachObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachObject(BatchAttachObject)", "deprecated" : false, "documentation" : "

Attaches an object to a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachObject", "fluentSetterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachObject", "getterDocumentation" : "

Attaches an object to a Directory.

\n@return Attaches an object to a Directory.", "getterModel" : { "returnType" : "BatchAttachObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachObject", "sensitive" : false, "setterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.", "setterMethodName" : "setAttachObject", "setterModel" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "attachObject", "variableType" : "BatchAttachObject", "documentation" : null, "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "attachObject", "variableType" : "BatchAttachObject", "documentation" : "

Attaches an object to a Directory.

", "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "xmlNameSpaceUri" : null }, "AttachPolicy" : { "beanStyleGetterMethodName" : "getAttachPolicy", "beanStyleSetterMethodName" : "setAttachPolicy", "c2jName" : "AttachPolicy", "c2jShape" : "BatchAttachPolicy", "defaultConsumerFluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\nThis is a convenience that creates an instance of the {@link BatchAttachPolicy.Builder} avoiding the need to create one manually via {@link BatchAttachPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachPolicy.Builder#build()} is called immediately and its result is passed to {@link #attachPolicy(BatchAttachPolicy)}.\n@param attachPolicy a consumer that will call methods on {@link BatchAttachPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachPolicy(BatchAttachPolicy)", "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachPolicy", "fluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachPolicy", "getterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@return Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "getterModel" : { "returnType" : "BatchAttachPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachPolicy", "sensitive" : false, "setterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "setterMethodName" : "setAttachPolicy", "setterModel" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : null, "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "xmlNameSpaceUri" : null }, "AttachToIndex" : { "beanStyleGetterMethodName" : "getAttachToIndex", "beanStyleSetterMethodName" : "setAttachToIndex", "c2jName" : "AttachToIndex", "c2jShape" : "BatchAttachToIndex", "defaultConsumerFluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchAttachToIndex.Builder} avoiding the need to create one manually via {@link BatchAttachToIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachToIndex.Builder#build()} is called immediately and its result is passed to {@link #attachToIndex(BatchAttachToIndex)}.\n@param attachToIndex a consumer that will call methods on {@link BatchAttachToIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachToIndex(BatchAttachToIndex)", "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachToIndex", "fluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachToIndex", "getterDocumentation" : "

Attaches the specified object to the specified index.

\n@return Attaches the specified object to the specified index.", "getterModel" : { "returnType" : "BatchAttachToIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachToIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachToIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachToIndex", "sensitive" : false, "setterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.", "setterMethodName" : "setAttachToIndex", "setterModel" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : null, "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : "

Attaches the specified object to the specified index.

", "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "xmlNameSpaceUri" : null }, "AttachTypedLink" : { "beanStyleGetterMethodName" : "getAttachTypedLink", "beanStyleSetterMethodName" : "setAttachTypedLink", "c2jName" : "AttachTypedLink", "c2jShape" : "BatchAttachTypedLink", "defaultConsumerFluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchAttachTypedLink.Builder} avoiding the need to create one manually via {@link BatchAttachTypedLink#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachTypedLink.Builder#build()} is called immediately and its result is passed to {@link #attachTypedLink(BatchAttachTypedLink)}.\n@param attachTypedLink a consumer that will call methods on {@link BatchAttachTypedLink.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachTypedLink(BatchAttachTypedLink)", "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachTypedLink", "fluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachTypedLink", "getterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@return Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchAttachTypedLink", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachTypedLink", "sensitive" : false, "setterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setAttachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : null, "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "xmlNameSpaceUri" : null }, "CreateIndex" : { "beanStyleGetterMethodName" : "getCreateIndex", "beanStyleSetterMethodName" : "setCreateIndex", "c2jName" : "CreateIndex", "c2jShape" : "BatchCreateIndex", "defaultConsumerFluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\nThis is a convenience that creates an instance of the {@link BatchCreateIndex.Builder} avoiding the need to create one manually via {@link BatchCreateIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateIndex.Builder#build()} is called immediately and its result is passed to {@link #createIndex(BatchCreateIndex)}.\n@param createIndex a consumer that will call methods on {@link BatchCreateIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createIndex(BatchCreateIndex)", "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createIndex", "fluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createIndex", "getterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@return Creates an index object. See Indexing and search for more information.", "getterModel" : { "returnType" : "BatchCreateIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateIndex", "sensitive" : false, "setterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.", "setterMethodName" : "setCreateIndex", "setterModel" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "createIndex", "variableType" : "BatchCreateIndex", "documentation" : null, "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "createIndex", "variableType" : "BatchCreateIndex", "documentation" : "

Creates an index object. See Indexing and search for more information.

", "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "xmlNameSpaceUri" : null }, "CreateObject" : { "beanStyleGetterMethodName" : "getCreateObject", "beanStyleSetterMethodName" : "setCreateObject", "c2jName" : "CreateObject", "c2jShape" : "BatchCreateObject", "defaultConsumerFluentSetterDocumentation" : "

Creates an object.

\nThis is a convenience that creates an instance of the {@link BatchCreateObject.Builder} avoiding the need to create one manually via {@link BatchCreateObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateObject.Builder#build()} is called immediately and its result is passed to {@link #createObject(BatchCreateObject)}.\n@param createObject a consumer that will call methods on {@link BatchCreateObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createObject(BatchCreateObject)", "deprecated" : false, "documentation" : "

Creates an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createObject", "fluentSetterDocumentation" : "

Creates an object.

\n@param createObject Creates an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createObject", "getterDocumentation" : "

Creates an object.

\n@return Creates an object.", "getterModel" : { "returnType" : "BatchCreateObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateObject", "sensitive" : false, "setterDocumentation" : "

Creates an object.

\n@param createObject Creates an object.", "setterMethodName" : "setCreateObject", "setterModel" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "createObject", "variableType" : "BatchCreateObject", "documentation" : null, "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "createObject", "variableType" : "BatchCreateObject", "documentation" : "

Creates an object.

", "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "xmlNameSpaceUri" : null }, "DeleteObject" : { "beanStyleGetterMethodName" : "getDeleteObject", "beanStyleSetterMethodName" : "setDeleteObject", "c2jName" : "DeleteObject", "c2jShape" : "BatchDeleteObject", "defaultConsumerFluentSetterDocumentation" : "

Deletes an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDeleteObject.Builder} avoiding the need to create one manually via {@link BatchDeleteObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDeleteObject.Builder#build()} is called immediately and its result is passed to {@link #deleteObject(BatchDeleteObject)}.\n@param deleteObject a consumer that will call methods on {@link BatchDeleteObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deleteObject(BatchDeleteObject)", "deprecated" : false, "documentation" : "

Deletes an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleteObject", "fluentSetterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleteObject", "getterDocumentation" : "

Deletes an object in a Directory.

\n@return Deletes an object in a Directory.", "getterModel" : { "returnType" : "BatchDeleteObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeleteObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeleteObject", "sensitive" : false, "setterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.", "setterMethodName" : "setDeleteObject", "setterModel" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "deleteObject", "variableType" : "BatchDeleteObject", "documentation" : null, "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "deleteObject", "variableType" : "BatchDeleteObject", "documentation" : "

Deletes an object in a Directory.

", "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "xmlNameSpaceUri" : null }, "DetachFromIndex" : { "beanStyleGetterMethodName" : "getDetachFromIndex", "beanStyleSetterMethodName" : "setDetachFromIndex", "c2jName" : "DetachFromIndex", "c2jShape" : "BatchDetachFromIndex", "defaultConsumerFluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\nThis is a convenience that creates an instance of the {@link BatchDetachFromIndex.Builder} avoiding the need to create one manually via {@link BatchDetachFromIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachFromIndex.Builder#build()} is called immediately and its result is passed to {@link #detachFromIndex(BatchDetachFromIndex)}.\n@param detachFromIndex a consumer that will call methods on {@link BatchDetachFromIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachFromIndex(BatchDetachFromIndex)", "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachFromIndex", "fluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachFromIndex", "getterDocumentation" : "

Detaches the specified object from the specified index.

\n@return Detaches the specified object from the specified index.", "getterModel" : { "returnType" : "BatchDetachFromIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachFromIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachFromIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachFromIndex", "sensitive" : false, "setterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.", "setterMethodName" : "setDetachFromIndex", "setterModel" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : null, "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : "

Detaches the specified object from the specified index.

", "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "xmlNameSpaceUri" : null }, "DetachObject" : { "beanStyleGetterMethodName" : "getDetachObject", "beanStyleSetterMethodName" : "setDetachObject", "c2jName" : "DetachObject", "c2jShape" : "BatchDetachObject", "defaultConsumerFluentSetterDocumentation" : "

Detaches an object from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachObject.Builder} avoiding the need to create one manually via {@link BatchDetachObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachObject.Builder#build()} is called immediately and its result is passed to {@link #detachObject(BatchDetachObject)}.\n@param detachObject a consumer that will call methods on {@link BatchDetachObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachObject(BatchDetachObject)", "deprecated" : false, "documentation" : "

Detaches an object from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachObject", "fluentSetterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachObject", "getterDocumentation" : "

Detaches an object from a Directory.

\n@return Detaches an object from a Directory.", "getterModel" : { "returnType" : "BatchDetachObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachObject", "sensitive" : false, "setterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.", "setterMethodName" : "setDetachObject", "setterModel" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "detachObject", "variableType" : "BatchDetachObject", "documentation" : null, "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "detachObject", "variableType" : "BatchDetachObject", "documentation" : "

Detaches an object from a Directory.

", "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "xmlNameSpaceUri" : null }, "DetachPolicy" : { "beanStyleGetterMethodName" : "getDetachPolicy", "beanStyleSetterMethodName" : "setDetachPolicy", "c2jName" : "DetachPolicy", "c2jShape" : "BatchDetachPolicy", "defaultConsumerFluentSetterDocumentation" : "

Detaches a policy from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachPolicy.Builder} avoiding the need to create one manually via {@link BatchDetachPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachPolicy.Builder#build()} is called immediately and its result is passed to {@link #detachPolicy(BatchDetachPolicy)}.\n@param detachPolicy a consumer that will call methods on {@link BatchDetachPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachPolicy(BatchDetachPolicy)", "deprecated" : false, "documentation" : "

Detaches a policy from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachPolicy", "fluentSetterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachPolicy", "getterDocumentation" : "

Detaches a policy from a Directory.

\n@return Detaches a policy from a Directory.", "getterModel" : { "returnType" : "BatchDetachPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachPolicy", "sensitive" : false, "setterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.", "setterMethodName" : "setDetachPolicy", "setterModel" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : null, "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : "

Detaches a policy from a Directory.

", "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "xmlNameSpaceUri" : null }, "DetachTypedLink" : { "beanStyleGetterMethodName" : "getDetachTypedLink", "beanStyleSetterMethodName" : "setDetachTypedLink", "c2jName" : "DetachTypedLink", "c2jShape" : "BatchDetachTypedLink", "defaultConsumerFluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchDetachTypedLink.Builder} avoiding the need to create one manually via {@link BatchDetachTypedLink#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachTypedLink.Builder#build()} is called immediately and its result is passed to {@link #detachTypedLink(BatchDetachTypedLink)}.\n@param detachTypedLink a consumer that will call methods on {@link BatchDetachTypedLink.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachTypedLink(BatchDetachTypedLink)", "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachTypedLink", "fluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachTypedLink", "getterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@return Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchDetachTypedLink", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachTypedLink", "sensitive" : false, "setterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setDetachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : null, "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "xmlNameSpaceUri" : null }, "RemoveFacetFromObject" : { "beanStyleGetterMethodName" : "getRemoveFacetFromObject", "beanStyleSetterMethodName" : "setRemoveFacetFromObject", "c2jName" : "RemoveFacetFromObject", "c2jShape" : "BatchRemoveFacetFromObject", "defaultConsumerFluentSetterDocumentation" : "

A batch operation that removes a facet from an object.

\nThis is a convenience that creates an instance of the {@link BatchRemoveFacetFromObject.Builder} avoiding the need to create one manually via {@link BatchRemoveFacetFromObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchRemoveFacetFromObject.Builder#build()} is called immediately and its result is passed to {@link #removeFacetFromObject(BatchRemoveFacetFromObject)}.\n@param removeFacetFromObject a consumer that will call methods on {@link BatchRemoveFacetFromObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeFacetFromObject(BatchRemoveFacetFromObject)", "deprecated" : false, "documentation" : "

A batch operation that removes a facet from an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeFacetFromObject", "fluentSetterDocumentation" : "

A batch operation that removes a facet from an object.

\n@param removeFacetFromObject A batch operation that removes a facet from an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeFacetFromObject", "getterDocumentation" : "

A batch operation that removes a facet from an object.

\n@return A batch operation that removes a facet from an object.", "getterModel" : { "returnType" : "BatchRemoveFacetFromObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoveFacetFromObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveFacetFromObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveFacetFromObject", "sensitive" : false, "setterDocumentation" : "

A batch operation that removes a facet from an object.

\n@param removeFacetFromObject A batch operation that removes a facet from an object.", "setterMethodName" : "setRemoveFacetFromObject", "setterModel" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : "

A batch operation that removes a facet from an object.

", "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "xmlNameSpaceUri" : null }, "UpdateLinkAttributes" : { "beanStyleGetterMethodName" : "getUpdateLinkAttributes", "beanStyleSetterMethodName" : "setUpdateLinkAttributes", "c2jName" : "UpdateLinkAttributes", "c2jShape" : "BatchUpdateLinkAttributes", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object's attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateLinkAttributes.Builder} avoiding the need to create one manually via {@link BatchUpdateLinkAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateLinkAttributes.Builder#build()} is called immediately and its result is passed to {@link #updateLinkAttributes(BatchUpdateLinkAttributes)}.\n@param updateLinkAttributes a consumer that will call methods on {@link BatchUpdateLinkAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateLinkAttributes(BatchUpdateLinkAttributes)", "deprecated" : false, "documentation" : "

Updates a given object's attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateLinkAttributes", "fluentSetterDocumentation" : "

Updates a given object's attributes.

\n@param updateLinkAttributes Updates a given object's attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateLinkAttributes", "getterDocumentation" : "

Updates a given object's attributes.

\n@return Updates a given object's attributes.", "getterModel" : { "returnType" : "BatchUpdateLinkAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object's attributes.

\n@param updateLinkAttributes Updates a given object's attributes.", "setterMethodName" : "setUpdateLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : "

Updates a given object's attributes.

", "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "xmlNameSpaceUri" : null }, "UpdateObjectAttributes" : { "beanStyleGetterMethodName" : "getUpdateObjectAttributes", "beanStyleSetterMethodName" : "setUpdateObjectAttributes", "c2jName" : "UpdateObjectAttributes", "c2jShape" : "BatchUpdateObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object's attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchUpdateObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #updateObjectAttributes(BatchUpdateObjectAttributes)}.\n@param updateObjectAttributes a consumer that will call methods on {@link BatchUpdateObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateObjectAttributes(BatchUpdateObjectAttributes)", "deprecated" : false, "documentation" : "

Updates a given object's attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateObjectAttributes", "fluentSetterDocumentation" : "

Updates a given object's attributes.

\n@param updateObjectAttributes Updates a given object's attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateObjectAttributes", "getterDocumentation" : "

Updates a given object's attributes.

\n@return Updates a given object's attributes.", "getterModel" : { "returnType" : "BatchUpdateObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object's attributes.

\n@param updateObjectAttributes Updates a given object's attributes.", "setterMethodName" : "setUpdateObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : "

Updates a given object's attributes.

", "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreateObject", "beanStyleSetterMethodName" : "setCreateObject", "c2jName" : "CreateObject", "c2jShape" : "BatchCreateObject", "defaultConsumerFluentSetterDocumentation" : "

Creates an object.

\nThis is a convenience that creates an instance of the {@link BatchCreateObject.Builder} avoiding the need to create one manually via {@link BatchCreateObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateObject.Builder#build()} is called immediately and its result is passed to {@link #createObject(BatchCreateObject)}.\n@param createObject a consumer that will call methods on {@link BatchCreateObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createObject(BatchCreateObject)", "deprecated" : false, "documentation" : "

Creates an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createObject", "fluentSetterDocumentation" : "

Creates an object.

\n@param createObject Creates an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createObject", "getterDocumentation" : "

Creates an object.

\n@return Creates an object.", "getterModel" : { "returnType" : "BatchCreateObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateObject", "sensitive" : false, "setterDocumentation" : "

Creates an object.

\n@param createObject Creates an object.", "setterMethodName" : "setCreateObject", "setterModel" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "createObject", "variableType" : "BatchCreateObject", "documentation" : null, "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateObject", "variableName" : "createObject", "variableType" : "BatchCreateObject", "documentation" : "

Creates an object.

", "simpleType" : "BatchCreateObject", "variableSetterType" : "BatchCreateObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachObject", "beanStyleSetterMethodName" : "setAttachObject", "c2jName" : "AttachObject", "c2jShape" : "BatchAttachObject", "defaultConsumerFluentSetterDocumentation" : "

Attaches an object to a Directory.

\nThis is a convenience that creates an instance of the {@link BatchAttachObject.Builder} avoiding the need to create one manually via {@link BatchAttachObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachObject.Builder#build()} is called immediately and its result is passed to {@link #attachObject(BatchAttachObject)}.\n@param attachObject a consumer that will call methods on {@link BatchAttachObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachObject(BatchAttachObject)", "deprecated" : false, "documentation" : "

Attaches an object to a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachObject", "fluentSetterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachObject", "getterDocumentation" : "

Attaches an object to a Directory.

\n@return Attaches an object to a Directory.", "getterModel" : { "returnType" : "BatchAttachObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachObject", "sensitive" : false, "setterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.", "setterMethodName" : "setAttachObject", "setterModel" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "attachObject", "variableType" : "BatchAttachObject", "documentation" : null, "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachObject", "variableName" : "attachObject", "variableType" : "BatchAttachObject", "documentation" : "

Attaches an object to a Directory.

", "simpleType" : "BatchAttachObject", "variableSetterType" : "BatchAttachObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachObject", "beanStyleSetterMethodName" : "setDetachObject", "c2jName" : "DetachObject", "c2jShape" : "BatchDetachObject", "defaultConsumerFluentSetterDocumentation" : "

Detaches an object from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachObject.Builder} avoiding the need to create one manually via {@link BatchDetachObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachObject.Builder#build()} is called immediately and its result is passed to {@link #detachObject(BatchDetachObject)}.\n@param detachObject a consumer that will call methods on {@link BatchDetachObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachObject(BatchDetachObject)", "deprecated" : false, "documentation" : "

Detaches an object from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachObject", "fluentSetterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachObject", "getterDocumentation" : "

Detaches an object from a Directory.

\n@return Detaches an object from a Directory.", "getterModel" : { "returnType" : "BatchDetachObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachObject", "sensitive" : false, "setterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.", "setterMethodName" : "setDetachObject", "setterModel" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "detachObject", "variableType" : "BatchDetachObject", "documentation" : null, "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachObject", "variableName" : "detachObject", "variableType" : "BatchDetachObject", "documentation" : "

Detaches an object from a Directory.

", "simpleType" : "BatchDetachObject", "variableSetterType" : "BatchDetachObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateObjectAttributes", "beanStyleSetterMethodName" : "setUpdateObjectAttributes", "c2jName" : "UpdateObjectAttributes", "c2jShape" : "BatchUpdateObjectAttributes", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object's attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateObjectAttributes.Builder} avoiding the need to create one manually via {@link BatchUpdateObjectAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateObjectAttributes.Builder#build()} is called immediately and its result is passed to {@link #updateObjectAttributes(BatchUpdateObjectAttributes)}.\n@param updateObjectAttributes a consumer that will call methods on {@link BatchUpdateObjectAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateObjectAttributes(BatchUpdateObjectAttributes)", "deprecated" : false, "documentation" : "

Updates a given object's attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateObjectAttributes", "fluentSetterDocumentation" : "

Updates a given object's attributes.

\n@param updateObjectAttributes Updates a given object's attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateObjectAttributes", "getterDocumentation" : "

Updates a given object's attributes.

\n@return Updates a given object's attributes.", "getterModel" : { "returnType" : "BatchUpdateObjectAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object's attributes.

\n@param updateObjectAttributes Updates a given object's attributes.", "setterMethodName" : "setUpdateObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributes", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributes", "documentation" : "

Updates a given object's attributes.

", "simpleType" : "BatchUpdateObjectAttributes", "variableSetterType" : "BatchUpdateObjectAttributes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeleteObject", "beanStyleSetterMethodName" : "setDeleteObject", "c2jName" : "DeleteObject", "c2jShape" : "BatchDeleteObject", "defaultConsumerFluentSetterDocumentation" : "

Deletes an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDeleteObject.Builder} avoiding the need to create one manually via {@link BatchDeleteObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDeleteObject.Builder#build()} is called immediately and its result is passed to {@link #deleteObject(BatchDeleteObject)}.\n@param deleteObject a consumer that will call methods on {@link BatchDeleteObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deleteObject(BatchDeleteObject)", "deprecated" : false, "documentation" : "

Deletes an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleteObject", "fluentSetterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleteObject", "getterDocumentation" : "

Deletes an object in a Directory.

\n@return Deletes an object in a Directory.", "getterModel" : { "returnType" : "BatchDeleteObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeleteObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeleteObject", "sensitive" : false, "setterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.", "setterMethodName" : "setDeleteObject", "setterModel" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "deleteObject", "variableType" : "BatchDeleteObject", "documentation" : null, "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDeleteObject", "variableName" : "deleteObject", "variableType" : "BatchDeleteObject", "documentation" : "

Deletes an object in a Directory.

", "simpleType" : "BatchDeleteObject", "variableSetterType" : "BatchDeleteObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAddFacetToObject", "beanStyleSetterMethodName" : "setAddFacetToObject", "c2jName" : "AddFacetToObject", "c2jShape" : "BatchAddFacetToObject", "defaultConsumerFluentSetterDocumentation" : "

A batch operation that adds a facet to an object.

\nThis is a convenience that creates an instance of the {@link BatchAddFacetToObject.Builder} avoiding the need to create one manually via {@link BatchAddFacetToObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAddFacetToObject.Builder#build()} is called immediately and its result is passed to {@link #addFacetToObject(BatchAddFacetToObject)}.\n@param addFacetToObject a consumer that will call methods on {@link BatchAddFacetToObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addFacetToObject(BatchAddFacetToObject)", "deprecated" : false, "documentation" : "

A batch operation that adds a facet to an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addFacetToObject", "fluentSetterDocumentation" : "

A batch operation that adds a facet to an object.

\n@param addFacetToObject A batch operation that adds a facet to an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addFacetToObject", "getterDocumentation" : "

A batch operation that adds a facet to an object.

\n@return A batch operation that adds a facet to an object.", "getterModel" : { "returnType" : "BatchAddFacetToObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddFacetToObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddFacetToObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddFacetToObject", "sensitive" : false, "setterDocumentation" : "

A batch operation that adds a facet to an object.

\n@param addFacetToObject A batch operation that adds a facet to an object.", "setterMethodName" : "setAddFacetToObject", "setterModel" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : null, "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAddFacetToObject", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObject", "documentation" : "

A batch operation that adds a facet to an object.

", "simpleType" : "BatchAddFacetToObject", "variableSetterType" : "BatchAddFacetToObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoveFacetFromObject", "beanStyleSetterMethodName" : "setRemoveFacetFromObject", "c2jName" : "RemoveFacetFromObject", "c2jShape" : "BatchRemoveFacetFromObject", "defaultConsumerFluentSetterDocumentation" : "

A batch operation that removes a facet from an object.

\nThis is a convenience that creates an instance of the {@link BatchRemoveFacetFromObject.Builder} avoiding the need to create one manually via {@link BatchRemoveFacetFromObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchRemoveFacetFromObject.Builder#build()} is called immediately and its result is passed to {@link #removeFacetFromObject(BatchRemoveFacetFromObject)}.\n@param removeFacetFromObject a consumer that will call methods on {@link BatchRemoveFacetFromObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeFacetFromObject(BatchRemoveFacetFromObject)", "deprecated" : false, "documentation" : "

A batch operation that removes a facet from an object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeFacetFromObject", "fluentSetterDocumentation" : "

A batch operation that removes a facet from an object.

\n@param removeFacetFromObject A batch operation that removes a facet from an object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeFacetFromObject", "getterDocumentation" : "

A batch operation that removes a facet from an object.

\n@return A batch operation that removes a facet from an object.", "getterModel" : { "returnType" : "BatchRemoveFacetFromObject", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoveFacetFromObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveFacetFromObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveFacetFromObject", "sensitive" : false, "setterDocumentation" : "

A batch operation that removes a facet from an object.

\n@param removeFacetFromObject A batch operation that removes a facet from an object.", "setterMethodName" : "setRemoveFacetFromObject", "setterModel" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObject", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObject", "documentation" : "

A batch operation that removes a facet from an object.

", "simpleType" : "BatchRemoveFacetFromObject", "variableSetterType" : "BatchRemoveFacetFromObject" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachPolicy", "beanStyleSetterMethodName" : "setAttachPolicy", "c2jName" : "AttachPolicy", "c2jShape" : "BatchAttachPolicy", "defaultConsumerFluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\nThis is a convenience that creates an instance of the {@link BatchAttachPolicy.Builder} avoiding the need to create one manually via {@link BatchAttachPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachPolicy.Builder#build()} is called immediately and its result is passed to {@link #attachPolicy(BatchAttachPolicy)}.\n@param attachPolicy a consumer that will call methods on {@link BatchAttachPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachPolicy(BatchAttachPolicy)", "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachPolicy", "fluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachPolicy", "getterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@return Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "getterModel" : { "returnType" : "BatchAttachPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachPolicy", "sensitive" : false, "setterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "setterMethodName" : "setAttachPolicy", "setterModel" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : null, "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachPolicy", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicy", "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "simpleType" : "BatchAttachPolicy", "variableSetterType" : "BatchAttachPolicy" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachPolicy", "beanStyleSetterMethodName" : "setDetachPolicy", "c2jName" : "DetachPolicy", "c2jShape" : "BatchDetachPolicy", "defaultConsumerFluentSetterDocumentation" : "

Detaches a policy from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachPolicy.Builder} avoiding the need to create one manually via {@link BatchDetachPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachPolicy.Builder#build()} is called immediately and its result is passed to {@link #detachPolicy(BatchDetachPolicy)}.\n@param detachPolicy a consumer that will call methods on {@link BatchDetachPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachPolicy(BatchDetachPolicy)", "deprecated" : false, "documentation" : "

Detaches a policy from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachPolicy", "fluentSetterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachPolicy", "getterDocumentation" : "

Detaches a policy from a Directory.

\n@return Detaches a policy from a Directory.", "getterModel" : { "returnType" : "BatchDetachPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachPolicy", "sensitive" : false, "setterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.", "setterMethodName" : "setDetachPolicy", "setterModel" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : null, "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachPolicy", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicy", "documentation" : "

Detaches a policy from a Directory.

", "simpleType" : "BatchDetachPolicy", "variableSetterType" : "BatchDetachPolicy" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateIndex", "beanStyleSetterMethodName" : "setCreateIndex", "c2jName" : "CreateIndex", "c2jShape" : "BatchCreateIndex", "defaultConsumerFluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\nThis is a convenience that creates an instance of the {@link BatchCreateIndex.Builder} avoiding the need to create one manually via {@link BatchCreateIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateIndex.Builder#build()} is called immediately and its result is passed to {@link #createIndex(BatchCreateIndex)}.\n@param createIndex a consumer that will call methods on {@link BatchCreateIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createIndex(BatchCreateIndex)", "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createIndex", "fluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createIndex", "getterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@return Creates an index object. See Indexing and search for more information.", "getterModel" : { "returnType" : "BatchCreateIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateIndex", "sensitive" : false, "setterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.", "setterMethodName" : "setCreateIndex", "setterModel" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "createIndex", "variableType" : "BatchCreateIndex", "documentation" : null, "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateIndex", "variableName" : "createIndex", "variableType" : "BatchCreateIndex", "documentation" : "

Creates an index object. See Indexing and search for more information.

", "simpleType" : "BatchCreateIndex", "variableSetterType" : "BatchCreateIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachToIndex", "beanStyleSetterMethodName" : "setAttachToIndex", "c2jName" : "AttachToIndex", "c2jShape" : "BatchAttachToIndex", "defaultConsumerFluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchAttachToIndex.Builder} avoiding the need to create one manually via {@link BatchAttachToIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachToIndex.Builder#build()} is called immediately and its result is passed to {@link #attachToIndex(BatchAttachToIndex)}.\n@param attachToIndex a consumer that will call methods on {@link BatchAttachToIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachToIndex(BatchAttachToIndex)", "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachToIndex", "fluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachToIndex", "getterDocumentation" : "

Attaches the specified object to the specified index.

\n@return Attaches the specified object to the specified index.", "getterModel" : { "returnType" : "BatchAttachToIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachToIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachToIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachToIndex", "sensitive" : false, "setterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.", "setterMethodName" : "setAttachToIndex", "setterModel" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : null, "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachToIndex", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndex", "documentation" : "

Attaches the specified object to the specified index.

", "simpleType" : "BatchAttachToIndex", "variableSetterType" : "BatchAttachToIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachFromIndex", "beanStyleSetterMethodName" : "setDetachFromIndex", "c2jName" : "DetachFromIndex", "c2jShape" : "BatchDetachFromIndex", "defaultConsumerFluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\nThis is a convenience that creates an instance of the {@link BatchDetachFromIndex.Builder} avoiding the need to create one manually via {@link BatchDetachFromIndex#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachFromIndex.Builder#build()} is called immediately and its result is passed to {@link #detachFromIndex(BatchDetachFromIndex)}.\n@param detachFromIndex a consumer that will call methods on {@link BatchDetachFromIndex.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachFromIndex(BatchDetachFromIndex)", "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachFromIndex", "fluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachFromIndex", "getterDocumentation" : "

Detaches the specified object from the specified index.

\n@return Detaches the specified object from the specified index.", "getterModel" : { "returnType" : "BatchDetachFromIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachFromIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachFromIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachFromIndex", "sensitive" : false, "setterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.", "setterMethodName" : "setDetachFromIndex", "setterModel" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : null, "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachFromIndex", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndex", "documentation" : "

Detaches the specified object from the specified index.

", "simpleType" : "BatchDetachFromIndex", "variableSetterType" : "BatchDetachFromIndex" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachTypedLink", "beanStyleSetterMethodName" : "setAttachTypedLink", "c2jName" : "AttachTypedLink", "c2jShape" : "BatchAttachTypedLink", "defaultConsumerFluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchAttachTypedLink.Builder} avoiding the need to create one manually via {@link BatchAttachTypedLink#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachTypedLink.Builder#build()} is called immediately and its result is passed to {@link #attachTypedLink(BatchAttachTypedLink)}.\n@param attachTypedLink a consumer that will call methods on {@link BatchAttachTypedLink.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachTypedLink(BatchAttachTypedLink)", "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachTypedLink", "fluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachTypedLink", "getterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@return Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchAttachTypedLink", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachTypedLink", "sensitive" : false, "setterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setAttachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : null, "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachTypedLink", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLink", "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchAttachTypedLink", "variableSetterType" : "BatchAttachTypedLink" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachTypedLink", "beanStyleSetterMethodName" : "setDetachTypedLink", "c2jName" : "DetachTypedLink", "c2jShape" : "BatchDetachTypedLink", "defaultConsumerFluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchDetachTypedLink.Builder} avoiding the need to create one manually via {@link BatchDetachTypedLink#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachTypedLink.Builder#build()} is called immediately and its result is passed to {@link #detachTypedLink(BatchDetachTypedLink)}.\n@param detachTypedLink a consumer that will call methods on {@link BatchDetachTypedLink.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachTypedLink(BatchDetachTypedLink)", "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachTypedLink", "fluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachTypedLink", "getterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@return Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchDetachTypedLink", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachTypedLink", "sensitive" : false, "setterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setDetachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : null, "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachTypedLink", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLink", "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchDetachTypedLink", "variableSetterType" : "BatchDetachTypedLink" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateLinkAttributes", "beanStyleSetterMethodName" : "setUpdateLinkAttributes", "c2jName" : "UpdateLinkAttributes", "c2jShape" : "BatchUpdateLinkAttributes", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object's attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateLinkAttributes.Builder} avoiding the need to create one manually via {@link BatchUpdateLinkAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateLinkAttributes.Builder#build()} is called immediately and its result is passed to {@link #updateLinkAttributes(BatchUpdateLinkAttributes)}.\n@param updateLinkAttributes a consumer that will call methods on {@link BatchUpdateLinkAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateLinkAttributes(BatchUpdateLinkAttributes)", "deprecated" : false, "documentation" : "

Updates a given object's attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateLinkAttributes", "fluentSetterDocumentation" : "

Updates a given object's attributes.

\n@param updateLinkAttributes Updates a given object's attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateLinkAttributes", "getterDocumentation" : "

Updates a given object's attributes.

\n@return Updates a given object's attributes.", "getterModel" : { "returnType" : "BatchUpdateLinkAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object's attributes.

\n@param updateLinkAttributes Updates a given object's attributes.", "setterMethodName" : "setUpdateLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributes", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributes", "documentation" : "

Updates a given object's attributes.

", "simpleType" : "BatchUpdateLinkAttributes", "variableSetterType" : "BatchUpdateLinkAttributes" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchWriteOperation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchWriteOperation", "variableName" : "batchWriteOperation", "variableType" : "BatchWriteOperation", "documentation" : null, "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "wrapper" : false }, "BatchWriteOperationResponse" : { "c2jName" : "BatchWriteOperationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of a BatchWrite response operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCreateObject", "beanStyleSetterMethodName" : "setCreateObject", "c2jName" : "CreateObject", "c2jShape" : "BatchCreateObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Creates an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchCreateObjectResponse.Builder} avoiding the need to create one manually via {@link BatchCreateObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #createObject(BatchCreateObjectResponse)}.\n@param createObject a consumer that will call methods on {@link BatchCreateObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createObject(BatchCreateObjectResponse)", "deprecated" : false, "documentation" : "

Creates an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createObject", "fluentSetterDocumentation" : "

Creates an object in a Directory.

\n@param createObject Creates an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createObject", "getterDocumentation" : "

Creates an object in a Directory.

\n@return Creates an object in a Directory.", "getterModel" : { "returnType" : "BatchCreateObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateObject", "sensitive" : false, "setterDocumentation" : "

Creates an object in a Directory.

\n@param createObject Creates an object in a Directory.", "setterMethodName" : "setCreateObject", "setterModel" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "createObject", "variableType" : "BatchCreateObjectResponse", "documentation" : null, "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "createObject", "variableType" : "BatchCreateObjectResponse", "documentation" : "

Creates an object in a Directory.

", "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachObject", "beanStyleSetterMethodName" : "setAttachObject", "c2jName" : "AttachObject", "c2jShape" : "BatchAttachObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches an object to a Directory.

\nThis is a convenience that creates an instance of the {@link BatchAttachObjectResponse.Builder} avoiding the need to create one manually via {@link BatchAttachObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #attachObject(BatchAttachObjectResponse)}.\n@param attachObject a consumer that will call methods on {@link BatchAttachObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachObject(BatchAttachObjectResponse)", "deprecated" : false, "documentation" : "

Attaches an object to a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachObject", "fluentSetterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachObject", "getterDocumentation" : "

Attaches an object to a Directory.

\n@return Attaches an object to a Directory.", "getterModel" : { "returnType" : "BatchAttachObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachObject", "sensitive" : false, "setterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.", "setterMethodName" : "setAttachObject", "setterModel" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "attachObject", "variableType" : "BatchAttachObjectResponse", "documentation" : null, "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "attachObject", "variableType" : "BatchAttachObjectResponse", "documentation" : "

Attaches an object to a Directory.

", "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachObject", "beanStyleSetterMethodName" : "setDetachObject", "c2jName" : "DetachObject", "c2jShape" : "BatchDetachObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches an object from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachObjectResponse.Builder} avoiding the need to create one manually via {@link BatchDetachObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #detachObject(BatchDetachObjectResponse)}.\n@param detachObject a consumer that will call methods on {@link BatchDetachObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachObject(BatchDetachObjectResponse)", "deprecated" : false, "documentation" : "

Detaches an object from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachObject", "fluentSetterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachObject", "getterDocumentation" : "

Detaches an object from a Directory.

\n@return Detaches an object from a Directory.", "getterModel" : { "returnType" : "BatchDetachObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachObject", "sensitive" : false, "setterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.", "setterMethodName" : "setDetachObject", "setterModel" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "detachObject", "variableType" : "BatchDetachObjectResponse", "documentation" : null, "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "detachObject", "variableType" : "BatchDetachObjectResponse", "documentation" : "

Detaches an object from a Directory.

", "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateObjectAttributes", "beanStyleSetterMethodName" : "setUpdateObjectAttributes", "c2jName" : "UpdateObjectAttributes", "c2jShape" : "BatchUpdateObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object’s attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchUpdateObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #updateObjectAttributes(BatchUpdateObjectAttributesResponse)}.\n@param updateObjectAttributes a consumer that will call methods on {@link BatchUpdateObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateObjectAttributes(BatchUpdateObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Updates a given object’s attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateObjectAttributes", "fluentSetterDocumentation" : "

Updates a given object’s attributes.

\n@param updateObjectAttributes Updates a given object’s attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateObjectAttributes", "getterDocumentation" : "

Updates a given object’s attributes.

\n@return Updates a given object’s attributes.", "getterModel" : { "returnType" : "BatchUpdateObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object’s attributes.

\n@param updateObjectAttributes Updates a given object’s attributes.", "setterMethodName" : "setUpdateObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : "

Updates a given object’s attributes.

", "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeleteObject", "beanStyleSetterMethodName" : "setDeleteObject", "c2jName" : "DeleteObject", "c2jShape" : "BatchDeleteObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Deletes an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDeleteObjectResponse.Builder} avoiding the need to create one manually via {@link BatchDeleteObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDeleteObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #deleteObject(BatchDeleteObjectResponse)}.\n@param deleteObject a consumer that will call methods on {@link BatchDeleteObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deleteObject(BatchDeleteObjectResponse)", "deprecated" : false, "documentation" : "

Deletes an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleteObject", "fluentSetterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleteObject", "getterDocumentation" : "

Deletes an object in a Directory.

\n@return Deletes an object in a Directory.", "getterModel" : { "returnType" : "BatchDeleteObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeleteObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeleteObject", "sensitive" : false, "setterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.", "setterMethodName" : "setDeleteObject", "setterModel" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "deleteObject", "variableType" : "BatchDeleteObjectResponse", "documentation" : null, "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "deleteObject", "variableType" : "BatchDeleteObjectResponse", "documentation" : "

Deletes an object in a Directory.

", "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAddFacetToObject", "beanStyleSetterMethodName" : "setAddFacetToObject", "c2jName" : "AddFacetToObject", "c2jShape" : "BatchAddFacetToObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

The result of an add facet to object batch operation.

\nThis is a convenience that creates an instance of the {@link BatchAddFacetToObjectResponse.Builder} avoiding the need to create one manually via {@link BatchAddFacetToObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAddFacetToObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #addFacetToObject(BatchAddFacetToObjectResponse)}.\n@param addFacetToObject a consumer that will call methods on {@link BatchAddFacetToObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addFacetToObject(BatchAddFacetToObjectResponse)", "deprecated" : false, "documentation" : "

The result of an add facet to object batch operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addFacetToObject", "fluentSetterDocumentation" : "

The result of an add facet to object batch operation.

\n@param addFacetToObject The result of an add facet to object batch operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addFacetToObject", "getterDocumentation" : "

The result of an add facet to object batch operation.

\n@return The result of an add facet to object batch operation.", "getterModel" : { "returnType" : "BatchAddFacetToObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddFacetToObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddFacetToObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddFacetToObject", "sensitive" : false, "setterDocumentation" : "

The result of an add facet to object batch operation.

\n@param addFacetToObject The result of an add facet to object batch operation.", "setterMethodName" : "setAddFacetToObject", "setterModel" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : null, "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : "

The result of an add facet to object batch operation.

", "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoveFacetFromObject", "beanStyleSetterMethodName" : "setRemoveFacetFromObject", "c2jName" : "RemoveFacetFromObject", "c2jShape" : "BatchRemoveFacetFromObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

The result of a batch remove facet from object operation.

\nThis is a convenience that creates an instance of the {@link BatchRemoveFacetFromObjectResponse.Builder} avoiding the need to create one manually via {@link BatchRemoveFacetFromObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchRemoveFacetFromObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #removeFacetFromObject(BatchRemoveFacetFromObjectResponse)}.\n@param removeFacetFromObject a consumer that will call methods on {@link BatchRemoveFacetFromObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeFacetFromObject(BatchRemoveFacetFromObjectResponse)", "deprecated" : false, "documentation" : "

The result of a batch remove facet from object operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeFacetFromObject", "fluentSetterDocumentation" : "

The result of a batch remove facet from object operation.

\n@param removeFacetFromObject The result of a batch remove facet from object operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeFacetFromObject", "getterDocumentation" : "

The result of a batch remove facet from object operation.

\n@return The result of a batch remove facet from object operation.", "getterModel" : { "returnType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoveFacetFromObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveFacetFromObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveFacetFromObject", "sensitive" : false, "setterDocumentation" : "

The result of a batch remove facet from object operation.

\n@param removeFacetFromObject The result of a batch remove facet from object operation.", "setterMethodName" : "setRemoveFacetFromObject", "setterModel" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : "

The result of a batch remove facet from object operation.

", "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachPolicy", "beanStyleSetterMethodName" : "setAttachPolicy", "c2jName" : "AttachPolicy", "c2jShape" : "BatchAttachPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\nThis is a convenience that creates an instance of the {@link BatchAttachPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchAttachPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #attachPolicy(BatchAttachPolicyResponse)}.\n@param attachPolicy a consumer that will call methods on {@link BatchAttachPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachPolicy(BatchAttachPolicyResponse)", "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachPolicy", "fluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachPolicy", "getterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@return Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "getterModel" : { "returnType" : "BatchAttachPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachPolicy", "sensitive" : false, "setterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "setterMethodName" : "setAttachPolicy", "setterModel" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicyResponse", "documentation" : null, "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicyResponse", "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachPolicy", "beanStyleSetterMethodName" : "setDetachPolicy", "c2jName" : "DetachPolicy", "c2jShape" : "BatchDetachPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches a policy from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchDetachPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #detachPolicy(BatchDetachPolicyResponse)}.\n@param detachPolicy a consumer that will call methods on {@link BatchDetachPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachPolicy(BatchDetachPolicyResponse)", "deprecated" : false, "documentation" : "

Detaches a policy from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachPolicy", "fluentSetterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachPolicy", "getterDocumentation" : "

Detaches a policy from a Directory.

\n@return Detaches a policy from a Directory.", "getterModel" : { "returnType" : "BatchDetachPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachPolicy", "sensitive" : false, "setterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.", "setterMethodName" : "setDetachPolicy", "setterModel" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicyResponse", "documentation" : null, "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicyResponse", "documentation" : "

Detaches a policy from a Directory.

", "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateIndex", "beanStyleSetterMethodName" : "setCreateIndex", "c2jName" : "CreateIndex", "c2jShape" : "BatchCreateIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\nThis is a convenience that creates an instance of the {@link BatchCreateIndexResponse.Builder} avoiding the need to create one manually via {@link BatchCreateIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #createIndex(BatchCreateIndexResponse)}.\n@param createIndex a consumer that will call methods on {@link BatchCreateIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createIndex(BatchCreateIndexResponse)", "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createIndex", "fluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createIndex", "getterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@return Creates an index object. See Indexing and search for more information.", "getterModel" : { "returnType" : "BatchCreateIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateIndex", "sensitive" : false, "setterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.", "setterMethodName" : "setCreateIndex", "setterModel" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "createIndex", "variableType" : "BatchCreateIndexResponse", "documentation" : null, "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "createIndex", "variableType" : "BatchCreateIndexResponse", "documentation" : "

Creates an index object. See Indexing and search for more information.

", "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachToIndex", "beanStyleSetterMethodName" : "setAttachToIndex", "c2jName" : "AttachToIndex", "c2jShape" : "BatchAttachToIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchAttachToIndexResponse.Builder} avoiding the need to create one manually via {@link BatchAttachToIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachToIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #attachToIndex(BatchAttachToIndexResponse)}.\n@param attachToIndex a consumer that will call methods on {@link BatchAttachToIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachToIndex(BatchAttachToIndexResponse)", "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachToIndex", "fluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachToIndex", "getterDocumentation" : "

Attaches the specified object to the specified index.

\n@return Attaches the specified object to the specified index.", "getterModel" : { "returnType" : "BatchAttachToIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachToIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachToIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachToIndex", "sensitive" : false, "setterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.", "setterMethodName" : "setAttachToIndex", "setterModel" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndexResponse", "documentation" : null, "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndexResponse", "documentation" : "

Attaches the specified object to the specified index.

", "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachFromIndex", "beanStyleSetterMethodName" : "setDetachFromIndex", "c2jName" : "DetachFromIndex", "c2jShape" : "BatchDetachFromIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\nThis is a convenience that creates an instance of the {@link BatchDetachFromIndexResponse.Builder} avoiding the need to create one manually via {@link BatchDetachFromIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachFromIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #detachFromIndex(BatchDetachFromIndexResponse)}.\n@param detachFromIndex a consumer that will call methods on {@link BatchDetachFromIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachFromIndex(BatchDetachFromIndexResponse)", "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachFromIndex", "fluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachFromIndex", "getterDocumentation" : "

Detaches the specified object from the specified index.

\n@return Detaches the specified object from the specified index.", "getterModel" : { "returnType" : "BatchDetachFromIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachFromIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachFromIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachFromIndex", "sensitive" : false, "setterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.", "setterMethodName" : "setDetachFromIndex", "setterModel" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndexResponse", "documentation" : null, "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndexResponse", "documentation" : "

Detaches the specified object from the specified index.

", "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachTypedLink", "beanStyleSetterMethodName" : "setAttachTypedLink", "c2jName" : "AttachTypedLink", "c2jShape" : "BatchAttachTypedLinkResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchAttachTypedLinkResponse.Builder} avoiding the need to create one manually via {@link BatchAttachTypedLinkResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachTypedLinkResponse.Builder#build()} is called immediately and its result is passed to {@link #attachTypedLink(BatchAttachTypedLinkResponse)}.\n@param attachTypedLink a consumer that will call methods on {@link BatchAttachTypedLinkResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachTypedLink(BatchAttachTypedLinkResponse)", "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachTypedLink", "fluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachTypedLink", "getterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@return Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchAttachTypedLinkResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachTypedLink", "sensitive" : false, "setterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setAttachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachTypedLink", "beanStyleSetterMethodName" : "setDetachTypedLink", "c2jName" : "DetachTypedLink", "c2jShape" : "BatchDetachTypedLinkResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchDetachTypedLinkResponse.Builder} avoiding the need to create one manually via {@link BatchDetachTypedLinkResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachTypedLinkResponse.Builder#build()} is called immediately and its result is passed to {@link #detachTypedLink(BatchDetachTypedLinkResponse)}.\n@param detachTypedLink a consumer that will call methods on {@link BatchDetachTypedLinkResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachTypedLink(BatchDetachTypedLinkResponse)", "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachTypedLink", "fluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachTypedLink", "getterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@return Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchDetachTypedLinkResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachTypedLink", "sensitive" : false, "setterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setDetachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateLinkAttributes", "beanStyleSetterMethodName" : "setUpdateLinkAttributes", "c2jName" : "UpdateLinkAttributes", "c2jShape" : "BatchUpdateLinkAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Represents the output of a BatchWrite response operation.

\nThis is a convenience that creates an instance of the {@link BatchUpdateLinkAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchUpdateLinkAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateLinkAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #updateLinkAttributes(BatchUpdateLinkAttributesResponse)}.\n@param updateLinkAttributes a consumer that will call methods on {@link BatchUpdateLinkAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateLinkAttributes(BatchUpdateLinkAttributesResponse)", "deprecated" : false, "documentation" : "

Represents the output of a BatchWrite response operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateLinkAttributes", "fluentSetterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@param updateLinkAttributes Represents the output of a BatchWrite response operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateLinkAttributes", "getterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@return Represents the output of a BatchWrite response operation.", "getterModel" : { "returnType" : "BatchUpdateLinkAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@param updateLinkAttributes Represents the output of a BatchWrite response operation.", "setterMethodName" : "setUpdateLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : "

Represents the output of a BatchWrite response operation.

", "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddFacetToObject" : { "beanStyleGetterMethodName" : "getAddFacetToObject", "beanStyleSetterMethodName" : "setAddFacetToObject", "c2jName" : "AddFacetToObject", "c2jShape" : "BatchAddFacetToObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

The result of an add facet to object batch operation.

\nThis is a convenience that creates an instance of the {@link BatchAddFacetToObjectResponse.Builder} avoiding the need to create one manually via {@link BatchAddFacetToObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAddFacetToObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #addFacetToObject(BatchAddFacetToObjectResponse)}.\n@param addFacetToObject a consumer that will call methods on {@link BatchAddFacetToObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addFacetToObject(BatchAddFacetToObjectResponse)", "deprecated" : false, "documentation" : "

The result of an add facet to object batch operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addFacetToObject", "fluentSetterDocumentation" : "

The result of an add facet to object batch operation.

\n@param addFacetToObject The result of an add facet to object batch operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addFacetToObject", "getterDocumentation" : "

The result of an add facet to object batch operation.

\n@return The result of an add facet to object batch operation.", "getterModel" : { "returnType" : "BatchAddFacetToObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddFacetToObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddFacetToObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddFacetToObject", "sensitive" : false, "setterDocumentation" : "

The result of an add facet to object batch operation.

\n@param addFacetToObject The result of an add facet to object batch operation.", "setterMethodName" : "setAddFacetToObject", "setterModel" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : null, "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : "

The result of an add facet to object batch operation.

", "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "xmlNameSpaceUri" : null }, "AttachObject" : { "beanStyleGetterMethodName" : "getAttachObject", "beanStyleSetterMethodName" : "setAttachObject", "c2jName" : "AttachObject", "c2jShape" : "BatchAttachObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches an object to a Directory.

\nThis is a convenience that creates an instance of the {@link BatchAttachObjectResponse.Builder} avoiding the need to create one manually via {@link BatchAttachObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #attachObject(BatchAttachObjectResponse)}.\n@param attachObject a consumer that will call methods on {@link BatchAttachObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachObject(BatchAttachObjectResponse)", "deprecated" : false, "documentation" : "

Attaches an object to a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachObject", "fluentSetterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachObject", "getterDocumentation" : "

Attaches an object to a Directory.

\n@return Attaches an object to a Directory.", "getterModel" : { "returnType" : "BatchAttachObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachObject", "sensitive" : false, "setterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.", "setterMethodName" : "setAttachObject", "setterModel" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "attachObject", "variableType" : "BatchAttachObjectResponse", "documentation" : null, "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "attachObject", "variableType" : "BatchAttachObjectResponse", "documentation" : "

Attaches an object to a Directory.

", "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "xmlNameSpaceUri" : null }, "AttachPolicy" : { "beanStyleGetterMethodName" : "getAttachPolicy", "beanStyleSetterMethodName" : "setAttachPolicy", "c2jName" : "AttachPolicy", "c2jShape" : "BatchAttachPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\nThis is a convenience that creates an instance of the {@link BatchAttachPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchAttachPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #attachPolicy(BatchAttachPolicyResponse)}.\n@param attachPolicy a consumer that will call methods on {@link BatchAttachPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachPolicy(BatchAttachPolicyResponse)", "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachPolicy", "fluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachPolicy", "getterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@return Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "getterModel" : { "returnType" : "BatchAttachPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachPolicy", "sensitive" : false, "setterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "setterMethodName" : "setAttachPolicy", "setterModel" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicyResponse", "documentation" : null, "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicyResponse", "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "xmlNameSpaceUri" : null }, "AttachToIndex" : { "beanStyleGetterMethodName" : "getAttachToIndex", "beanStyleSetterMethodName" : "setAttachToIndex", "c2jName" : "AttachToIndex", "c2jShape" : "BatchAttachToIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchAttachToIndexResponse.Builder} avoiding the need to create one manually via {@link BatchAttachToIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachToIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #attachToIndex(BatchAttachToIndexResponse)}.\n@param attachToIndex a consumer that will call methods on {@link BatchAttachToIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachToIndex(BatchAttachToIndexResponse)", "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachToIndex", "fluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachToIndex", "getterDocumentation" : "

Attaches the specified object to the specified index.

\n@return Attaches the specified object to the specified index.", "getterModel" : { "returnType" : "BatchAttachToIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachToIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachToIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachToIndex", "sensitive" : false, "setterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.", "setterMethodName" : "setAttachToIndex", "setterModel" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndexResponse", "documentation" : null, "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndexResponse", "documentation" : "

Attaches the specified object to the specified index.

", "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "xmlNameSpaceUri" : null }, "AttachTypedLink" : { "beanStyleGetterMethodName" : "getAttachTypedLink", "beanStyleSetterMethodName" : "setAttachTypedLink", "c2jName" : "AttachTypedLink", "c2jShape" : "BatchAttachTypedLinkResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchAttachTypedLinkResponse.Builder} avoiding the need to create one manually via {@link BatchAttachTypedLinkResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachTypedLinkResponse.Builder#build()} is called immediately and its result is passed to {@link #attachTypedLink(BatchAttachTypedLinkResponse)}.\n@param attachTypedLink a consumer that will call methods on {@link BatchAttachTypedLinkResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachTypedLink(BatchAttachTypedLinkResponse)", "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachTypedLink", "fluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachTypedLink", "getterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@return Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchAttachTypedLinkResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachTypedLink", "sensitive" : false, "setterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setAttachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "xmlNameSpaceUri" : null }, "CreateIndex" : { "beanStyleGetterMethodName" : "getCreateIndex", "beanStyleSetterMethodName" : "setCreateIndex", "c2jName" : "CreateIndex", "c2jShape" : "BatchCreateIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\nThis is a convenience that creates an instance of the {@link BatchCreateIndexResponse.Builder} avoiding the need to create one manually via {@link BatchCreateIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #createIndex(BatchCreateIndexResponse)}.\n@param createIndex a consumer that will call methods on {@link BatchCreateIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createIndex(BatchCreateIndexResponse)", "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createIndex", "fluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createIndex", "getterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@return Creates an index object. See Indexing and search for more information.", "getterModel" : { "returnType" : "BatchCreateIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateIndex", "sensitive" : false, "setterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.", "setterMethodName" : "setCreateIndex", "setterModel" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "createIndex", "variableType" : "BatchCreateIndexResponse", "documentation" : null, "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "createIndex", "variableType" : "BatchCreateIndexResponse", "documentation" : "

Creates an index object. See Indexing and search for more information.

", "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "xmlNameSpaceUri" : null }, "CreateObject" : { "beanStyleGetterMethodName" : "getCreateObject", "beanStyleSetterMethodName" : "setCreateObject", "c2jName" : "CreateObject", "c2jShape" : "BatchCreateObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Creates an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchCreateObjectResponse.Builder} avoiding the need to create one manually via {@link BatchCreateObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #createObject(BatchCreateObjectResponse)}.\n@param createObject a consumer that will call methods on {@link BatchCreateObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createObject(BatchCreateObjectResponse)", "deprecated" : false, "documentation" : "

Creates an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createObject", "fluentSetterDocumentation" : "

Creates an object in a Directory.

\n@param createObject Creates an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createObject", "getterDocumentation" : "

Creates an object in a Directory.

\n@return Creates an object in a Directory.", "getterModel" : { "returnType" : "BatchCreateObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateObject", "sensitive" : false, "setterDocumentation" : "

Creates an object in a Directory.

\n@param createObject Creates an object in a Directory.", "setterMethodName" : "setCreateObject", "setterModel" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "createObject", "variableType" : "BatchCreateObjectResponse", "documentation" : null, "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "createObject", "variableType" : "BatchCreateObjectResponse", "documentation" : "

Creates an object in a Directory.

", "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "xmlNameSpaceUri" : null }, "DeleteObject" : { "beanStyleGetterMethodName" : "getDeleteObject", "beanStyleSetterMethodName" : "setDeleteObject", "c2jName" : "DeleteObject", "c2jShape" : "BatchDeleteObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Deletes an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDeleteObjectResponse.Builder} avoiding the need to create one manually via {@link BatchDeleteObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDeleteObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #deleteObject(BatchDeleteObjectResponse)}.\n@param deleteObject a consumer that will call methods on {@link BatchDeleteObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deleteObject(BatchDeleteObjectResponse)", "deprecated" : false, "documentation" : "

Deletes an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleteObject", "fluentSetterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleteObject", "getterDocumentation" : "

Deletes an object in a Directory.

\n@return Deletes an object in a Directory.", "getterModel" : { "returnType" : "BatchDeleteObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeleteObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeleteObject", "sensitive" : false, "setterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.", "setterMethodName" : "setDeleteObject", "setterModel" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "deleteObject", "variableType" : "BatchDeleteObjectResponse", "documentation" : null, "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "deleteObject", "variableType" : "BatchDeleteObjectResponse", "documentation" : "

Deletes an object in a Directory.

", "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "xmlNameSpaceUri" : null }, "DetachFromIndex" : { "beanStyleGetterMethodName" : "getDetachFromIndex", "beanStyleSetterMethodName" : "setDetachFromIndex", "c2jName" : "DetachFromIndex", "c2jShape" : "BatchDetachFromIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\nThis is a convenience that creates an instance of the {@link BatchDetachFromIndexResponse.Builder} avoiding the need to create one manually via {@link BatchDetachFromIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachFromIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #detachFromIndex(BatchDetachFromIndexResponse)}.\n@param detachFromIndex a consumer that will call methods on {@link BatchDetachFromIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachFromIndex(BatchDetachFromIndexResponse)", "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachFromIndex", "fluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachFromIndex", "getterDocumentation" : "

Detaches the specified object from the specified index.

\n@return Detaches the specified object from the specified index.", "getterModel" : { "returnType" : "BatchDetachFromIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachFromIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachFromIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachFromIndex", "sensitive" : false, "setterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.", "setterMethodName" : "setDetachFromIndex", "setterModel" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndexResponse", "documentation" : null, "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndexResponse", "documentation" : "

Detaches the specified object from the specified index.

", "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "xmlNameSpaceUri" : null }, "DetachObject" : { "beanStyleGetterMethodName" : "getDetachObject", "beanStyleSetterMethodName" : "setDetachObject", "c2jName" : "DetachObject", "c2jShape" : "BatchDetachObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches an object from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachObjectResponse.Builder} avoiding the need to create one manually via {@link BatchDetachObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #detachObject(BatchDetachObjectResponse)}.\n@param detachObject a consumer that will call methods on {@link BatchDetachObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachObject(BatchDetachObjectResponse)", "deprecated" : false, "documentation" : "

Detaches an object from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachObject", "fluentSetterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachObject", "getterDocumentation" : "

Detaches an object from a Directory.

\n@return Detaches an object from a Directory.", "getterModel" : { "returnType" : "BatchDetachObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachObject", "sensitive" : false, "setterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.", "setterMethodName" : "setDetachObject", "setterModel" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "detachObject", "variableType" : "BatchDetachObjectResponse", "documentation" : null, "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "detachObject", "variableType" : "BatchDetachObjectResponse", "documentation" : "

Detaches an object from a Directory.

", "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "xmlNameSpaceUri" : null }, "DetachPolicy" : { "beanStyleGetterMethodName" : "getDetachPolicy", "beanStyleSetterMethodName" : "setDetachPolicy", "c2jName" : "DetachPolicy", "c2jShape" : "BatchDetachPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches a policy from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchDetachPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #detachPolicy(BatchDetachPolicyResponse)}.\n@param detachPolicy a consumer that will call methods on {@link BatchDetachPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachPolicy(BatchDetachPolicyResponse)", "deprecated" : false, "documentation" : "

Detaches a policy from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachPolicy", "fluentSetterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachPolicy", "getterDocumentation" : "

Detaches a policy from a Directory.

\n@return Detaches a policy from a Directory.", "getterModel" : { "returnType" : "BatchDetachPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachPolicy", "sensitive" : false, "setterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.", "setterMethodName" : "setDetachPolicy", "setterModel" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicyResponse", "documentation" : null, "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicyResponse", "documentation" : "

Detaches a policy from a Directory.

", "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "xmlNameSpaceUri" : null }, "DetachTypedLink" : { "beanStyleGetterMethodName" : "getDetachTypedLink", "beanStyleSetterMethodName" : "setDetachTypedLink", "c2jName" : "DetachTypedLink", "c2jShape" : "BatchDetachTypedLinkResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchDetachTypedLinkResponse.Builder} avoiding the need to create one manually via {@link BatchDetachTypedLinkResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachTypedLinkResponse.Builder#build()} is called immediately and its result is passed to {@link #detachTypedLink(BatchDetachTypedLinkResponse)}.\n@param detachTypedLink a consumer that will call methods on {@link BatchDetachTypedLinkResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachTypedLink(BatchDetachTypedLinkResponse)", "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachTypedLink", "fluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachTypedLink", "getterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@return Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchDetachTypedLinkResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachTypedLink", "sensitive" : false, "setterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setDetachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "xmlNameSpaceUri" : null }, "RemoveFacetFromObject" : { "beanStyleGetterMethodName" : "getRemoveFacetFromObject", "beanStyleSetterMethodName" : "setRemoveFacetFromObject", "c2jName" : "RemoveFacetFromObject", "c2jShape" : "BatchRemoveFacetFromObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

The result of a batch remove facet from object operation.

\nThis is a convenience that creates an instance of the {@link BatchRemoveFacetFromObjectResponse.Builder} avoiding the need to create one manually via {@link BatchRemoveFacetFromObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchRemoveFacetFromObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #removeFacetFromObject(BatchRemoveFacetFromObjectResponse)}.\n@param removeFacetFromObject a consumer that will call methods on {@link BatchRemoveFacetFromObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeFacetFromObject(BatchRemoveFacetFromObjectResponse)", "deprecated" : false, "documentation" : "

The result of a batch remove facet from object operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeFacetFromObject", "fluentSetterDocumentation" : "

The result of a batch remove facet from object operation.

\n@param removeFacetFromObject The result of a batch remove facet from object operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeFacetFromObject", "getterDocumentation" : "

The result of a batch remove facet from object operation.

\n@return The result of a batch remove facet from object operation.", "getterModel" : { "returnType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoveFacetFromObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveFacetFromObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveFacetFromObject", "sensitive" : false, "setterDocumentation" : "

The result of a batch remove facet from object operation.

\n@param removeFacetFromObject The result of a batch remove facet from object operation.", "setterMethodName" : "setRemoveFacetFromObject", "setterModel" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : "

The result of a batch remove facet from object operation.

", "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "xmlNameSpaceUri" : null }, "UpdateLinkAttributes" : { "beanStyleGetterMethodName" : "getUpdateLinkAttributes", "beanStyleSetterMethodName" : "setUpdateLinkAttributes", "c2jName" : "UpdateLinkAttributes", "c2jShape" : "BatchUpdateLinkAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Represents the output of a BatchWrite response operation.

\nThis is a convenience that creates an instance of the {@link BatchUpdateLinkAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchUpdateLinkAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateLinkAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #updateLinkAttributes(BatchUpdateLinkAttributesResponse)}.\n@param updateLinkAttributes a consumer that will call methods on {@link BatchUpdateLinkAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateLinkAttributes(BatchUpdateLinkAttributesResponse)", "deprecated" : false, "documentation" : "

Represents the output of a BatchWrite response operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateLinkAttributes", "fluentSetterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@param updateLinkAttributes Represents the output of a BatchWrite response operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateLinkAttributes", "getterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@return Represents the output of a BatchWrite response operation.", "getterModel" : { "returnType" : "BatchUpdateLinkAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@param updateLinkAttributes Represents the output of a BatchWrite response operation.", "setterMethodName" : "setUpdateLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : "

Represents the output of a BatchWrite response operation.

", "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "xmlNameSpaceUri" : null }, "UpdateObjectAttributes" : { "beanStyleGetterMethodName" : "getUpdateObjectAttributes", "beanStyleSetterMethodName" : "setUpdateObjectAttributes", "c2jName" : "UpdateObjectAttributes", "c2jShape" : "BatchUpdateObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object’s attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchUpdateObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #updateObjectAttributes(BatchUpdateObjectAttributesResponse)}.\n@param updateObjectAttributes a consumer that will call methods on {@link BatchUpdateObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateObjectAttributes(BatchUpdateObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Updates a given object’s attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateObjectAttributes", "fluentSetterDocumentation" : "

Updates a given object’s attributes.

\n@param updateObjectAttributes Updates a given object’s attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateObjectAttributes", "getterDocumentation" : "

Updates a given object’s attributes.

\n@return Updates a given object’s attributes.", "getterModel" : { "returnType" : "BatchUpdateObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object’s attributes.

\n@param updateObjectAttributes Updates a given object’s attributes.", "setterMethodName" : "setUpdateObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : "

Updates a given object’s attributes.

", "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreateObject", "beanStyleSetterMethodName" : "setCreateObject", "c2jName" : "CreateObject", "c2jShape" : "BatchCreateObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Creates an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchCreateObjectResponse.Builder} avoiding the need to create one manually via {@link BatchCreateObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #createObject(BatchCreateObjectResponse)}.\n@param createObject a consumer that will call methods on {@link BatchCreateObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createObject(BatchCreateObjectResponse)", "deprecated" : false, "documentation" : "

Creates an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createObject", "fluentSetterDocumentation" : "

Creates an object in a Directory.

\n@param createObject Creates an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createObject", "getterDocumentation" : "

Creates an object in a Directory.

\n@return Creates an object in a Directory.", "getterModel" : { "returnType" : "BatchCreateObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateObject", "sensitive" : false, "setterDocumentation" : "

Creates an object in a Directory.

\n@param createObject Creates an object in a Directory.", "setterMethodName" : "setCreateObject", "setterModel" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "createObject", "variableType" : "BatchCreateObjectResponse", "documentation" : null, "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateObjectResponse", "variableName" : "createObject", "variableType" : "BatchCreateObjectResponse", "documentation" : "

Creates an object in a Directory.

", "simpleType" : "BatchCreateObjectResponse", "variableSetterType" : "BatchCreateObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachObject", "beanStyleSetterMethodName" : "setAttachObject", "c2jName" : "AttachObject", "c2jShape" : "BatchAttachObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches an object to a Directory.

\nThis is a convenience that creates an instance of the {@link BatchAttachObjectResponse.Builder} avoiding the need to create one manually via {@link BatchAttachObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #attachObject(BatchAttachObjectResponse)}.\n@param attachObject a consumer that will call methods on {@link BatchAttachObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachObject(BatchAttachObjectResponse)", "deprecated" : false, "documentation" : "

Attaches an object to a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachObject", "fluentSetterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachObject", "getterDocumentation" : "

Attaches an object to a Directory.

\n@return Attaches an object to a Directory.", "getterModel" : { "returnType" : "BatchAttachObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachObject", "sensitive" : false, "setterDocumentation" : "

Attaches an object to a Directory.

\n@param attachObject Attaches an object to a Directory.", "setterMethodName" : "setAttachObject", "setterModel" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "attachObject", "variableType" : "BatchAttachObjectResponse", "documentation" : null, "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachObjectResponse", "variableName" : "attachObject", "variableType" : "BatchAttachObjectResponse", "documentation" : "

Attaches an object to a Directory.

", "simpleType" : "BatchAttachObjectResponse", "variableSetterType" : "BatchAttachObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachObject", "beanStyleSetterMethodName" : "setDetachObject", "c2jName" : "DetachObject", "c2jShape" : "BatchDetachObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches an object from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachObjectResponse.Builder} avoiding the need to create one manually via {@link BatchDetachObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #detachObject(BatchDetachObjectResponse)}.\n@param detachObject a consumer that will call methods on {@link BatchDetachObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachObject(BatchDetachObjectResponse)", "deprecated" : false, "documentation" : "

Detaches an object from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachObject", "fluentSetterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachObject", "getterDocumentation" : "

Detaches an object from a Directory.

\n@return Detaches an object from a Directory.", "getterModel" : { "returnType" : "BatchDetachObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachObject", "sensitive" : false, "setterDocumentation" : "

Detaches an object from a Directory.

\n@param detachObject Detaches an object from a Directory.", "setterMethodName" : "setDetachObject", "setterModel" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "detachObject", "variableType" : "BatchDetachObjectResponse", "documentation" : null, "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachObjectResponse", "variableName" : "detachObject", "variableType" : "BatchDetachObjectResponse", "documentation" : "

Detaches an object from a Directory.

", "simpleType" : "BatchDetachObjectResponse", "variableSetterType" : "BatchDetachObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateObjectAttributes", "beanStyleSetterMethodName" : "setUpdateObjectAttributes", "c2jName" : "UpdateObjectAttributes", "c2jShape" : "BatchUpdateObjectAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Updates a given object’s attributes.

\nThis is a convenience that creates an instance of the {@link BatchUpdateObjectAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchUpdateObjectAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateObjectAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #updateObjectAttributes(BatchUpdateObjectAttributesResponse)}.\n@param updateObjectAttributes a consumer that will call methods on {@link BatchUpdateObjectAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateObjectAttributes(BatchUpdateObjectAttributesResponse)", "deprecated" : false, "documentation" : "

Updates a given object’s attributes.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateObjectAttributes", "fluentSetterDocumentation" : "

Updates a given object’s attributes.

\n@param updateObjectAttributes Updates a given object’s attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateObjectAttributes", "getterDocumentation" : "

Updates a given object’s attributes.

\n@return Updates a given object’s attributes.", "getterModel" : { "returnType" : "BatchUpdateObjectAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateObjectAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateObjectAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateObjectAttributes", "sensitive" : false, "setterDocumentation" : "

Updates a given object’s attributes.

\n@param updateObjectAttributes Updates a given object’s attributes.", "setterMethodName" : "setUpdateObjectAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateObjectAttributesResponse", "variableName" : "updateObjectAttributes", "variableType" : "BatchUpdateObjectAttributesResponse", "documentation" : "

Updates a given object’s attributes.

", "simpleType" : "BatchUpdateObjectAttributesResponse", "variableSetterType" : "BatchUpdateObjectAttributesResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeleteObject", "beanStyleSetterMethodName" : "setDeleteObject", "c2jName" : "DeleteObject", "c2jShape" : "BatchDeleteObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

Deletes an object in a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDeleteObjectResponse.Builder} avoiding the need to create one manually via {@link BatchDeleteObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDeleteObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #deleteObject(BatchDeleteObjectResponse)}.\n@param deleteObject a consumer that will call methods on {@link BatchDeleteObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deleteObject(BatchDeleteObjectResponse)", "deprecated" : false, "documentation" : "

Deletes an object in a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleteObject", "fluentSetterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleteObject", "getterDocumentation" : "

Deletes an object in a Directory.

\n@return Deletes an object in a Directory.", "getterModel" : { "returnType" : "BatchDeleteObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeleteObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeleteObject", "sensitive" : false, "setterDocumentation" : "

Deletes an object in a Directory.

\n@param deleteObject Deletes an object in a Directory.", "setterMethodName" : "setDeleteObject", "setterModel" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "deleteObject", "variableType" : "BatchDeleteObjectResponse", "documentation" : null, "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDeleteObjectResponse", "variableName" : "deleteObject", "variableType" : "BatchDeleteObjectResponse", "documentation" : "

Deletes an object in a Directory.

", "simpleType" : "BatchDeleteObjectResponse", "variableSetterType" : "BatchDeleteObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAddFacetToObject", "beanStyleSetterMethodName" : "setAddFacetToObject", "c2jName" : "AddFacetToObject", "c2jShape" : "BatchAddFacetToObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

The result of an add facet to object batch operation.

\nThis is a convenience that creates an instance of the {@link BatchAddFacetToObjectResponse.Builder} avoiding the need to create one manually via {@link BatchAddFacetToObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAddFacetToObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #addFacetToObject(BatchAddFacetToObjectResponse)}.\n@param addFacetToObject a consumer that will call methods on {@link BatchAddFacetToObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addFacetToObject(BatchAddFacetToObjectResponse)", "deprecated" : false, "documentation" : "

The result of an add facet to object batch operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addFacetToObject", "fluentSetterDocumentation" : "

The result of an add facet to object batch operation.

\n@param addFacetToObject The result of an add facet to object batch operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addFacetToObject", "getterDocumentation" : "

The result of an add facet to object batch operation.

\n@return The result of an add facet to object batch operation.", "getterModel" : { "returnType" : "BatchAddFacetToObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddFacetToObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddFacetToObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddFacetToObject", "sensitive" : false, "setterDocumentation" : "

The result of an add facet to object batch operation.

\n@param addFacetToObject The result of an add facet to object batch operation.", "setterMethodName" : "setAddFacetToObject", "setterModel" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : null, "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAddFacetToObjectResponse", "variableName" : "addFacetToObject", "variableType" : "BatchAddFacetToObjectResponse", "documentation" : "

The result of an add facet to object batch operation.

", "simpleType" : "BatchAddFacetToObjectResponse", "variableSetterType" : "BatchAddFacetToObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoveFacetFromObject", "beanStyleSetterMethodName" : "setRemoveFacetFromObject", "c2jName" : "RemoveFacetFromObject", "c2jShape" : "BatchRemoveFacetFromObjectResponse", "defaultConsumerFluentSetterDocumentation" : "

The result of a batch remove facet from object operation.

\nThis is a convenience that creates an instance of the {@link BatchRemoveFacetFromObjectResponse.Builder} avoiding the need to create one manually via {@link BatchRemoveFacetFromObjectResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchRemoveFacetFromObjectResponse.Builder#build()} is called immediately and its result is passed to {@link #removeFacetFromObject(BatchRemoveFacetFromObjectResponse)}.\n@param removeFacetFromObject a consumer that will call methods on {@link BatchRemoveFacetFromObjectResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #removeFacetFromObject(BatchRemoveFacetFromObjectResponse)", "deprecated" : false, "documentation" : "

The result of a batch remove facet from object operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeFacetFromObject", "fluentSetterDocumentation" : "

The result of a batch remove facet from object operation.

\n@param removeFacetFromObject The result of a batch remove facet from object operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeFacetFromObject", "getterDocumentation" : "

The result of a batch remove facet from object operation.

\n@return The result of a batch remove facet from object operation.", "getterModel" : { "returnType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoveFacetFromObject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveFacetFromObject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RemoveFacetFromObject", "sensitive" : false, "setterDocumentation" : "

The result of a batch remove facet from object operation.

\n@param removeFacetFromObject The result of a batch remove facet from object operation.", "setterMethodName" : "setRemoveFacetFromObject", "setterModel" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : null, "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchRemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObject", "variableType" : "BatchRemoveFacetFromObjectResponse", "documentation" : "

The result of a batch remove facet from object operation.

", "simpleType" : "BatchRemoveFacetFromObjectResponse", "variableSetterType" : "BatchRemoveFacetFromObjectResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachPolicy", "beanStyleSetterMethodName" : "setAttachPolicy", "c2jName" : "AttachPolicy", "c2jShape" : "BatchAttachPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\nThis is a convenience that creates an instance of the {@link BatchAttachPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchAttachPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #attachPolicy(BatchAttachPolicyResponse)}.\n@param attachPolicy a consumer that will call methods on {@link BatchAttachPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachPolicy(BatchAttachPolicyResponse)", "deprecated" : false, "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachPolicy", "fluentSetterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachPolicy", "getterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@return Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "getterModel" : { "returnType" : "BatchAttachPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachPolicy", "sensitive" : false, "setterDocumentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

\n@param attachPolicy Attaches a policy object to a regular object. An object can have a limited number of attached policies.", "setterMethodName" : "setAttachPolicy", "setterModel" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicyResponse", "documentation" : null, "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachPolicyResponse", "variableName" : "attachPolicy", "variableType" : "BatchAttachPolicyResponse", "documentation" : "

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

", "simpleType" : "BatchAttachPolicyResponse", "variableSetterType" : "BatchAttachPolicyResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachPolicy", "beanStyleSetterMethodName" : "setDetachPolicy", "c2jName" : "DetachPolicy", "c2jShape" : "BatchDetachPolicyResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches a policy from a Directory.

\nThis is a convenience that creates an instance of the {@link BatchDetachPolicyResponse.Builder} avoiding the need to create one manually via {@link BatchDetachPolicyResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachPolicyResponse.Builder#build()} is called immediately and its result is passed to {@link #detachPolicy(BatchDetachPolicyResponse)}.\n@param detachPolicy a consumer that will call methods on {@link BatchDetachPolicyResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachPolicy(BatchDetachPolicyResponse)", "deprecated" : false, "documentation" : "

Detaches a policy from a Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachPolicy", "fluentSetterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachPolicy", "getterDocumentation" : "

Detaches a policy from a Directory.

\n@return Detaches a policy from a Directory.", "getterModel" : { "returnType" : "BatchDetachPolicyResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachPolicy", "sensitive" : false, "setterDocumentation" : "

Detaches a policy from a Directory.

\n@param detachPolicy Detaches a policy from a Directory.", "setterMethodName" : "setDetachPolicy", "setterModel" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicyResponse", "documentation" : null, "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachPolicyResponse", "variableName" : "detachPolicy", "variableType" : "BatchDetachPolicyResponse", "documentation" : "

Detaches a policy from a Directory.

", "simpleType" : "BatchDetachPolicyResponse", "variableSetterType" : "BatchDetachPolicyResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateIndex", "beanStyleSetterMethodName" : "setCreateIndex", "c2jName" : "CreateIndex", "c2jShape" : "BatchCreateIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\nThis is a convenience that creates an instance of the {@link BatchCreateIndexResponse.Builder} avoiding the need to create one manually via {@link BatchCreateIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchCreateIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #createIndex(BatchCreateIndexResponse)}.\n@param createIndex a consumer that will call methods on {@link BatchCreateIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createIndex(BatchCreateIndexResponse)", "deprecated" : false, "documentation" : "

Creates an index object. See Indexing and search for more information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createIndex", "fluentSetterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createIndex", "getterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@return Creates an index object. See Indexing and search for more information.", "getterModel" : { "returnType" : "BatchCreateIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateIndex", "sensitive" : false, "setterDocumentation" : "

Creates an index object. See Indexing and search for more information.

\n@param createIndex Creates an index object. See Indexing and search for more information.", "setterMethodName" : "setCreateIndex", "setterModel" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "createIndex", "variableType" : "BatchCreateIndexResponse", "documentation" : null, "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchCreateIndexResponse", "variableName" : "createIndex", "variableType" : "BatchCreateIndexResponse", "documentation" : "

Creates an index object. See Indexing and search for more information.

", "simpleType" : "BatchCreateIndexResponse", "variableSetterType" : "BatchCreateIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachToIndex", "beanStyleSetterMethodName" : "setAttachToIndex", "c2jName" : "AttachToIndex", "c2jShape" : "BatchAttachToIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\nThis is a convenience that creates an instance of the {@link BatchAttachToIndexResponse.Builder} avoiding the need to create one manually via {@link BatchAttachToIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachToIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #attachToIndex(BatchAttachToIndexResponse)}.\n@param attachToIndex a consumer that will call methods on {@link BatchAttachToIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachToIndex(BatchAttachToIndexResponse)", "deprecated" : false, "documentation" : "

Attaches the specified object to the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachToIndex", "fluentSetterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachToIndex", "getterDocumentation" : "

Attaches the specified object to the specified index.

\n@return Attaches the specified object to the specified index.", "getterModel" : { "returnType" : "BatchAttachToIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachToIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachToIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachToIndex", "sensitive" : false, "setterDocumentation" : "

Attaches the specified object to the specified index.

\n@param attachToIndex Attaches the specified object to the specified index.", "setterMethodName" : "setAttachToIndex", "setterModel" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndexResponse", "documentation" : null, "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachToIndexResponse", "variableName" : "attachToIndex", "variableType" : "BatchAttachToIndexResponse", "documentation" : "

Attaches the specified object to the specified index.

", "simpleType" : "BatchAttachToIndexResponse", "variableSetterType" : "BatchAttachToIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachFromIndex", "beanStyleSetterMethodName" : "setDetachFromIndex", "c2jName" : "DetachFromIndex", "c2jShape" : "BatchDetachFromIndexResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\nThis is a convenience that creates an instance of the {@link BatchDetachFromIndexResponse.Builder} avoiding the need to create one manually via {@link BatchDetachFromIndexResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachFromIndexResponse.Builder#build()} is called immediately and its result is passed to {@link #detachFromIndex(BatchDetachFromIndexResponse)}.\n@param detachFromIndex a consumer that will call methods on {@link BatchDetachFromIndexResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachFromIndex(BatchDetachFromIndexResponse)", "deprecated" : false, "documentation" : "

Detaches the specified object from the specified index.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachFromIndex", "fluentSetterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachFromIndex", "getterDocumentation" : "

Detaches the specified object from the specified index.

\n@return Detaches the specified object from the specified index.", "getterModel" : { "returnType" : "BatchDetachFromIndexResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachFromIndex", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachFromIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachFromIndex", "sensitive" : false, "setterDocumentation" : "

Detaches the specified object from the specified index.

\n@param detachFromIndex Detaches the specified object from the specified index.", "setterMethodName" : "setDetachFromIndex", "setterModel" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndexResponse", "documentation" : null, "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachFromIndexResponse", "variableName" : "detachFromIndex", "variableType" : "BatchDetachFromIndexResponse", "documentation" : "

Detaches the specified object from the specified index.

", "simpleType" : "BatchDetachFromIndexResponse", "variableSetterType" : "BatchDetachFromIndexResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachTypedLink", "beanStyleSetterMethodName" : "setAttachTypedLink", "c2jName" : "AttachTypedLink", "c2jShape" : "BatchAttachTypedLinkResponse", "defaultConsumerFluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchAttachTypedLinkResponse.Builder} avoiding the need to create one manually via {@link BatchAttachTypedLinkResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchAttachTypedLinkResponse.Builder#build()} is called immediately and its result is passed to {@link #attachTypedLink(BatchAttachTypedLinkResponse)}.\n@param attachTypedLink a consumer that will call methods on {@link BatchAttachTypedLinkResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachTypedLink(BatchAttachTypedLinkResponse)", "deprecated" : false, "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachTypedLink", "fluentSetterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachTypedLink", "getterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@return Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchAttachTypedLinkResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttachTypedLink", "sensitive" : false, "setterDocumentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

\n@param attachTypedLink Attaches a typed link to a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setAttachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchAttachTypedLinkResponse", "variableName" : "attachTypedLink", "variableType" : "BatchAttachTypedLinkResponse", "documentation" : "

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchAttachTypedLinkResponse", "variableSetterType" : "BatchAttachTypedLinkResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetachTypedLink", "beanStyleSetterMethodName" : "setDetachTypedLink", "c2jName" : "DetachTypedLink", "c2jShape" : "BatchDetachTypedLinkResponse", "defaultConsumerFluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\nThis is a convenience that creates an instance of the {@link BatchDetachTypedLinkResponse.Builder} avoiding the need to create one manually via {@link BatchDetachTypedLinkResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchDetachTypedLinkResponse.Builder#build()} is called immediately and its result is passed to {@link #detachTypedLink(BatchDetachTypedLinkResponse)}.\n@param detachTypedLink a consumer that will call methods on {@link BatchDetachTypedLinkResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachTypedLink(BatchDetachTypedLinkResponse)", "deprecated" : false, "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachTypedLink", "fluentSetterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachTypedLink", "getterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@return Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "getterModel" : { "returnType" : "BatchDetachTypedLinkResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DetachTypedLink", "sensitive" : false, "setterDocumentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

\n@param detachTypedLink Detaches a typed link from a specified source and target object. For more information, see Typed Links.", "setterMethodName" : "setDetachTypedLink", "setterModel" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : null, "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchDetachTypedLinkResponse", "variableName" : "detachTypedLink", "variableType" : "BatchDetachTypedLinkResponse", "documentation" : "

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

", "simpleType" : "BatchDetachTypedLinkResponse", "variableSetterType" : "BatchDetachTypedLinkResponse" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateLinkAttributes", "beanStyleSetterMethodName" : "setUpdateLinkAttributes", "c2jName" : "UpdateLinkAttributes", "c2jShape" : "BatchUpdateLinkAttributesResponse", "defaultConsumerFluentSetterDocumentation" : "

Represents the output of a BatchWrite response operation.

\nThis is a convenience that creates an instance of the {@link BatchUpdateLinkAttributesResponse.Builder} avoiding the need to create one manually via {@link BatchUpdateLinkAttributesResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchUpdateLinkAttributesResponse.Builder#build()} is called immediately and its result is passed to {@link #updateLinkAttributes(BatchUpdateLinkAttributesResponse)}.\n@param updateLinkAttributes a consumer that will call methods on {@link BatchUpdateLinkAttributesResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateLinkAttributes(BatchUpdateLinkAttributesResponse)", "deprecated" : false, "documentation" : "

Represents the output of a BatchWrite response operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateLinkAttributes", "fluentSetterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@param updateLinkAttributes Represents the output of a BatchWrite response operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateLinkAttributes", "getterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@return Represents the output of a BatchWrite response operation.", "getterModel" : { "returnType" : "BatchUpdateLinkAttributesResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateLinkAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateLinkAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UpdateLinkAttributes", "sensitive" : false, "setterDocumentation" : "

Represents the output of a BatchWrite response operation.

\n@param updateLinkAttributes Represents the output of a BatchWrite response operation.", "setterMethodName" : "setUpdateLinkAttributes", "setterModel" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : null, "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchUpdateLinkAttributesResponse", "variableName" : "updateLinkAttributes", "variableType" : "BatchUpdateLinkAttributesResponse", "documentation" : "

Represents the output of a BatchWrite response operation.

", "simpleType" : "BatchUpdateLinkAttributesResponse", "variableSetterType" : "BatchUpdateLinkAttributesResponse" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchWriteOperationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchWriteOperationResponse", "variableName" : "batchWriteOperationResponse", "variableType" : "BatchWriteOperationResponse", "documentation" : null, "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "wrapper" : false }, "BatchWriteRequest" : { "c2jName" : "BatchWriteRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "BatchWrite", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/batchwrite", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOperations", "beanStyleSetterMethodName" : "setOperations", "c2jName" : "Operations", "c2jShape" : "BatchWriteOperationList", "defaultConsumerFluentSetterDocumentation" : "

A list of operations that are part of the batch.

\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 #operations(List)}.\n@param operations 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 #operations(List)", "deprecated" : false, "documentation" : "

A list of operations that are part of the batch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "operations", "fluentSetterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "operations", "getterDocumentation" : "

A list of operations that are part of the batch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of operations that are part of the batch.", "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" : "Operations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Operations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchWriteOperation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchWriteOperation.Builder} avoiding the need to create one manually via {@link BatchWriteOperation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchWriteOperation.Builder#build()} is called immediately and its result is passed to {@link #member(BatchWriteOperation)}.\n@param member a consumer that will call methods on {@link BatchWriteOperation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchWriteOperation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchWriteOperation", "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, "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" : "BatchWriteOperation", "variableName" : "member", "variableType" : "BatchWriteOperation", "documentation" : null, "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchWriteOperation", "variableName" : "member", "variableType" : "BatchWriteOperation", "documentation" : "", "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchWriteOperation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchWriteOperation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Operations", "sensitive" : false, "setterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.", "setterMethodName" : "setOperations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : "

A list of operations that are part of the batch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Operations" : { "beanStyleGetterMethodName" : "getOperations", "beanStyleSetterMethodName" : "setOperations", "c2jName" : "Operations", "c2jShape" : "BatchWriteOperationList", "defaultConsumerFluentSetterDocumentation" : "

A list of operations that are part of the batch.

\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 #operations(List)}.\n@param operations 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 #operations(List)", "deprecated" : false, "documentation" : "

A list of operations that are part of the batch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "operations", "fluentSetterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "operations", "getterDocumentation" : "

A list of operations that are part of the batch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of operations that are part of the batch.", "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" : "Operations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Operations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchWriteOperation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchWriteOperation.Builder} avoiding the need to create one manually via {@link BatchWriteOperation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchWriteOperation.Builder#build()} is called immediately and its result is passed to {@link #member(BatchWriteOperation)}.\n@param member a consumer that will call methods on {@link BatchWriteOperation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchWriteOperation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchWriteOperation", "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, "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" : "BatchWriteOperation", "variableName" : "member", "variableType" : "BatchWriteOperation", "documentation" : null, "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchWriteOperation", "variableName" : "member", "variableType" : "BatchWriteOperation", "documentation" : "", "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchWriteOperation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchWriteOperation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Operations", "sensitive" : false, "setterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.", "setterMethodName" : "setOperations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : "

A list of operations that are part of the batch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

\n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOperations", "beanStyleSetterMethodName" : "setOperations", "c2jName" : "Operations", "c2jShape" : "BatchWriteOperationList", "defaultConsumerFluentSetterDocumentation" : "

A list of operations that are part of the batch.

\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 #operations(List)}.\n@param operations 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 #operations(List)", "deprecated" : false, "documentation" : "

A list of operations that are part of the batch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "operations", "fluentSetterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "operations", "getterDocumentation" : "

A list of operations that are part of the batch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of operations that are part of the batch.", "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" : "Operations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Operations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchWriteOperation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchWriteOperation.Builder} avoiding the need to create one manually via {@link BatchWriteOperation#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchWriteOperation.Builder#build()} is called immediately and its result is passed to {@link #member(BatchWriteOperation)}.\n@param member a consumer that will call methods on {@link BatchWriteOperation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchWriteOperation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchWriteOperation", "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, "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" : "BatchWriteOperation", "variableName" : "member", "variableType" : "BatchWriteOperation", "documentation" : null, "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchWriteOperation", "variableName" : "member", "variableType" : "BatchWriteOperation", "documentation" : "", "simpleType" : "BatchWriteOperation", "variableSetterType" : "BatchWriteOperation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchWriteOperation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchWriteOperation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Operations", "sensitive" : false, "setterDocumentation" : "

A list of operations that are part of the batch.

\n@param operations A list of operations that are part of the batch.", "setterMethodName" : "setOperations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "operations", "variableType" : "java.util.List", "documentation" : "

A list of operations that are part of the batch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "Operations" ], "shapeName" : "BatchWriteRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchWriteRequest", "variableName" : "batchWriteRequest", "variableType" : "BatchWriteRequest", "documentation" : null, "simpleType" : "BatchWriteRequest", "variableSetterType" : "BatchWriteRequest" }, "wrapper" : false }, "BatchWriteResponse" : { "c2jName" : "BatchWriteResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResponses", "beanStyleSetterMethodName" : "setResponses", "c2jName" : "Responses", "c2jShape" : "BatchWriteOperationResponseList", "defaultConsumerFluentSetterDocumentation" : "

A list of all the responses for each batch write.

\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 #responses(List)}.\n@param responses 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 #responses(List)", "deprecated" : false, "documentation" : "

A list of all the responses for each batch write.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responses", "fluentSetterDocumentation" : "

A list of all the responses for each batch write.

\n@param responses A list of all the responses for each batch write.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responses", "getterDocumentation" : "

A list of all the responses for each batch write.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of all the responses for each batch write.", "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" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchWriteOperationResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchWriteOperationResponse.Builder} avoiding the need to create one manually via {@link BatchWriteOperationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchWriteOperationResponse.Builder#build()} is called immediately and its result is passed to {@link #member(BatchWriteOperationResponse)}.\n@param member a consumer that will call methods on {@link BatchWriteOperationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchWriteOperationResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchWriteOperationResponse", "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, "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" : "BatchWriteOperationResponse", "variableName" : "member", "variableType" : "BatchWriteOperationResponse", "documentation" : null, "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchWriteOperationResponse", "variableName" : "member", "variableType" : "BatchWriteOperationResponse", "documentation" : "", "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchWriteOperationResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchWriteOperationResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Responses", "sensitive" : false, "setterDocumentation" : "

A list of all the responses for each batch write.

\n@param responses A list of all the responses for each batch write.", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : "

A list of all the responses for each batch write.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Responses" : { "beanStyleGetterMethodName" : "getResponses", "beanStyleSetterMethodName" : "setResponses", "c2jName" : "Responses", "c2jShape" : "BatchWriteOperationResponseList", "defaultConsumerFluentSetterDocumentation" : "

A list of all the responses for each batch write.

\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 #responses(List)}.\n@param responses 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 #responses(List)", "deprecated" : false, "documentation" : "

A list of all the responses for each batch write.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responses", "fluentSetterDocumentation" : "

A list of all the responses for each batch write.

\n@param responses A list of all the responses for each batch write.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responses", "getterDocumentation" : "

A list of all the responses for each batch write.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of all the responses for each batch write.", "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" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchWriteOperationResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchWriteOperationResponse.Builder} avoiding the need to create one manually via {@link BatchWriteOperationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchWriteOperationResponse.Builder#build()} is called immediately and its result is passed to {@link #member(BatchWriteOperationResponse)}.\n@param member a consumer that will call methods on {@link BatchWriteOperationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchWriteOperationResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchWriteOperationResponse", "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, "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" : "BatchWriteOperationResponse", "variableName" : "member", "variableType" : "BatchWriteOperationResponse", "documentation" : null, "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchWriteOperationResponse", "variableName" : "member", "variableType" : "BatchWriteOperationResponse", "documentation" : "", "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchWriteOperationResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchWriteOperationResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Responses", "sensitive" : false, "setterDocumentation" : "

A list of all the responses for each batch write.

\n@param responses A list of all the responses for each batch write.", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : "

A list of all the responses for each batch write.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResponses", "beanStyleSetterMethodName" : "setResponses", "c2jName" : "Responses", "c2jShape" : "BatchWriteOperationResponseList", "defaultConsumerFluentSetterDocumentation" : "

A list of all the responses for each batch write.

\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 #responses(List)}.\n@param responses 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 #responses(List)", "deprecated" : false, "documentation" : "

A list of all the responses for each batch write.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "responses", "fluentSetterDocumentation" : "

A list of all the responses for each batch write.

\n@param responses A list of all the responses for each batch write.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "responses", "getterDocumentation" : "

A list of all the responses for each batch write.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of all the responses for each batch write.", "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" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BatchWriteOperationResponse", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchWriteOperationResponse.Builder} avoiding the need to create one manually via {@link BatchWriteOperationResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchWriteOperationResponse.Builder#build()} is called immediately and its result is passed to {@link #member(BatchWriteOperationResponse)}.\n@param member a consumer that will call methods on {@link BatchWriteOperationResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchWriteOperationResponse)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "BatchWriteOperationResponse", "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, "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" : "BatchWriteOperationResponse", "variableName" : "member", "variableType" : "BatchWriteOperationResponse", "documentation" : null, "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BatchWriteOperationResponse", "variableName" : "member", "variableType" : "BatchWriteOperationResponse", "documentation" : "", "simpleType" : "BatchWriteOperationResponse", "variableSetterType" : "BatchWriteOperationResponse" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BatchWriteOperationResponse", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BatchWriteOperationResponse", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Responses", "sensitive" : false, "setterDocumentation" : "

A list of all the responses for each batch write.

\n@param responses A list of all the responses for each batch write.", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "responses", "variableType" : "java.util.List", "documentation" : "

A list of all the responses for each batch write.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchWriteResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchWriteResponse", "variableName" : "batchWriteResponse", "variableType" : "BatchWriteResponse", "documentation" : null, "simpleType" : "BatchWriteResponse", "variableSetterType" : "BatchWriteResponse" }, "wrapper" : false }, "CannotListParentOfRootException" : { "c2jName" : "CannotListParentOfRootException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Cannot list the parents of a Directory root.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CannotListParentOfRootException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CannotListParentOfRootException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CannotListParentOfRootException", "variableName" : "cannotListParentOfRootException", "variableType" : "CannotListParentOfRootException", "documentation" : null, "simpleType" : "CannotListParentOfRootException", "variableSetterType" : "CannotListParentOfRootException" }, "wrapper" : false }, "ConsistencyLevel" : { "c2jName" : "ConsistencyLevel", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SERIALIZABLE", "value" : "SERIALIZABLE" }, { "name" : "EVENTUAL", "value" : "EVENTUAL" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConsistencyLevel", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConsistencyLevel", "variableName" : "consistencyLevel", "variableType" : "ConsistencyLevel", "documentation" : null, "simpleType" : "ConsistencyLevel", "variableSetterType" : "ConsistencyLevel" }, "wrapper" : false }, "CreateDirectoryRequest" : { "c2jName" : "CreateDirectoryRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateDirectory", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/directory/create", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Directory. Should be unique per account, per 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 #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, "documentation" : "

The name of the Directory. Should be unique per account, per region.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Directory. Should be unique per account, per region.

\n@param name The name of the Directory. Should be unique per account, per region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Directory. Should be unique per account, per region.

\n@return The name of the Directory. Should be unique per account, per 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" : "Name", "queryString" : 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 name of the Directory. Should be unique per account, per region.

\n@param name The name of the Directory. Should be unique per account, per region.", "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 name of the Directory. Should be unique per account, per region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@param schemaArn The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@param schemaArn The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Directory. Should be unique per account, per 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 #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, "documentation" : "

The name of the Directory. Should be unique per account, per region.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Directory. Should be unique per account, per region.

\n@param name The name of the Directory. Should be unique per account, per region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Directory. Should be unique per account, per region.

\n@return The name of the Directory. Should be unique per account, per 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" : "Name", "queryString" : 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 name of the Directory. Should be unique per account, per region.

\n@param name The name of the Directory. Should be unique per account, per region.", "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 name of the Directory. Should be unique per account, per region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@param schemaArn The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@param schemaArn The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Directory. Should be unique per account, per 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 #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, "documentation" : "

The name of the Directory. Should be unique per account, per region.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Directory. Should be unique per account, per region.

\n@param name The name of the Directory. Should be unique per account, per region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Directory. Should be unique per account, per region.

\n@return The name of the Directory. Should be unique per account, per 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" : "Name", "queryString" : 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 name of the Directory. Should be unique per account, per region.

\n@param name The name of the Directory. Should be unique per account, per region.", "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 name of the Directory. Should be unique per account, per region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@param schemaArn The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@return The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

\n@param schemaArn The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "SchemaArn" ], "shapeName" : "CreateDirectoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDirectoryRequest", "variableName" : "createDirectoryRequest", "variableType" : "CreateDirectoryRequest", "documentation" : null, "simpleType" : "CreateDirectoryRequest", "variableSetterType" : "CreateDirectoryRequest" }, "wrapper" : false }, "CreateDirectoryResponse" : { "c2jName" : "CreateDirectoryResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@return The ARN that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Directory.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Directory.

\n@param name The name of the Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Directory.

\n@return The name of the Directory.", "getterModel" : { "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, "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 name of the Directory.

\n@param name The name of the Directory.", "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 name of the Directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The root object node of the created directory.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The root object node of the created directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The root object node of the created directory.

\n@param objectIdentifier The root object node of the created directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The root object node of the created directory.

\n@return The root object node of the created directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The root object node of the created directory.

\n@param objectIdentifier The root object node of the created directory.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The root object node of the created directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@param appliedSchemaArn The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@return The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@param appliedSchemaArn The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppliedSchemaArn" : { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@param appliedSchemaArn The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@return The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@param appliedSchemaArn The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@return The ARN that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Directory.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Directory.

\n@param name The name of the Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Directory.

\n@return The name of the Directory.", "getterModel" : { "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, "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 name of the Directory.

\n@param name The name of the Directory.", "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 name of the Directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The root object node of the created directory.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The root object node of the created directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The root object node of the created directory.

\n@param objectIdentifier The root object node of the created directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The root object node of the created directory.

\n@return The root object node of the created directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The root object node of the created directory.

\n@param objectIdentifier The root object node of the created directory.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The root object node of the created directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@return The ARN that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

The ARN that is associated with the Directory. For more information, see arns.

\n@param directoryArn The ARN that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

The ARN that is associated with the Directory. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Directory.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the Directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Directory.

\n@param name The name of the Directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Directory.

\n@return The name of the Directory.", "getterModel" : { "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, "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 name of the Directory.

\n@param name The name of the Directory.", "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 name of the Directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

The root object node of the created directory.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

The root object node of the created directory.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

The root object node of the created directory.

\n@param objectIdentifier The root object node of the created directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

The root object node of the created directory.

\n@return The root object node of the created directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

The root object node of the created directory.

\n@param objectIdentifier The root object node of the created directory.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

The root object node of the created directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@param appliedSchemaArn The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@return The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

\n@param appliedSchemaArn The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "Name", "ObjectIdentifier", "AppliedSchemaArn" ], "shapeName" : "CreateDirectoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDirectoryResponse", "variableName" : "createDirectoryResponse", "variableType" : "CreateDirectoryResponse", "documentation" : null, "simpleType" : "CreateDirectoryResponse", "variableSetterType" : "CreateDirectoryResponse" }, "wrapper" : false }, "CreateFacetRequest" : { "c2jName" : "CreateFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/facet/create", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The schema ARN in which the new Facet will be created. For more information, see arns.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

The schema ARN in which the new Facet will be created. For more information, see arns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

The schema ARN in which the new Facet will be created. For more information, see arns.

\n@param schemaArn The schema ARN in which the new Facet will be created. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

The schema ARN in which the new Facet will be created. For more information, see arns.

\n@return The schema ARN in which the new Facet will be created. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

The schema ARN in which the new Facet will be created. For more information, see arns.

\n@param schemaArn The schema ARN in which the new Facet will be created. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

The schema ARN in which the new Facet will be created. For more information, see arns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Facet, which is unique for a given schema.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

The name of the Facet, which is unique for a given schema.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the Facet, which is unique for a given schema.

\n@param name The name of the Facet, which is unique for a given schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the Facet, which is unique for a given schema.

\n@return The name of the Facet, which is unique for a given schema.", "getterModel" : { "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, "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 name of the Facet, which is unique for a given schema.

\n@param name The name of the Facet, which is unique for a given schema.", "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 name of the Facet, which is unique for a given schema.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "FacetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

The attributes that are associated with the Facet.

\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

The attributes that are associated with the Facet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

The attributes that are associated with the Facet.

\n@param attributes The attributes that are associated with the Facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

The attributes that are associated with the Facet.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The attributes that are associated with the Facet.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttribute)}.\n@param member a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttribute", "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, "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" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : "", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

The attributes that are associated with the Facet.

\n@param attributes The attributes that are associated with the Facet.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

The attributes that are associated with the Facet.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

  • Node: Can have multiple children but one parent.

  • Leaf node: Cannot have children but can have multiple parents.

  • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

  • Index: Can be created with the Index API.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

  • Node: Can have multiple children but one parent.

  • Leaf node: Cannot have children but can have multiple parents.

  • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

  • Index: Can be created with the Index API.

", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

  • Node: Can have multiple children but one parent.

  • Leaf node: Cannot have children but can have multiple parents.

  • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

  • Index: Can be created with the Index API.

\n@param objectType Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

  • Node: Can have multiple children but one parent.

  • Leaf node: Cannot have children but can have multiple parents.

  • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

  • Index: Can be created with the Index API.

  • \n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

    Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

    • Node: Can have multiple children but one parent.

    • Leaf node: Cannot have children but can have multiple parents.

    • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

    • Index: Can be created with the Index API.

    \n

    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

    \n@return Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

    • Node: Can have multiple children but one parent.

    • Leaf node: Cannot have children but can have multiple parents.

    • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

    • Index: Can be created with the Index API.

    • \n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

      Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

      • Node: Can have multiple children but one parent.

      • Leaf node: Cannot have children but can have multiple parents.

      • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

      • Index: Can be created with the Index API.

      \n@param objectType Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

      • Node: Can have multiple children but one parent.

      • Leaf node: Cannot have children but can have multiple parents.

      • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

      • Index: Can be created with the Index API.

      • \n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

        Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

        • Node: Can have multiple children but one parent.

        • Leaf node: Cannot have children but can have multiple parents.

        • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

        • Index: Can be created with the Index API.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetStyleAsString", "beanStyleSetterMethodName" : "setFacetStyle", "c2jName" : "FacetStyle", "c2jShape" : "FacetStyle", "defaultConsumerFluentSetterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetStyleAsString(String)}.\n@param facetStyle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetStyle(String)", "deprecated" : false, "documentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        ", "endpointDiscoveryId" : false, "enumType" : "FacetStyle", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "facetStyle", "fluentEnumSetterMethodName" : "facetStyle", "fluentGetterMethodName" : "facetStyleAsString", "fluentSetterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetStyle", "fluentSetterMethodName" : "facetStyle", "getterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \n

        \nIf the service returns an enum value that is not available in the current SDK version, {@link #facetStyle} will return {@link FacetStyle#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #facetStyleAsString}.\n

        \n@return There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetStyle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetStyle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetStyle", "sensitive" : false, "setterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "setterMethodName" : "setFacetStyle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "FacetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

        The attributes that are associated with the Facet.

        \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

        The attributes that are associated with the Facet.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

        The attributes that are associated with the Facet.

        \n@param attributes The attributes that are associated with the Facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

        The attributes that are associated with the Facet.

        \n

        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

        \n@return The attributes that are associated with the Facet.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttribute)}.\n@param member a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttribute", "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, "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" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : "", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

        The attributes that are associated with the Facet.

        \n@param attributes The attributes that are associated with the Facet.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

        The attributes that are associated with the Facet.

        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FacetStyle" : { "beanStyleGetterMethodName" : "getFacetStyleAsString", "beanStyleSetterMethodName" : "setFacetStyle", "c2jName" : "FacetStyle", "c2jShape" : "FacetStyle", "defaultConsumerFluentSetterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetStyleAsString(String)}.\n@param facetStyle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetStyle(String)", "deprecated" : false, "documentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        ", "endpointDiscoveryId" : false, "enumType" : "FacetStyle", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "facetStyle", "fluentEnumSetterMethodName" : "facetStyle", "fluentGetterMethodName" : "facetStyleAsString", "fluentSetterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetStyle", "fluentSetterMethodName" : "facetStyle", "getterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \n

        \nIf the service returns an enum value that is not available in the current SDK version, {@link #facetStyle} will return {@link FacetStyle#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #facetStyleAsString}.\n

        \n@return There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetStyle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetStyle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetStyle", "sensitive" : false, "setterDocumentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "setterMethodName" : "setFacetStyle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : "

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

        The name of the Facet, which is unique for a given schema.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

        The name of the Facet, which is unique for a given schema.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

        The name of the Facet, which is unique for a given schema.

        \n@param name The name of the Facet, which is unique for a given schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

        The name of the Facet, which is unique for a given schema.

        \n@return The name of the Facet, which is unique for a given schema.", "getterModel" : { "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, "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 name of the Facet, which is unique for a given schema.

        \n@param name The name of the Facet, which is unique for a given schema.", "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 name of the Facet, which is unique for a given schema.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectType" : { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

        Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

        • Node: Can have multiple children but one parent.

        • Leaf node: Cannot have children but can have multiple parents.

        • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

        • Index: Can be created with the Index API.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

        Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

        • Node: Can have multiple children but one parent.

        • Leaf node: Cannot have children but can have multiple parents.

        • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

        • Index: Can be created with the Index API.

        ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

        Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

        • Node: Can have multiple children but one parent.

        • Leaf node: Cannot have children but can have multiple parents.

        • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

        • Index: Can be created with the Index API.

        \n@param objectType Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

        • Node: Can have multiple children but one parent.

        • Leaf node: Cannot have children but can have multiple parents.

        • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

        • Index: Can be created with the Index API.

        • \n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

          Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

          • Node: Can have multiple children but one parent.

          • Leaf node: Cannot have children but can have multiple parents.

          • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

          • Index: Can be created with the Index API.

          \n

          \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

          \n@return Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

          • Node: Can have multiple children but one parent.

          • Leaf node: Cannot have children but can have multiple parents.

          • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

          • Index: Can be created with the Index API.

          • \n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

            Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

            • Node: Can have multiple children but one parent.

            • Leaf node: Cannot have children but can have multiple parents.

            • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

            • Index: Can be created with the Index API.

            \n@param objectType Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

            • Node: Can have multiple children but one parent.

            • Leaf node: Cannot have children but can have multiple parents.

            • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

            • Index: Can be created with the Index API.

            • \n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

              Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

              • Node: Can have multiple children but one parent.

              • Leaf node: Cannot have children but can have multiple parents.

              • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

              • Index: Can be created with the Index API.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \n@param schemaArn The schema ARN in which the new Facet will be created. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \n@return The schema ARN in which the new Facet will be created. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \n@param schemaArn The schema ARN in which the new Facet will be created. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \n@param schemaArn The schema ARN in which the new Facet will be created. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \n@return The schema ARN in which the new Facet will be created. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              \n@param schemaArn The schema ARN in which the new Facet will be created. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

              The schema ARN in which the new Facet will be created. For more information, see arns.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

              The name of the Facet, which is unique for a given schema.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

              The name of the Facet, which is unique for a given schema.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

              The name of the Facet, which is unique for a given schema.

              \n@param name The name of the Facet, which is unique for a given schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

              The name of the Facet, which is unique for a given schema.

              \n@return The name of the Facet, which is unique for a given schema.", "getterModel" : { "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, "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 name of the Facet, which is unique for a given schema.

              \n@param name The name of the Facet, which is unique for a given schema.", "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 name of the Facet, which is unique for a given schema.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "FacetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

              The attributes that are associated with the Facet.

              \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

              The attributes that are associated with the Facet.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

              The attributes that are associated with the Facet.

              \n@param attributes The attributes that are associated with the Facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

              The attributes that are associated with the Facet.

              \n

              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

              \n@return The attributes that are associated with the Facet.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttribute)}.\n@param member a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttribute", "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, "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" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : "", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

              The attributes that are associated with the Facet.

              \n@param attributes The attributes that are associated with the Facet.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

              The attributes that are associated with the Facet.

              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

              Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

              • Node: Can have multiple children but one parent.

              • Leaf node: Cannot have children but can have multiple parents.

              • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

              • Index: Can be created with the Index API.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

              Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

              • Node: Can have multiple children but one parent.

              • Leaf node: Cannot have children but can have multiple parents.

              • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

              • Index: Can be created with the Index API.

              ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

              Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

              • Node: Can have multiple children but one parent.

              • Leaf node: Cannot have children but can have multiple parents.

              • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

              • Index: Can be created with the Index API.

              \n@param objectType Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

              • Node: Can have multiple children but one parent.

              • Leaf node: Cannot have children but can have multiple parents.

              • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

              • Index: Can be created with the Index API.

              • \n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

                • Node: Can have multiple children but one parent.

                • Leaf node: Cannot have children but can have multiple parents.

                • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

                • Index: Can be created with the Index API.

                \n

                \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                \n@return Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

                • Node: Can have multiple children but one parent.

                • Leaf node: Cannot have children but can have multiple parents.

                • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

                • Index: Can be created with the Index API.

                • \n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                  Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

                  • Node: Can have multiple children but one parent.

                  • Leaf node: Cannot have children but can have multiple parents.

                  • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

                  • Index: Can be created with the Index API.

                  \n@param objectType Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

                  • Node: Can have multiple children but one parent.

                  • Leaf node: Cannot have children but can have multiple parents.

                  • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

                  • Index: Can be created with the Index API.

                  • \n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                    Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

                    • Node: Can have multiple children but one parent.

                    • Leaf node: Cannot have children but can have multiple parents.

                    • Policy: Allows you to store a policy document and policy type. For more information, see Policies.

                    • Index: Can be created with the Index API.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetStyleAsString", "beanStyleSetterMethodName" : "setFacetStyle", "c2jName" : "FacetStyle", "c2jShape" : "FacetStyle", "defaultConsumerFluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetStyleAsString(String)}.\n@param facetStyle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetStyle(String)", "deprecated" : false, "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetStyle", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "facetStyle", "fluentEnumSetterMethodName" : "facetStyle", "fluentGetterMethodName" : "facetStyleAsString", "fluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetStyle", "fluentSetterMethodName" : "facetStyle", "getterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #facetStyle} will return {@link FacetStyle#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #facetStyleAsString}.\n

                    \n@return There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetStyle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetStyle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetStyle", "sensitive" : false, "setterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "setterMethodName" : "setFacetStyle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "CreateFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateFacetRequest", "variableName" : "createFacetRequest", "variableType" : "CreateFacetRequest", "documentation" : null, "simpleType" : "CreateFacetRequest", "variableSetterType" : "CreateFacetRequest" }, "wrapper" : false }, "CreateFacetResponse" : { "c2jName" : "CreateFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateFacetResponse", "variableName" : "createFacetResponse", "variableType" : "CreateFacetResponse", "documentation" : null, "simpleType" : "CreateFacetResponse", "variableSetterType" : "CreateFacetResponse" }, "wrapper" : false }, "CreateIndexRequest" : { "c2jName" : "CreateIndexRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateIndex", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/index", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory where the index should be 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory where the index should be created.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@param directoryArn The ARN of the directory where the index should be created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@return The ARN of the directory where the index should be created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@param directoryArn The ARN of the directory where the index should be created.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory where the index should be created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOrderedIndexedAttributeList", "beanStyleSetterMethodName" : "setOrderedIndexedAttributeList", "c2jName" : "OrderedIndexedAttributeList", "c2jShape" : "AttributeKeyList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \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 #orderedIndexedAttributeList(List)}.\n@param orderedIndexedAttributeList 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 #orderedIndexedAttributeList(List)", "deprecated" : false, "documentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "orderedIndexedAttributeList", "fluentSetterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderedIndexedAttributeList", "getterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "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" : "OrderedIndexedAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderedIndexedAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKey)}.\n@param member a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKey)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKey", "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, "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" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : "", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKey", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKey", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrderedIndexedAttributeList", "sensitive" : false, "setterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "setterMethodName" : "setOrderedIndexedAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsUnique", "beanStyleSetterMethodName" : "setIsUnique", "c2jName" : "IsUnique", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \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 #isUnique(Boolean)}.\n@param isUnique 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 #isUnique(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isUnique", "fluentSetterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isUnique", "getterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@return Indicates whether the attribute that is being indexed has unique values or not.", "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" : "IsUnique", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsUnique", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsUnique", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.", "setterMethodName" : "setIsUnique", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the parent object that contains the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@param parentReference A reference to the parent object that contains the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@return A reference to the parent object that contains the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@param parentReference A reference to the parent object that contains the index object.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the parent object that contains the index object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of the link between the parent object and the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@param linkName The name of the link between the parent object and the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@return The name of the link between the parent object and the index 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@param linkName The name of the link between the parent object and the index object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of the link between the parent object and the index object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory where the index should be 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory where the index should be created.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@param directoryArn The ARN of the directory where the index should be created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@return The ARN of the directory where the index should be created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@param directoryArn The ARN of the directory where the index should be created.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory where the index should be created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IsUnique" : { "beanStyleGetterMethodName" : "getIsUnique", "beanStyleSetterMethodName" : "setIsUnique", "c2jName" : "IsUnique", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \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 #isUnique(Boolean)}.\n@param isUnique 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 #isUnique(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isUnique", "fluentSetterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isUnique", "getterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@return Indicates whether the attribute that is being indexed has unique values or not.", "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" : "IsUnique", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsUnique", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsUnique", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.", "setterMethodName" : "setIsUnique", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of the link between the parent object and the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@param linkName The name of the link between the parent object and the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@return The name of the link between the parent object and the index 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@param linkName The name of the link between the parent object and the index object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of the link between the parent object and the index object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OrderedIndexedAttributeList" : { "beanStyleGetterMethodName" : "getOrderedIndexedAttributeList", "beanStyleSetterMethodName" : "setOrderedIndexedAttributeList", "c2jName" : "OrderedIndexedAttributeList", "c2jShape" : "AttributeKeyList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \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 #orderedIndexedAttributeList(List)}.\n@param orderedIndexedAttributeList 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 #orderedIndexedAttributeList(List)", "deprecated" : false, "documentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "orderedIndexedAttributeList", "fluentSetterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderedIndexedAttributeList", "getterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "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" : "OrderedIndexedAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderedIndexedAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKey)}.\n@param member a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKey)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKey", "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, "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" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : "", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKey", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKey", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrderedIndexedAttributeList", "sensitive" : false, "setterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "setterMethodName" : "setOrderedIndexedAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the parent object that contains the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@param parentReference A reference to the parent object that contains the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@return A reference to the parent object that contains the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@param parentReference A reference to the parent object that contains the index object.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the parent object that contains the index object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory where the index should be 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory where the index should be created.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@param directoryArn The ARN of the directory where the index should be created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@return The ARN of the directory where the index should be created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory where the index should be created.

                    \n@param directoryArn The ARN of the directory where the index should be created.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory where the index should be created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOrderedIndexedAttributeList", "beanStyleSetterMethodName" : "setOrderedIndexedAttributeList", "c2jName" : "OrderedIndexedAttributeList", "c2jShape" : "AttributeKeyList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \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 #orderedIndexedAttributeList(List)}.\n@param orderedIndexedAttributeList 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 #orderedIndexedAttributeList(List)", "deprecated" : false, "documentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "orderedIndexedAttributeList", "fluentSetterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderedIndexedAttributeList", "getterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "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" : "OrderedIndexedAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderedIndexedAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKey)}.\n@param member a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKey)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKey", "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, "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" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "member", "variableType" : "AttributeKey", "documentation" : "", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKey", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKey", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrderedIndexedAttributeList", "sensitive" : false, "setterDocumentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    \n@param orderedIndexedAttributeList Specifies the attributes that should be indexed on. Currently only a single attribute is supported.", "setterMethodName" : "setOrderedIndexedAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderedIndexedAttributeList", "variableType" : "java.util.List", "documentation" : "

                    Specifies the attributes that should be indexed on. Currently only a single attribute is supported.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsUnique", "beanStyleSetterMethodName" : "setIsUnique", "c2jName" : "IsUnique", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \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 #isUnique(Boolean)}.\n@param isUnique 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 #isUnique(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isUnique", "fluentSetterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isUnique", "getterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@return Indicates whether the attribute that is being indexed has unique values or not.", "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" : "IsUnique", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsUnique", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsUnique", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    \n@param isUnique Indicates whether the attribute that is being indexed has unique values or not.", "setterMethodName" : "setIsUnique", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isUnique", "variableType" : "Boolean", "documentation" : "

                    Indicates whether the attribute that is being indexed has unique values or not.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the parent object that contains the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@param parentReference A reference to the parent object that contains the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@return A reference to the parent object that contains the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the parent object that contains the index object.

                    \n@param parentReference A reference to the parent object that contains the index object.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the parent object that contains the index object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of the link between the parent object and the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@param linkName The name of the link between the parent object and the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@return The name of the link between the parent object and the index 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of the link between the parent object and the index object.

                    \n@param linkName The name of the link between the parent object and the index object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of the link between the parent object and the index object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "OrderedIndexedAttributeList", "IsUnique" ], "shapeName" : "CreateIndexRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateIndexRequest", "variableName" : "createIndexRequest", "variableType" : "CreateIndexRequest", "documentation" : null, "simpleType" : "CreateIndexRequest", "variableSetterType" : "CreateIndexRequest" }, "wrapper" : false }, "CreateIndexResponse" : { "c2jName" : "CreateIndexResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@param objectIdentifier The ObjectIdentifier of the index created by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@return The ObjectIdentifier of the index created by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@param objectIdentifier The ObjectIdentifier of the index created by this operation.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@param objectIdentifier The ObjectIdentifier of the index created by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@return The ObjectIdentifier of the index created by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@param objectIdentifier The ObjectIdentifier of the index created by this operation.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@param objectIdentifier The ObjectIdentifier of the index created by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@return The ObjectIdentifier of the index created by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    \n@param objectIdentifier The ObjectIdentifier of the index created by this operation.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the index created by this operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateIndexResponse", "variableName" : "createIndexResponse", "variableType" : "CreateIndexResponse", "documentation" : null, "simpleType" : "CreateIndexResponse", "variableSetterType" : "CreateIndexResponse" }, "wrapper" : false }, "CreateObjectRequest" : { "c2jName" : "CreateObjectRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateObject", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n@param schemaFacets A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n@param schemaFacets A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n@param objectAttributeList The attribute map whose attribute ARN contains the key and attribute value as the map value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attribute map whose attribute ARN contains the key and attribute value as the map value.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n@param objectAttributeList The attribute map whose attribute ARN contains the key and attribute value as the map value.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    If specified, the parent reference to which this object will be attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@param parentReference If specified, the parent reference to which this object will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@return If specified, the parent reference to which this object will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@param parentReference If specified, the parent reference to which this object will be attached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    If specified, the parent reference to which this object will be attached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of link that is used to attach this object to a parent.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@param linkName The name of link that is used to attach this object to a parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@return The name of link that is used to attach this object to a parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@param linkName The name of link that is used to attach this object to a parent.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of link that is used to attach this object to a parent.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of link that is used to attach this object to a parent.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@param linkName The name of link that is used to attach this object to a parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@return The name of link that is used to attach this object to a parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@param linkName The name of link that is used to attach this object to a parent.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of link that is used to attach this object to a parent.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectAttributeList" : { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n@param objectAttributeList The attribute map whose attribute ARN contains the key and attribute value as the map value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attribute map whose attribute ARN contains the key and attribute value as the map value.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n@param objectAttributeList The attribute map whose attribute ARN contains the key and attribute value as the map value.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    If specified, the parent reference to which this object will be attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@param parentReference If specified, the parent reference to which this object will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@return If specified, the parent reference to which this object will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@param parentReference If specified, the parent reference to which this object will be attached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    If specified, the parent reference to which this object will be attached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacets" : { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n@param schemaFacets A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n@param schemaFacets A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n@param schemaFacets A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    \n@param schemaFacets A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

                    A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeList", "beanStyleSetterMethodName" : "setObjectAttributeList", "c2jName" : "ObjectAttributeList", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \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 #objectAttributeList(List)}.\n@param objectAttributeList 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 #objectAttributeList(List)", "deprecated" : false, "documentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeList", "fluentSetterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n@param objectAttributeList The attribute map whose attribute ARN contains the key and attribute value as the map value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeList", "getterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attribute map whose attribute ARN contains the key and attribute value as the map value.", "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" : "ObjectAttributeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObjectAttributeList", "sensitive" : false, "setterDocumentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    \n@param objectAttributeList The attribute map whose attribute ARN contains the key and attribute value as the map value.", "setterMethodName" : "setObjectAttributeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectAttributeList", "variableType" : "java.util.List", "documentation" : "

                    The attribute map whose attribute ARN contains the key and attribute value as the map value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    If specified, the parent reference to which this object will be attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@param parentReference If specified, the parent reference to which this object will be attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@return If specified, the parent reference to which this object will be attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    If specified, the parent reference to which this object will be attached.

                    \n@param parentReference If specified, the parent reference to which this object will be attached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    If specified, the parent reference to which this object will be attached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of link that is used to attach this object to a parent.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@param linkName The name of link that is used to attach this object to a parent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@return The name of link that is used to attach this object to a parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of link that is used to attach this object to a parent.

                    \n@param linkName The name of link that is used to attach this object to a parent.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of link that is used to attach this object to a parent.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "SchemaFacets" ], "shapeName" : "CreateObjectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateObjectRequest", "variableName" : "createObjectRequest", "variableType" : "CreateObjectRequest", "documentation" : null, "simpleType" : "CreateObjectRequest", "variableSetterType" : "CreateObjectRequest" }, "wrapper" : false }, "CreateObjectResponse" : { "c2jName" : "CreateObjectResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier that is associated with the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The identifier that is associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@param objectIdentifier The identifier that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@return The identifier that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@param objectIdentifier The identifier that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The identifier that is associated with the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier that is associated with the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The identifier that is associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@param objectIdentifier The identifier that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@return The identifier that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@param objectIdentifier The identifier that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The identifier that is associated with the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier that is associated with the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The identifier that is associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@param objectIdentifier The identifier that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@return The identifier that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The identifier that is associated with the object.

                    \n@param objectIdentifier The identifier that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The identifier that is associated with the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateObjectResponse", "variableName" : "createObjectResponse", "variableType" : "CreateObjectResponse", "documentation" : null, "simpleType" : "CreateObjectResponse", "variableSetterType" : "CreateObjectResponse" }, "wrapper" : false }, "CreateSchemaRequest" : { "c2jName" : "CreateSchemaRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateSchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/create", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each 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 #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, "documentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    \n@param name The name that is associated with the schema. This is unique to each account and in each region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    \n@return The name that is associated with the schema. This is unique to each account and in each 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" : "Name", "queryString" : 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 name that is associated with the schema. This is unique to each account and in each region.

                    \n@param name The name that is associated with the schema. This is unique to each account and in each region.", "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 name that is associated with the schema. This is unique to each account and in each region.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each 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 #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, "documentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    \n@param name The name that is associated with the schema. This is unique to each account and in each region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    \n@return The name that is associated with the schema. This is unique to each account and in each 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" : "Name", "queryString" : 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 name that is associated with the schema. This is unique to each account and in each region.

                    \n@param name The name that is associated with the schema. This is unique to each account and in each region.", "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 name that is associated with the schema. This is unique to each account and in each region.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each 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 #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, "documentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    \n@param name The name that is associated with the schema. This is unique to each account and in each region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name that is associated with the schema. This is unique to each account and in each region.

                    \n@return The name that is associated with the schema. This is unique to each account and in each 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" : "Name", "queryString" : 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 name that is associated with the schema. This is unique to each account and in each region.

                    \n@param name The name that is associated with the schema. This is unique to each account and in each region.", "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 name that is associated with the schema. This is unique to each account and in each region.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "CreateSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSchemaRequest", "variableName" : "createSchemaRequest", "variableType" : "CreateSchemaRequest", "documentation" : null, "simpleType" : "CreateSchemaRequest", "variableSetterType" : "CreateSchemaRequest" }, "wrapper" : false }, "CreateSchemaResponse" : { "c2jName" : "CreateSchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateSchemaResponse", "variableName" : "createSchemaResponse", "variableType" : "CreateSchemaResponse", "documentation" : null, "simpleType" : "CreateSchemaResponse", "variableSetterType" : "CreateSchemaResponse" }, "wrapper" : false }, "CreateTypedLinkFacetRequest" : { "c2jName" : "CreateTypedLinkFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateTypedLinkFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/facet/create", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacet", "beanStyleSetterMethodName" : "setFacet", "c2jName" : "Facet", "c2jShape" : "TypedLinkFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkFacet.Builder} avoiding the need to create one manually via {@link TypedLinkFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkFacet.Builder#build()} is called immediately and its result is passed to {@link #facet(TypedLinkFacet)}.\n@param facet a consumer that will call methods on {@link TypedLinkFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facet(TypedLinkFacet)", "deprecated" : false, "documentation" : "

                    Facet structure that is associated with the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facet", "fluentSetterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@param facet Facet structure that is associated with the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facet", "getterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@return Facet structure that is associated with the typed link facet.", "getterModel" : { "returnType" : "TypedLinkFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Facet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Facet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Facet", "sensitive" : false, "setterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@param facet Facet structure that is associated with the typed link facet.", "setterMethodName" : "setFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "facet", "variableType" : "TypedLinkFacet", "documentation" : null, "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "facet", "variableType" : "TypedLinkFacet", "documentation" : "

                    Facet structure that is associated with the typed link facet.

                    ", "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Facet" : { "beanStyleGetterMethodName" : "getFacet", "beanStyleSetterMethodName" : "setFacet", "c2jName" : "Facet", "c2jShape" : "TypedLinkFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkFacet.Builder} avoiding the need to create one manually via {@link TypedLinkFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkFacet.Builder#build()} is called immediately and its result is passed to {@link #facet(TypedLinkFacet)}.\n@param facet a consumer that will call methods on {@link TypedLinkFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facet(TypedLinkFacet)", "deprecated" : false, "documentation" : "

                    Facet structure that is associated with the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facet", "fluentSetterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@param facet Facet structure that is associated with the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facet", "getterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@return Facet structure that is associated with the typed link facet.", "getterModel" : { "returnType" : "TypedLinkFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Facet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Facet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Facet", "sensitive" : false, "setterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@param facet Facet structure that is associated with the typed link facet.", "setterMethodName" : "setFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "facet", "variableType" : "TypedLinkFacet", "documentation" : null, "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "facet", "variableType" : "TypedLinkFacet", "documentation" : "

                    Facet structure that is associated with the typed link facet.

                    ", "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacet", "beanStyleSetterMethodName" : "setFacet", "c2jName" : "Facet", "c2jShape" : "TypedLinkFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkFacet.Builder} avoiding the need to create one manually via {@link TypedLinkFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkFacet.Builder#build()} is called immediately and its result is passed to {@link #facet(TypedLinkFacet)}.\n@param facet a consumer that will call methods on {@link TypedLinkFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facet(TypedLinkFacet)", "deprecated" : false, "documentation" : "

                    Facet structure that is associated with the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facet", "fluentSetterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@param facet Facet structure that is associated with the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facet", "getterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@return Facet structure that is associated with the typed link facet.", "getterModel" : { "returnType" : "TypedLinkFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Facet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Facet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Facet", "sensitive" : false, "setterDocumentation" : "

                    Facet structure that is associated with the typed link facet.

                    \n@param facet Facet structure that is associated with the typed link facet.", "setterMethodName" : "setFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "facet", "variableType" : "TypedLinkFacet", "documentation" : null, "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "facet", "variableType" : "TypedLinkFacet", "documentation" : "

                    Facet structure that is associated with the typed link facet.

                    ", "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Facet" ], "shapeName" : "CreateTypedLinkFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTypedLinkFacetRequest", "variableName" : "createTypedLinkFacetRequest", "variableType" : "CreateTypedLinkFacetRequest", "documentation" : null, "simpleType" : "CreateTypedLinkFacetRequest", "variableSetterType" : "CreateTypedLinkFacetRequest" }, "wrapper" : false }, "CreateTypedLinkFacetResponse" : { "c2jName" : "CreateTypedLinkFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateTypedLinkFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTypedLinkFacetResponse", "variableName" : "createTypedLinkFacetResponse", "variableType" : "CreateTypedLinkFacetResponse", "documentation" : null, "simpleType" : "CreateTypedLinkFacetResponse", "variableSetterType" : "CreateTypedLinkFacetResponse" }, "wrapper" : false }, "DeleteDirectoryRequest" : { "c2jName" : "DeleteDirectoryRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteDirectory", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/directory", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to delete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@param directoryArn The ARN of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@return The ARN of the directory to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@param directoryArn The ARN of the directory to delete.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to delete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@param directoryArn The ARN of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@return The ARN of the directory to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@param directoryArn The ARN of the directory to delete.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to delete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@param directoryArn The ARN of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@return The ARN of the directory to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to delete.

                    \n@param directoryArn The ARN of the directory to delete.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "DeleteDirectoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDirectoryRequest", "variableName" : "deleteDirectoryRequest", "variableType" : "DeleteDirectoryRequest", "documentation" : null, "simpleType" : "DeleteDirectoryRequest", "variableSetterType" : "DeleteDirectoryRequest" }, "wrapper" : false }, "DeleteDirectoryResponse" : { "c2jName" : "DeleteDirectoryResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the deleted directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the deleted directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@param directoryArn The ARN of the deleted directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@return The ARN of the deleted directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@param directoryArn The ARN of the deleted directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the deleted directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the deleted directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the deleted directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@param directoryArn The ARN of the deleted directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@return The ARN of the deleted directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@param directoryArn The ARN of the deleted directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the deleted directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the deleted directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the deleted directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@param directoryArn The ARN of the deleted directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@return The ARN of the deleted directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the deleted directory.

                    \n@param directoryArn The ARN of the deleted directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the deleted directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "DeleteDirectoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDirectoryResponse", "variableName" : "deleteDirectoryResponse", "variableType" : "DeleteDirectoryResponse", "documentation" : null, "simpleType" : "DeleteDirectoryResponse", "variableSetterType" : "DeleteDirectoryResponse" }, "wrapper" : false }, "DeleteFacetRequest" : { "c2jName" : "DeleteFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/facet/delete", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet to delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet to delete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet to delete.

                    \n@param name The name of the facet to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet to delete.

                    \n@return The name of the facet to delete.", "getterModel" : { "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, "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 name of the facet to delete.

                    \n@param name The name of the facet to delete.", "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 name of the facet to delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet to delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet to delete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet to delete.

                    \n@param name The name of the facet to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet to delete.

                    \n@return The name of the facet to delete.", "getterModel" : { "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, "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 name of the facet to delete.

                    \n@param name The name of the facet to delete.", "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 name of the facet to delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet to delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet to delete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet to delete.

                    \n@param name The name of the facet to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet to delete.

                    \n@return The name of the facet to delete.", "getterModel" : { "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, "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 name of the facet to delete.

                    \n@param name The name of the facet to delete.", "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 name of the facet to delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "DeleteFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteFacetRequest", "variableName" : "deleteFacetRequest", "variableType" : "DeleteFacetRequest", "documentation" : null, "simpleType" : "DeleteFacetRequest", "variableSetterType" : "DeleteFacetRequest" }, "wrapper" : false }, "DeleteFacetResponse" : { "c2jName" : "DeleteFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteFacetResponse", "variableName" : "deleteFacetResponse", "variableType" : "DeleteFacetResponse", "documentation" : null, "simpleType" : "DeleteFacetResponse", "variableSetterType" : "DeleteFacetResponse" }, "wrapper" : false }, "DeleteObjectRequest" : { "c2jName" : "DeleteObjectRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteObject", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/delete", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference that identifies the object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference that identifies the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference that identifies the object.

                    \n@param objectReference A reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference that identifies the object.

                    \n@return A reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference that identifies the object.

                    \n@param objectReference A reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference that identifies the object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference that identifies the object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference that identifies the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference that identifies the object.

                    \n@param objectReference A reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference that identifies the object.

                    \n@return A reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference that identifies the object.

                    \n@param objectReference A reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference that identifies the object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference that identifies the object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference that identifies the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference that identifies the object.

                    \n@param objectReference A reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference that identifies the object.

                    \n@return A reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference that identifies the object.

                    \n@param objectReference A reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference that identifies the object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "DeleteObjectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteObjectRequest", "variableName" : "deleteObjectRequest", "variableType" : "DeleteObjectRequest", "documentation" : null, "simpleType" : "DeleteObjectRequest", "variableSetterType" : "DeleteObjectRequest" }, "wrapper" : false }, "DeleteObjectResponse" : { "c2jName" : "DeleteObjectResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteObjectResponse", "variableName" : "deleteObjectResponse", "variableType" : "DeleteObjectResponse", "documentation" : null, "simpleType" : "DeleteObjectResponse", "variableSetterType" : "DeleteObjectResponse" }, "wrapper" : false }, "DeleteSchemaRequest" : { "c2jName" : "DeleteSchemaRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteSchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn" ], "shapeName" : "DeleteSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSchemaRequest", "variableName" : "deleteSchemaRequest", "variableType" : "DeleteSchemaRequest", "documentation" : null, "simpleType" : "DeleteSchemaRequest", "variableSetterType" : "DeleteSchemaRequest" }, "wrapper" : false }, "DeleteSchemaResponse" : { "c2jName" : "DeleteSchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@param schemaArn The input ARN that is returned as part of the response. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@return The input ARN that is returned as part of the response. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@param schemaArn The input ARN that is returned as part of the response. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@param schemaArn The input ARN that is returned as part of the response. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@return The input ARN that is returned as part of the response. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@param schemaArn The input ARN that is returned as part of the response. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@param schemaArn The input ARN that is returned as part of the response. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@return The input ARN that is returned as part of the response. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    \n@param schemaArn The input ARN that is returned as part of the response. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The input ARN that is returned as part of the response. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSchemaResponse", "variableName" : "deleteSchemaResponse", "variableType" : "DeleteSchemaResponse", "documentation" : null, "simpleType" : "DeleteSchemaResponse", "variableSetterType" : "DeleteSchemaResponse" }, "wrapper" : false }, "DeleteTypedLinkFacetRequest" : { "c2jName" : "DeleteTypedLinkFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteTypedLinkFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "DeleteTypedLinkFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTypedLinkFacetRequest", "variableName" : "deleteTypedLinkFacetRequest", "variableType" : "DeleteTypedLinkFacetRequest", "documentation" : null, "simpleType" : "DeleteTypedLinkFacetRequest", "variableSetterType" : "DeleteTypedLinkFacetRequest" }, "wrapper" : false }, "DeleteTypedLinkFacetResponse" : { "c2jName" : "DeleteTypedLinkFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteTypedLinkFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTypedLinkFacetResponse", "variableName" : "deleteTypedLinkFacetResponse", "variableType" : "DeleteTypedLinkFacetResponse", "documentation" : null, "simpleType" : "DeleteTypedLinkFacetResponse", "variableSetterType" : "DeleteTypedLinkFacetResponse" }, "wrapper" : false }, "DetachFromIndexRequest" : { "c2jName" : "DetachFromIndexRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DetachFromIndex", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/index/detach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory the index and object exist in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@return The Amazon Resource Name (ARN) of the directory the index and object exist in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory the index and object exist in.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the index object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

                    A reference to the index object.

                    \n@param indexReference A reference to the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

                    A reference to the index object.

                    \n@return A reference to the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the index object.

                    \n@param indexReference A reference to the index object.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the index object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object being detached from the index.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object being detached from the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@param targetReference A reference to the object being detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@return A reference to the object being detached from the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@param targetReference A reference to the object being detached from the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object being detached from the index.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory the index and object exist in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@return The Amazon Resource Name (ARN) of the directory the index and object exist in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory the index and object exist in.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexReference" : { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the index object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

                    A reference to the index object.

                    \n@param indexReference A reference to the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

                    A reference to the index object.

                    \n@return A reference to the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the index object.

                    \n@param indexReference A reference to the index object.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the index object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetReference" : { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object being detached from the index.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object being detached from the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@param targetReference A reference to the object being detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@return A reference to the object being detached from the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@param targetReference A reference to the object being detached from the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object being detached from the index.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory the index and object exist in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@return The Amazon Resource Name (ARN) of the directory the index and object exist in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory the index and object exist in.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory the index and object exist in.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the index object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the index object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

                    A reference to the index object.

                    \n@param indexReference A reference to the index object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

                    A reference to the index object.

                    \n@return A reference to the index object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the index object.

                    \n@param indexReference A reference to the index object.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the index object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object being detached from the index.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object being detached from the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@param targetReference A reference to the object being detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@return A reference to the object being detached from the index.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object being detached from the index.

                    \n@param targetReference A reference to the object being detached from the index.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object being detached from the index.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "IndexReference", "TargetReference" ], "shapeName" : "DetachFromIndexRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachFromIndexRequest", "variableName" : "detachFromIndexRequest", "variableType" : "DetachFromIndexRequest", "documentation" : null, "simpleType" : "DetachFromIndexRequest", "variableSetterType" : "DetachFromIndexRequest" }, "wrapper" : false }, "DetachFromIndexResponse" : { "c2jName" : "DetachFromIndexResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@return The ObjectIdentifier of the object that was detached from the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DetachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@return The ObjectIdentifier of the object that was detached from the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@return The ObjectIdentifier of the object that was detached from the index.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    \n@param detachedObjectIdentifier The ObjectIdentifier of the object that was detached from the index.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the object that was detached from the index.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetachFromIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DetachFromIndexResponse", "variableName" : "detachFromIndexResponse", "variableType" : "DetachFromIndexResponse", "documentation" : null, "simpleType" : "DetachFromIndexResponse", "variableSetterType" : "DetachFromIndexResponse" }, "wrapper" : false }, "DetachObjectRequest" : { "c2jName" : "DetachObjectRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DetachObject", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/detach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@param parentReference The parent reference from which the object with the specified link name is detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@return The parent reference from which the object with the specified link name is detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@param parentReference The parent reference from which the object with the specified link name is detached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The link name associated with the object that needs to be detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@param linkName The link name associated with the object that needs to be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@return The link name associated with the object that needs to be detached.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@param linkName The link name associated with the object that needs to be detached.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The link name associated with the object that needs to be detached.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The link name associated with the object that needs to be detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@param linkName The link name associated with the object that needs to be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@return The link name associated with the object that needs to be detached.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@param linkName The link name associated with the object that needs to be detached.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The link name associated with the object that needs to be detached.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentReference" : { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@param parentReference The parent reference from which the object with the specified link name is detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@return The parent reference from which the object with the specified link name is detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@param parentReference The parent reference from which the object with the specified link name is detached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentReference", "beanStyleSetterMethodName" : "setParentReference", "c2jName" : "ParentReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #parentReference(ObjectReference)}.\n@param parentReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentReference", "fluentSetterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@param parentReference The parent reference from which the object with the specified link name is detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentReference", "getterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@return The parent reference from which the object with the specified link name is detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParentReference", "sensitive" : false, "setterDocumentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    \n@param parentReference The parent reference from which the object with the specified link name is detached.", "setterMethodName" : "setParentReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "parentReference", "variableType" : "ObjectReference", "documentation" : "

                    The parent reference from which the object with the specified link name is detached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The link name associated with the object that needs to be detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@param linkName The link name associated with the object that needs to be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@return The link name associated with the object that needs to be detached.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The link name associated with the object that needs to be detached.

                    \n@param linkName The link name associated with the object that needs to be detached.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The link name associated with the object that needs to be detached.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ParentReference", "LinkName" ], "shapeName" : "DetachObjectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachObjectRequest", "variableName" : "detachObjectRequest", "variableType" : "DetachObjectRequest", "documentation" : null, "simpleType" : "DetachObjectRequest", "variableSetterType" : "DetachObjectRequest" }, "wrapper" : false }, "DetachObjectResponse" : { "c2jName" : "DetachObjectResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier that was detached from the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@param detachedObjectIdentifier The ObjectIdentifier that was detached from the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@return The ObjectIdentifier that was detached from the 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" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@param detachedObjectIdentifier The ObjectIdentifier that was detached from the object.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier that was detached from the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DetachedObjectIdentifier" : { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier that was detached from the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@param detachedObjectIdentifier The ObjectIdentifier that was detached from the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@return The ObjectIdentifier that was detached from the 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" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@param detachedObjectIdentifier The ObjectIdentifier that was detached from the object.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier that was detached from the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDetachedObjectIdentifier", "beanStyleSetterMethodName" : "setDetachedObjectIdentifier", "c2jName" : "DetachedObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #detachedObjectIdentifier(String)}.\n@param detachedObjectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #detachedObjectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier that was detached from the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detachedObjectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@param detachedObjectIdentifier The ObjectIdentifier that was detached from the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detachedObjectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@return The ObjectIdentifier that was detached from the 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" : "DetachedObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DetachedObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetachedObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier that was detached from the object.

                    \n@param detachedObjectIdentifier The ObjectIdentifier that was detached from the object.", "setterMethodName" : "setDetachedObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detachedObjectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier that was detached from the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetachObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DetachObjectResponse", "variableName" : "detachObjectResponse", "variableType" : "DetachObjectResponse", "documentation" : null, "simpleType" : "DetachObjectResponse", "variableSetterType" : "DetachObjectResponse" }, "wrapper" : false }, "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DetachPolicy", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/policy/detach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the policy object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the policy object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@param policyReference Reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@return Reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@param policyReference Reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the policy object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@param objectReference Reference that identifies the object whose policy object will be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@return Reference that identifies the object whose policy object will be detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@param objectReference Reference that identifies the object whose policy object will be detached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@param objectReference Reference that identifies the object whose policy object will be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@return Reference that identifies the object whose policy object will be detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@param objectReference Reference that identifies the object whose policy object will be detached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "PolicyReference" : { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the policy object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the policy object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@param policyReference Reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@return Reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@param policyReference Reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the policy object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the policy object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the policy object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@param policyReference Reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@return Reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the policy object.

                    \n@param policyReference Reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the policy object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@param objectReference Reference that identifies the object whose policy object will be detached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@return Reference that identifies the object whose policy object will be detached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    \n@param objectReference Reference that identifies the object whose policy object will be detached.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose policy object will be detached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "PolicyReference", "ObjectReference" ], "shapeName" : "DetachPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachPolicyRequest", "variableName" : "detachPolicyRequest", "variableType" : "DetachPolicyRequest", "documentation" : null, "simpleType" : "DetachPolicyRequest", "variableSetterType" : "DetachPolicyRequest" }, "wrapper" : false }, "DetachPolicyResponse" : { "c2jName" : "DetachPolicyResponse", "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, "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 }, "DetachTypedLinkRequest" : { "c2jName" : "DetachTypedLinkRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DetachTypedLink", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/detach", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                    Used to accept a typed link specifier as input.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@param typedLinkSpecifier Used to accept a typed link specifier as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@return Used to accept a typed link specifier as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@param typedLinkSpecifier Used to accept a typed link specifier as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                    Used to accept a typed link specifier as input.

                    ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                    Used to accept a typed link specifier as input.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@param typedLinkSpecifier Used to accept a typed link specifier as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@return Used to accept a typed link specifier as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@param typedLinkSpecifier Used to accept a typed link specifier as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                    Used to accept a typed link specifier as input.

                    ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                    Used to accept a typed link specifier as input.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@param typedLinkSpecifier Used to accept a typed link specifier as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@return Used to accept a typed link specifier as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                    Used to accept a typed link specifier as input.

                    \n@param typedLinkSpecifier Used to accept a typed link specifier as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                    Used to accept a typed link specifier as input.

                    ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "TypedLinkSpecifier" ], "shapeName" : "DetachTypedLinkRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachTypedLinkRequest", "variableName" : "detachTypedLinkRequest", "variableType" : "DetachTypedLinkRequest", "documentation" : null, "simpleType" : "DetachTypedLinkRequest", "variableSetterType" : "DetachTypedLinkRequest" }, "wrapper" : false }, "DetachTypedLinkResponse" : { "c2jName" : "DetachTypedLinkResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetachTypedLinkResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DetachTypedLinkResponse", "variableName" : "detachTypedLinkResponse", "variableType" : "DetachTypedLinkResponse", "documentation" : null, "simpleType" : "DetachTypedLinkResponse", "variableSetterType" : "DetachTypedLinkResponse" }, "wrapper" : false }, "Directory" : { "c2jName" : "Directory", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Directory structure that includes the directory name and directory ARN.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the directory.

                    \n@param name The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the directory.

                    \n@return The name of the directory.", "getterModel" : { "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, "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 name of the directory.

                    \n@param name The name of the directory.", "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 name of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "DirectoryState", "defaultConsumerFluentSetterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    ", "endpointDiscoveryId" : false, "enumType" : "DirectoryState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link DirectoryState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                    \n@return The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "getterModel" : { "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, "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 state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "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 state of the directory. Can be either Enabled, Disabled, or Deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDateTime", "beanStyleSetterMethodName" : "setCreationDateTime", "c2jName" : "CreationDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the directory was created.

                    \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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the directory was created.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDateTime", "fluentSetterDocumentation" : "

                    The date and time when the directory was created.

                    \n@param creationDateTime The date and time when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDateTime", "getterDocumentation" : "

                    The date and time when the directory was created.

                    \n@return The date and time when the directory was created.", "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" : "CreationDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the directory was created.

                    \n@param creationDateTime The date and time when the directory was created.", "setterMethodName" : "setCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the directory was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDateTime" : { "beanStyleGetterMethodName" : "getCreationDateTime", "beanStyleSetterMethodName" : "setCreationDateTime", "c2jName" : "CreationDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the directory was created.

                    \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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the directory was created.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDateTime", "fluentSetterDocumentation" : "

                    The date and time when the directory was created.

                    \n@param creationDateTime The date and time when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDateTime", "getterDocumentation" : "

                    The date and time when the directory was created.

                    \n@return The date and time when the directory was created.", "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" : "CreationDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the directory was created.

                    \n@param creationDateTime The date and time when the directory was created.", "setterMethodName" : "setCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the directory was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the directory.

                    \n@param name The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the directory.

                    \n@return The name of the directory.", "getterModel" : { "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, "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 name of the directory.

                    \n@param name The name of the directory.", "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 name of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "DirectoryState", "defaultConsumerFluentSetterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    ", "endpointDiscoveryId" : false, "enumType" : "DirectoryState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link DirectoryState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                    \n@return The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "getterModel" : { "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, "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 state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "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 state of the directory. Can be either Enabled, Disabled, or Deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "DirectoryName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the directory.

                    \n@param name The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the directory.

                    \n@return The name of the directory.", "getterModel" : { "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, "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 name of the directory.

                    \n@param name The name of the directory.", "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 name of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "DirectoryState", "defaultConsumerFluentSetterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    ", "endpointDiscoveryId" : false, "enumType" : "DirectoryState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                    The state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link DirectoryState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                    \n@return The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "getterModel" : { "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, "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 state of the directory. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directory. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "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 state of the directory. Can be either Enabled, Disabled, or Deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDateTime", "beanStyleSetterMethodName" : "setCreationDateTime", "c2jName" : "CreationDateTime", "c2jShape" : "Date", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the directory was created.

                    \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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the directory was created.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDateTime", "fluentSetterDocumentation" : "

                    The date and time when the directory was created.

                    \n@param creationDateTime The date and time when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDateTime", "getterDocumentation" : "

                    The date and time when the directory was created.

                    \n@return The date and time when the directory was created.", "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" : "CreationDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the directory was created.

                    \n@param creationDateTime The date and time when the directory was created.", "setterMethodName" : "setCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the directory was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Directory", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "wrapper" : false }, "DirectoryAlreadyExistsException" : { "c2jName" : "DirectoryAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DirectoryAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DirectoryAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DirectoryAlreadyExistsException", "variableName" : "directoryAlreadyExistsException", "variableType" : "DirectoryAlreadyExistsException", "documentation" : null, "simpleType" : "DirectoryAlreadyExistsException", "variableSetterType" : "DirectoryAlreadyExistsException" }, "wrapper" : false }, "DirectoryDeletedException" : { "c2jName" : "DirectoryDeletedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DirectoryDeletedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DirectoryDeletedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DirectoryDeletedException", "variableName" : "directoryDeletedException", "variableType" : "DirectoryDeletedException", "documentation" : null, "simpleType" : "DirectoryDeletedException", "variableSetterType" : "DirectoryDeletedException" }, "wrapper" : false }, "DirectoryNotDisabledException" : { "c2jName" : "DirectoryNotDisabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    An operation can only operate on a disabled directory.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DirectoryNotDisabledException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DirectoryNotDisabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DirectoryNotDisabledException", "variableName" : "directoryNotDisabledException", "variableType" : "DirectoryNotDisabledException", "documentation" : null, "simpleType" : "DirectoryNotDisabledException", "variableSetterType" : "DirectoryNotDisabledException" }, "wrapper" : false }, "DirectoryNotEnabledException" : { "c2jName" : "DirectoryNotEnabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Operations are only permitted on enabled directories.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DirectoryNotEnabledException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DirectoryNotEnabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DirectoryNotEnabledException", "variableName" : "directoryNotEnabledException", "variableType" : "DirectoryNotEnabledException", "documentation" : null, "simpleType" : "DirectoryNotEnabledException", "variableSetterType" : "DirectoryNotEnabledException" }, "wrapper" : false }, "DirectoryState" : { "c2jName" : "DirectoryState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "DISABLED", "value" : "DISABLED" }, { "name" : "DELETED", "value" : "DELETED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DirectoryState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DirectoryState", "variableName" : "directoryState", "variableType" : "DirectoryState", "documentation" : null, "simpleType" : "DirectoryState", "variableSetterType" : "DirectoryState" }, "wrapper" : false }, "DisableDirectoryRequest" : { "c2jName" : "DisableDirectoryRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DisableDirectory", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/directory/disable", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to disable.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to disable.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@param directoryArn The ARN of the directory to disable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@return The ARN of the directory to disable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@param directoryArn The ARN of the directory to disable.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to disable.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to disable.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to disable.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@param directoryArn The ARN of the directory to disable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@return The ARN of the directory to disable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@param directoryArn The ARN of the directory to disable.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to disable.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to disable.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to disable.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@param directoryArn The ARN of the directory to disable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@return The ARN of the directory to disable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to disable.

                    \n@param directoryArn The ARN of the directory to disable.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to disable.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "DisableDirectoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableDirectoryRequest", "variableName" : "disableDirectoryRequest", "variableType" : "DisableDirectoryRequest", "documentation" : null, "simpleType" : "DisableDirectoryRequest", "variableSetterType" : "DisableDirectoryRequest" }, "wrapper" : false }, "DisableDirectoryResponse" : { "c2jName" : "DisableDirectoryResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory that has been disabled.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@param directoryArn The ARN of the directory that has been disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@return The ARN of the directory that has been disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@param directoryArn The ARN of the directory that has been disabled.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory that has been disabled.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory that has been disabled.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@param directoryArn The ARN of the directory that has been disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@return The ARN of the directory that has been disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@param directoryArn The ARN of the directory that has been disabled.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory that has been disabled.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory that has been disabled.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@param directoryArn The ARN of the directory that has been disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@return The ARN of the directory that has been disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory that has been disabled.

                    \n@param directoryArn The ARN of the directory that has been disabled.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory that has been disabled.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "DisableDirectoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisableDirectoryResponse", "variableName" : "disableDirectoryResponse", "variableType" : "DisableDirectoryResponse", "documentation" : null, "simpleType" : "DisableDirectoryResponse", "variableSetterType" : "DisableDirectoryResponse" }, "wrapper" : false }, "EnableDirectoryRequest" : { "c2jName" : "EnableDirectoryRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "EnableDirectory", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/directory/enable", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to enable.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@param directoryArn The ARN of the directory to enable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@return The ARN of the directory to enable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@param directoryArn The ARN of the directory to enable.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to enable.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to enable.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@param directoryArn The ARN of the directory to enable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@return The ARN of the directory to enable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@param directoryArn The ARN of the directory to enable.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to enable.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to enable.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@param directoryArn The ARN of the directory to enable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@return The ARN of the directory to enable.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to enable.

                    \n@param directoryArn The ARN of the directory to enable.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to enable.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "EnableDirectoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableDirectoryRequest", "variableName" : "enableDirectoryRequest", "variableType" : "EnableDirectoryRequest", "documentation" : null, "simpleType" : "EnableDirectoryRequest", "variableSetterType" : "EnableDirectoryRequest" }, "wrapper" : false }, "EnableDirectoryResponse" : { "c2jName" : "EnableDirectoryResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the enabled directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the enabled directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@param directoryArn The ARN of the enabled directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@return The ARN of the enabled directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@param directoryArn The ARN of the enabled directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the enabled directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the enabled directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the enabled directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@param directoryArn The ARN of the enabled directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@return The ARN of the enabled directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@param directoryArn The ARN of the enabled directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the enabled directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the enabled directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the enabled directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@param directoryArn The ARN of the enabled directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@return The ARN of the enabled directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the enabled directory.

                    \n@param directoryArn The ARN of the enabled directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the enabled directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "EnableDirectoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableDirectoryResponse", "variableName" : "enableDirectoryResponse", "variableType" : "EnableDirectoryResponse", "documentation" : null, "simpleType" : "EnableDirectoryResponse", "variableSetterType" : "EnableDirectoryResponse" }, "wrapper" : false }, "Facet" : { "c2jName" : "Facet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes. See Facets for more information.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the Facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the Facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the Facet.

                    \n@param name The name of the Facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the Facet.

                    \n@return The name of the Facet.", "getterModel" : { "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, "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 name of the Facet.

                    \n@param name The name of the Facet.", "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 name of the Facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                    \n@return The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetStyleAsString", "beanStyleSetterMethodName" : "setFacetStyle", "c2jName" : "FacetStyle", "c2jShape" : "FacetStyle", "defaultConsumerFluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetStyleAsString(String)}.\n@param facetStyle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetStyle(String)", "deprecated" : false, "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetStyle", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "facetStyle", "fluentEnumSetterMethodName" : "facetStyle", "fluentGetterMethodName" : "facetStyleAsString", "fluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetStyle", "fluentSetterMethodName" : "facetStyle", "getterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #facetStyle} will return {@link FacetStyle#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #facetStyleAsString}.\n

                    \n@return There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetStyle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetStyle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetStyle", "sensitive" : false, "setterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "setterMethodName" : "setFacetStyle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FacetStyle" : { "beanStyleGetterMethodName" : "getFacetStyleAsString", "beanStyleSetterMethodName" : "setFacetStyle", "c2jName" : "FacetStyle", "c2jShape" : "FacetStyle", "defaultConsumerFluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetStyleAsString(String)}.\n@param facetStyle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetStyle(String)", "deprecated" : false, "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetStyle", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "facetStyle", "fluentEnumSetterMethodName" : "facetStyle", "fluentGetterMethodName" : "facetStyleAsString", "fluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetStyle", "fluentSetterMethodName" : "facetStyle", "getterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #facetStyle} will return {@link FacetStyle#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #facetStyleAsString}.\n

                    \n@return There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetStyle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetStyle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetStyle", "sensitive" : false, "setterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "setterMethodName" : "setFacetStyle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the Facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the Facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the Facet.

                    \n@param name The name of the Facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the Facet.

                    \n@return The name of the Facet.", "getterModel" : { "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, "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 name of the Facet.

                    \n@param name The name of the Facet.", "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 name of the Facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectType" : { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                    \n@return The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the Facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the Facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the Facet.

                    \n@param name The name of the Facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the Facet.

                    \n@return The name of the Facet.", "getterModel" : { "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, "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 name of the Facet.

                    \n@param name The name of the Facet.", "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 name of the Facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                    \n@return The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                    The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetStyleAsString", "beanStyleSetterMethodName" : "setFacetStyle", "c2jName" : "FacetStyle", "c2jShape" : "FacetStyle", "defaultConsumerFluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetStyleAsString(String)}.\n@param facetStyle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetStyle(String)", "deprecated" : false, "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetStyle", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "facetStyle", "fluentEnumSetterMethodName" : "facetStyle", "fluentGetterMethodName" : "facetStyleAsString", "fluentSetterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetStyle", "fluentSetterMethodName" : "facetStyle", "getterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #facetStyle} will return {@link FacetStyle#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #facetStyleAsString}.\n

                    \n@return There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetStyle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetStyle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetStyle", "sensitive" : false, "setterDocumentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    \n@param facetStyle There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.\n@see FacetStyle", "setterMethodName" : "setFacetStyle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetStyle", "variableType" : "String", "documentation" : "

                    There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Facet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : null, "simpleType" : "Facet", "variableSetterType" : "Facet" }, "wrapper" : false }, "FacetAlreadyExistsException" : { "c2jName" : "FacetAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A facet with the same name already exists.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FacetAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FacetAlreadyExistsException", "variableName" : "facetAlreadyExistsException", "variableType" : "FacetAlreadyExistsException", "documentation" : null, "simpleType" : "FacetAlreadyExistsException", "variableSetterType" : "FacetAlreadyExistsException" }, "wrapper" : false }, "FacetAttribute" : { "c2jName" : "FacetAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    An attribute that is associated with the Facet.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet attribute.

                    \n@param name The name of the facet attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet attribute.

                    \n@return The name of the facet attribute.", "getterModel" : { "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, "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 name of the facet attribute.

                    \n@param name The name of the facet attribute.", "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 name of the facet attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeDefinition", "beanStyleSetterMethodName" : "setAttributeDefinition", "c2jName" : "AttributeDefinition", "c2jShape" : "FacetAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link FacetAttributeDefinition.Builder} avoiding the need to create one manually via {@link FacetAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #attributeDefinition(FacetAttributeDefinition)}.\n@param attributeDefinition a consumer that will call methods on {@link FacetAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeDefinition(FacetAttributeDefinition)", "deprecated" : false, "documentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeDefinition", "fluentSetterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@param attributeDefinition A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeDefinition", "getterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@return A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.", "getterModel" : { "returnType" : "FacetAttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeDefinition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeDefinition", "sensitive" : false, "setterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@param attributeDefinition A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.", "setterMethodName" : "setAttributeDefinition", "setterModel" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : null, "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    ", "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeReference", "beanStyleSetterMethodName" : "setAttributeReference", "c2jName" : "AttributeReference", "c2jShape" : "FacetAttributeReference", "defaultConsumerFluentSetterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link FacetAttributeReference.Builder} avoiding the need to create one manually via {@link FacetAttributeReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeReference.Builder#build()} is called immediately and its result is passed to {@link #attributeReference(FacetAttributeReference)}.\n@param attributeReference a consumer that will call methods on {@link FacetAttributeReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeReference(FacetAttributeReference)", "deprecated" : false, "documentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeReference", "fluentSetterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@param attributeReference An attribute reference that is associated with the attribute. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeReference", "getterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@return An attribute reference that is associated with the attribute. See Attribute References for more information.", "getterModel" : { "returnType" : "FacetAttributeReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeReference", "sensitive" : false, "setterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@param attributeReference An attribute reference that is associated with the attribute. See Attribute References for more information.", "setterMethodName" : "setAttributeReference", "setterModel" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "attributeReference", "variableType" : "FacetAttributeReference", "documentation" : null, "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "attributeReference", "variableType" : "FacetAttributeReference", "documentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    ", "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequiredBehaviorAsString", "beanStyleSetterMethodName" : "setRequiredBehavior", "c2jName" : "RequiredBehavior", "c2jShape" : "RequiredAttributeBehavior", "defaultConsumerFluentSetterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requiredBehaviorAsString(String)}.\n@param requiredBehavior a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requiredBehavior(String)", "deprecated" : false, "documentation" : "

                    The required behavior of the FacetAttribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "RequiredAttributeBehavior", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "requiredBehavior", "fluentEnumSetterMethodName" : "requiredBehavior", "fluentGetterMethodName" : "requiredBehaviorAsString", "fluentSetterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n@param requiredBehavior The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiredAttributeBehavior", "fluentSetterMethodName" : "requiredBehavior", "getterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #requiredBehavior} will return {@link RequiredAttributeBehavior#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #requiredBehaviorAsString}.\n

                    \n@return The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequiredBehavior", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiredBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequiredBehavior", "sensitive" : false, "setterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n@param requiredBehavior The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior", "setterMethodName" : "setRequiredBehavior", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : "

                    The required behavior of the FacetAttribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeDefinition" : { "beanStyleGetterMethodName" : "getAttributeDefinition", "beanStyleSetterMethodName" : "setAttributeDefinition", "c2jName" : "AttributeDefinition", "c2jShape" : "FacetAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link FacetAttributeDefinition.Builder} avoiding the need to create one manually via {@link FacetAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #attributeDefinition(FacetAttributeDefinition)}.\n@param attributeDefinition a consumer that will call methods on {@link FacetAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeDefinition(FacetAttributeDefinition)", "deprecated" : false, "documentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeDefinition", "fluentSetterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@param attributeDefinition A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeDefinition", "getterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@return A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.", "getterModel" : { "returnType" : "FacetAttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeDefinition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeDefinition", "sensitive" : false, "setterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@param attributeDefinition A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.", "setterMethodName" : "setAttributeDefinition", "setterModel" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : null, "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    ", "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "xmlNameSpaceUri" : null }, "AttributeReference" : { "beanStyleGetterMethodName" : "getAttributeReference", "beanStyleSetterMethodName" : "setAttributeReference", "c2jName" : "AttributeReference", "c2jShape" : "FacetAttributeReference", "defaultConsumerFluentSetterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link FacetAttributeReference.Builder} avoiding the need to create one manually via {@link FacetAttributeReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeReference.Builder#build()} is called immediately and its result is passed to {@link #attributeReference(FacetAttributeReference)}.\n@param attributeReference a consumer that will call methods on {@link FacetAttributeReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeReference(FacetAttributeReference)", "deprecated" : false, "documentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeReference", "fluentSetterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@param attributeReference An attribute reference that is associated with the attribute. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeReference", "getterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@return An attribute reference that is associated with the attribute. See Attribute References for more information.", "getterModel" : { "returnType" : "FacetAttributeReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeReference", "sensitive" : false, "setterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@param attributeReference An attribute reference that is associated with the attribute. See Attribute References for more information.", "setterMethodName" : "setAttributeReference", "setterModel" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "attributeReference", "variableType" : "FacetAttributeReference", "documentation" : null, "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "attributeReference", "variableType" : "FacetAttributeReference", "documentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    ", "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet attribute.

                    \n@param name The name of the facet attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet attribute.

                    \n@return The name of the facet attribute.", "getterModel" : { "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, "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 name of the facet attribute.

                    \n@param name The name of the facet attribute.", "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 name of the facet attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RequiredBehavior" : { "beanStyleGetterMethodName" : "getRequiredBehaviorAsString", "beanStyleSetterMethodName" : "setRequiredBehavior", "c2jName" : "RequiredBehavior", "c2jShape" : "RequiredAttributeBehavior", "defaultConsumerFluentSetterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requiredBehaviorAsString(String)}.\n@param requiredBehavior a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requiredBehavior(String)", "deprecated" : false, "documentation" : "

                    The required behavior of the FacetAttribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "RequiredAttributeBehavior", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "requiredBehavior", "fluentEnumSetterMethodName" : "requiredBehavior", "fluentGetterMethodName" : "requiredBehaviorAsString", "fluentSetterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n@param requiredBehavior The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiredAttributeBehavior", "fluentSetterMethodName" : "requiredBehavior", "getterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #requiredBehavior} will return {@link RequiredAttributeBehavior#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #requiredBehaviorAsString}.\n

                    \n@return The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequiredBehavior", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiredBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequiredBehavior", "sensitive" : false, "setterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n@param requiredBehavior The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior", "setterMethodName" : "setRequiredBehavior", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : "

                    The required behavior of the FacetAttribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet attribute.

                    \n@param name The name of the facet attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet attribute.

                    \n@return The name of the facet attribute.", "getterModel" : { "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, "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 name of the facet attribute.

                    \n@param name The name of the facet attribute.", "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 name of the facet attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeDefinition", "beanStyleSetterMethodName" : "setAttributeDefinition", "c2jName" : "AttributeDefinition", "c2jShape" : "FacetAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link FacetAttributeDefinition.Builder} avoiding the need to create one manually via {@link FacetAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #attributeDefinition(FacetAttributeDefinition)}.\n@param attributeDefinition a consumer that will call methods on {@link FacetAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeDefinition(FacetAttributeDefinition)", "deprecated" : false, "documentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeDefinition", "fluentSetterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@param attributeDefinition A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeDefinition", "getterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@return A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.", "getterModel" : { "returnType" : "FacetAttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeDefinition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeDefinition", "sensitive" : false, "setterDocumentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    \n@param attributeDefinition A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.", "setterMethodName" : "setAttributeDefinition", "setterModel" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : null, "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : "

                    A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

                    ", "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeReference", "beanStyleSetterMethodName" : "setAttributeReference", "c2jName" : "AttributeReference", "c2jShape" : "FacetAttributeReference", "defaultConsumerFluentSetterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link FacetAttributeReference.Builder} avoiding the need to create one manually via {@link FacetAttributeReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeReference.Builder#build()} is called immediately and its result is passed to {@link #attributeReference(FacetAttributeReference)}.\n@param attributeReference a consumer that will call methods on {@link FacetAttributeReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeReference(FacetAttributeReference)", "deprecated" : false, "documentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeReference", "fluentSetterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@param attributeReference An attribute reference that is associated with the attribute. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeReference", "getterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@return An attribute reference that is associated with the attribute. See Attribute References for more information.", "getterModel" : { "returnType" : "FacetAttributeReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeReference", "sensitive" : false, "setterDocumentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    \n@param attributeReference An attribute reference that is associated with the attribute. See Attribute References for more information.", "setterMethodName" : "setAttributeReference", "setterModel" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "attributeReference", "variableType" : "FacetAttributeReference", "documentation" : null, "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "attributeReference", "variableType" : "FacetAttributeReference", "documentation" : "

                    An attribute reference that is associated with the attribute. See Attribute References for more information.

                    ", "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequiredBehaviorAsString", "beanStyleSetterMethodName" : "setRequiredBehavior", "c2jName" : "RequiredBehavior", "c2jShape" : "RequiredAttributeBehavior", "defaultConsumerFluentSetterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requiredBehaviorAsString(String)}.\n@param requiredBehavior a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requiredBehavior(String)", "deprecated" : false, "documentation" : "

                    The required behavior of the FacetAttribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "RequiredAttributeBehavior", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "requiredBehavior", "fluentEnumSetterMethodName" : "requiredBehavior", "fluentGetterMethodName" : "requiredBehaviorAsString", "fluentSetterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n@param requiredBehavior The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiredAttributeBehavior", "fluentSetterMethodName" : "requiredBehavior", "getterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #requiredBehavior} will return {@link RequiredAttributeBehavior#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #requiredBehaviorAsString}.\n

                    \n@return The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequiredBehavior", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiredBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequiredBehavior", "sensitive" : false, "setterDocumentation" : "

                    The required behavior of the FacetAttribute.

                    \n@param requiredBehavior The required behavior of the FacetAttribute.\n@see RequiredAttributeBehavior", "setterMethodName" : "setRequiredBehavior", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : "

                    The required behavior of the FacetAttribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "FacetAttribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "facetAttribute", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "wrapper" : false }, "FacetAttributeDefinition" : { "c2jName" : "FacetAttributeDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A facet attribute definition. See Attribute References for more information.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "FacetAttributeType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of the attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The type of the attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetAttributeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                    The type of the attribute.

                    \n@param type The type of the attribute.\n@see FacetAttributeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetAttributeType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                    The type of the attribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link FacetAttributeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                    \n@return The type of the attribute.\n@see FacetAttributeType", "getterModel" : { "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, "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 attribute.

                    \n@param type The type of the attribute.\n@see FacetAttributeType", "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 attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The default value of the attribute (if configured).

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(TypedAttributeValue)}.\n@param defaultValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The default value of the attribute (if configured).

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@param defaultValue The default value of the attribute (if configured).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@return The default value of the attribute (if configured).", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@param defaultValue The default value of the attribute (if configured).", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The default value of the attribute (if configured).

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsImmutable", "beanStyleSetterMethodName" : "setIsImmutable", "c2jName" : "IsImmutable", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \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 #isImmutable(Boolean)}.\n@param isImmutable 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 #isImmutable(Boolean)", "deprecated" : false, "documentation" : "

                    Whether the attribute is mutable or not.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isImmutable", "fluentSetterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@param isImmutable Whether the attribute is mutable or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isImmutable", "getterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@return Whether the attribute is mutable or not.", "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" : "IsImmutable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsImmutable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsImmutable", "sensitive" : false, "setterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@param isImmutable Whether the attribute is mutable or not.", "setterMethodName" : "setIsImmutable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : "

                    Whether the attribute is mutable or not.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "RuleMap", "defaultConsumerFluentSetterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #rules(Map)}.\n@param rules a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(Map)", "deprecated" : false, "documentation" : "

                    Validation rules attached to the attribute definition.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n@param rules Validation rules attached to the attribute definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Validation rules attached to the attribute definition.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #value(Rule)}.\n@param value a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Rule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Rule", "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n@param rules Validation rules attached to the attribute definition.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : "

                    Validation rules attached to the attribute definition.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The default value of the attribute (if configured).

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(TypedAttributeValue)}.\n@param defaultValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The default value of the attribute (if configured).

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@param defaultValue The default value of the attribute (if configured).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@return The default value of the attribute (if configured).", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@param defaultValue The default value of the attribute (if configured).", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The default value of the attribute (if configured).

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, "IsImmutable" : { "beanStyleGetterMethodName" : "getIsImmutable", "beanStyleSetterMethodName" : "setIsImmutable", "c2jName" : "IsImmutable", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \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 #isImmutable(Boolean)}.\n@param isImmutable 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 #isImmutable(Boolean)", "deprecated" : false, "documentation" : "

                    Whether the attribute is mutable or not.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isImmutable", "fluentSetterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@param isImmutable Whether the attribute is mutable or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isImmutable", "getterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@return Whether the attribute is mutable or not.", "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" : "IsImmutable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsImmutable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsImmutable", "sensitive" : false, "setterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@param isImmutable Whether the attribute is mutable or not.", "setterMethodName" : "setIsImmutable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : "

                    Whether the attribute is mutable or not.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Rules" : { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "RuleMap", "defaultConsumerFluentSetterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #rules(Map)}.\n@param rules a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(Map)", "deprecated" : false, "documentation" : "

                    Validation rules attached to the attribute definition.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n@param rules Validation rules attached to the attribute definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Validation rules attached to the attribute definition.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #value(Rule)}.\n@param value a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Rule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Rule", "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n@param rules Validation rules attached to the attribute definition.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : "

                    Validation rules attached to the attribute definition.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "FacetAttributeType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of the attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The type of the attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetAttributeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                    The type of the attribute.

                    \n@param type The type of the attribute.\n@see FacetAttributeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetAttributeType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                    The type of the attribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link FacetAttributeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                    \n@return The type of the attribute.\n@see FacetAttributeType", "getterModel" : { "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, "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 attribute.

                    \n@param type The type of the attribute.\n@see FacetAttributeType", "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 attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "FacetAttributeType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of the attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The type of the attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "FacetAttributeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                    The type of the attribute.

                    \n@param type The type of the attribute.\n@see FacetAttributeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetAttributeType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                    The type of the attribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link FacetAttributeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                    \n@return The type of the attribute.\n@see FacetAttributeType", "getterModel" : { "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, "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 attribute.

                    \n@param type The type of the attribute.\n@see FacetAttributeType", "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 attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The default value of the attribute (if configured).

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(TypedAttributeValue)}.\n@param defaultValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The default value of the attribute (if configured).

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@param defaultValue The default value of the attribute (if configured).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@return The default value of the attribute (if configured).", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

                    The default value of the attribute (if configured).

                    \n@param defaultValue The default value of the attribute (if configured).", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The default value of the attribute (if configured).

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsImmutable", "beanStyleSetterMethodName" : "setIsImmutable", "c2jName" : "IsImmutable", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \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 #isImmutable(Boolean)}.\n@param isImmutable 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 #isImmutable(Boolean)", "deprecated" : false, "documentation" : "

                    Whether the attribute is mutable or not.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isImmutable", "fluentSetterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@param isImmutable Whether the attribute is mutable or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isImmutable", "getterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@return Whether the attribute is mutable or not.", "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" : "IsImmutable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsImmutable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsImmutable", "sensitive" : false, "setterDocumentation" : "

                    Whether the attribute is mutable or not.

                    \n@param isImmutable Whether the attribute is mutable or not.", "setterMethodName" : "setIsImmutable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : "

                    Whether the attribute is mutable or not.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "RuleMap", "defaultConsumerFluentSetterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #rules(Map)}.\n@param rules a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(Map)", "deprecated" : false, "documentation" : "

                    Validation rules attached to the attribute definition.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n@param rules Validation rules attached to the attribute definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Validation rules attached to the attribute definition.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #value(Rule)}.\n@param value a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Rule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Rule", "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                    Validation rules attached to the attribute definition.

                    \n@param rules Validation rules attached to the attribute definition.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : "

                    Validation rules attached to the attribute definition.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Type" ], "shapeName" : "FacetAttributeDefinition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FacetAttributeDefinition", "variableName" : "facetAttributeDefinition", "variableType" : "FacetAttributeDefinition", "documentation" : null, "simpleType" : "FacetAttributeDefinition", "variableSetterType" : "FacetAttributeDefinition" }, "wrapper" : false }, "FacetAttributeReference" : { "c2jName" : "FacetAttributeReference", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTargetFacetName", "beanStyleSetterMethodName" : "setTargetFacetName", "c2jName" : "TargetFacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetFacetName(String)}.\n@param targetFacetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetFacetName(String)", "deprecated" : false, "documentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetFacetName", "fluentSetterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetFacetName The target facet name that is associated with the facet reference. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetFacetName", "getterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@return The target facet name that is associated with the facet reference. See Attribute References for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetFacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetFacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetFacetName", "sensitive" : false, "setterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetFacetName The target facet name that is associated with the facet reference. See Attribute References for more information.", "setterMethodName" : "setTargetFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetFacetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetFacetName", "variableType" : "String", "documentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetAttributeName", "beanStyleSetterMethodName" : "setTargetAttributeName", "c2jName" : "TargetAttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAttributeName(String)}.\n@param targetAttributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetAttributeName(String)", "deprecated" : false, "documentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetAttributeName", "fluentSetterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetAttributeName The target attribute name that is associated with the facet reference. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetAttributeName", "getterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@return The target attribute name that is associated with the facet reference. See Attribute References for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetAttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetAttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetAttributeName", "sensitive" : false, "setterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetAttributeName The target attribute name that is associated with the facet reference. See Attribute References for more information.", "setterMethodName" : "setTargetAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetAttributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetAttributeName", "variableType" : "String", "documentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetAttributeName" : { "beanStyleGetterMethodName" : "getTargetAttributeName", "beanStyleSetterMethodName" : "setTargetAttributeName", "c2jName" : "TargetAttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAttributeName(String)}.\n@param targetAttributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetAttributeName(String)", "deprecated" : false, "documentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetAttributeName", "fluentSetterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetAttributeName The target attribute name that is associated with the facet reference. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetAttributeName", "getterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@return The target attribute name that is associated with the facet reference. See Attribute References for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetAttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetAttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetAttributeName", "sensitive" : false, "setterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetAttributeName The target attribute name that is associated with the facet reference. See Attribute References for more information.", "setterMethodName" : "setTargetAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetAttributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetAttributeName", "variableType" : "String", "documentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetFacetName" : { "beanStyleGetterMethodName" : "getTargetFacetName", "beanStyleSetterMethodName" : "setTargetFacetName", "c2jName" : "TargetFacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetFacetName(String)}.\n@param targetFacetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetFacetName(String)", "deprecated" : false, "documentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetFacetName", "fluentSetterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetFacetName The target facet name that is associated with the facet reference. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetFacetName", "getterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@return The target facet name that is associated with the facet reference. See Attribute References for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetFacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetFacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetFacetName", "sensitive" : false, "setterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetFacetName The target facet name that is associated with the facet reference. See Attribute References for more information.", "setterMethodName" : "setTargetFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetFacetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetFacetName", "variableType" : "String", "documentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTargetFacetName", "beanStyleSetterMethodName" : "setTargetFacetName", "c2jName" : "TargetFacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetFacetName(String)}.\n@param targetFacetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetFacetName(String)", "deprecated" : false, "documentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetFacetName", "fluentSetterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetFacetName The target facet name that is associated with the facet reference. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetFacetName", "getterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@return The target facet name that is associated with the facet reference. See Attribute References for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetFacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetFacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetFacetName", "sensitive" : false, "setterDocumentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetFacetName The target facet name that is associated with the facet reference. See Attribute References for more information.", "setterMethodName" : "setTargetFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetFacetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetFacetName", "variableType" : "String", "documentation" : "

                    The target facet name that is associated with the facet reference. See Attribute References for more information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetAttributeName", "beanStyleSetterMethodName" : "setTargetAttributeName", "c2jName" : "TargetAttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAttributeName(String)}.\n@param targetAttributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetAttributeName(String)", "deprecated" : false, "documentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetAttributeName", "fluentSetterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetAttributeName The target attribute name that is associated with the facet reference. See Attribute References for more information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetAttributeName", "getterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@return The target attribute name that is associated with the facet reference. See Attribute References for more information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetAttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetAttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetAttributeName", "sensitive" : false, "setterDocumentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    \n@param targetAttributeName The target attribute name that is associated with the facet reference. See Attribute References for more information.", "setterMethodName" : "setTargetAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetAttributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetAttributeName", "variableType" : "String", "documentation" : "

                    The target attribute name that is associated with the facet reference. See Attribute References for more information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetFacetName", "TargetAttributeName" ], "shapeName" : "FacetAttributeReference", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FacetAttributeReference", "variableName" : "facetAttributeReference", "variableType" : "FacetAttributeReference", "documentation" : null, "simpleType" : "FacetAttributeReference", "variableSetterType" : "FacetAttributeReference" }, "wrapper" : false }, "FacetAttributeType" : { "c2jName" : "FacetAttributeType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "STRING", "value" : "STRING" }, { "name" : "BINARY", "value" : "BINARY" }, { "name" : "BOOLEAN", "value" : "BOOLEAN" }, { "name" : "NUMBER", "value" : "NUMBER" }, { "name" : "DATETIME", "value" : "DATETIME" }, { "name" : "VARIANT", "value" : "VARIANT" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetAttributeType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FacetAttributeType", "variableName" : "facetAttributeType", "variableType" : "FacetAttributeType", "documentation" : null, "simpleType" : "FacetAttributeType", "variableSetterType" : "FacetAttributeType" }, "wrapper" : false }, "FacetAttributeUpdate" : { "c2jName" : "FacetAttributeUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A structure that contains information used to update an attribute.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "Attribute", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "

                    The attribute to update.

                    \nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #attribute(FacetAttribute)}.\n@param attribute a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(FacetAttribute)", "deprecated" : false, "documentation" : "

                    The attribute to update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

                    The attribute to update.

                    \n@param attribute The attribute to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

                    The attribute to update.

                    \n@return The attribute to update.", "getterModel" : { "returnType" : "FacetAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

                    The attribute to update.

                    \n@param attribute The attribute to update.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "attribute", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "attribute", "variableType" : "FacetAttribute", "documentation" : "

                    The attribute to update.

                    ", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform when updating the attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The action to perform when updating the attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                    The action to perform when updating the attribute.

                    \n@param action The action to perform when updating the attribute.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                    The action to perform when updating the attribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                    \n@return The action to perform when updating the attribute.\n@see UpdateActionType", "getterModel" : { "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, "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 action to perform when updating the attribute.

                    \n@param action The action to perform when updating the attribute.\n@see UpdateActionType", "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 action to perform when updating the attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform when updating the attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The action to perform when updating the attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                    The action to perform when updating the attribute.

                    \n@param action The action to perform when updating the attribute.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                    The action to perform when updating the attribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                    \n@return The action to perform when updating the attribute.\n@see UpdateActionType", "getterModel" : { "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, "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 action to perform when updating the attribute.

                    \n@param action The action to perform when updating the attribute.\n@see UpdateActionType", "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 action to perform when updating the attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Attribute" : { "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "Attribute", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "

                    The attribute to update.

                    \nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #attribute(FacetAttribute)}.\n@param attribute a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(FacetAttribute)", "deprecated" : false, "documentation" : "

                    The attribute to update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

                    The attribute to update.

                    \n@param attribute The attribute to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

                    The attribute to update.

                    \n@return The attribute to update.", "getterModel" : { "returnType" : "FacetAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

                    The attribute to update.

                    \n@param attribute The attribute to update.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "attribute", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "attribute", "variableType" : "FacetAttribute", "documentation" : "

                    The attribute to update.

                    ", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "Attribute", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "

                    The attribute to update.

                    \nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #attribute(FacetAttribute)}.\n@param attribute a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(FacetAttribute)", "deprecated" : false, "documentation" : "

                    The attribute to update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

                    The attribute to update.

                    \n@param attribute The attribute to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

                    The attribute to update.

                    \n@return The attribute to update.", "getterModel" : { "returnType" : "FacetAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

                    The attribute to update.

                    \n@param attribute The attribute to update.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "attribute", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "attribute", "variableType" : "FacetAttribute", "documentation" : "

                    The attribute to update.

                    ", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform when updating the attribute.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The action to perform when updating the attribute.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                    The action to perform when updating the attribute.

                    \n@param action The action to perform when updating the attribute.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                    The action to perform when updating the attribute.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                    \n@return The action to perform when updating the attribute.\n@see UpdateActionType", "getterModel" : { "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, "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 action to perform when updating the attribute.

                    \n@param action The action to perform when updating the attribute.\n@see UpdateActionType", "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 action to perform when updating the attribute.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetAttributeUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FacetAttributeUpdate", "variableName" : "facetAttributeUpdate", "variableType" : "FacetAttributeUpdate", "documentation" : null, "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "wrapper" : false }, "FacetInUseException" : { "c2jName" : "FacetInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Occurs when deleting a facet that contains an attribute that is a target to an attribute reference in a different facet.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FacetInUseException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FacetInUseException", "variableName" : "facetInUseException", "variableType" : "FacetInUseException", "documentation" : null, "simpleType" : "FacetInUseException", "variableSetterType" : "FacetInUseException" }, "wrapper" : false }, "FacetNotFoundException" : { "c2jName" : "FacetNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The specified Facet could not be found.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FacetNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FacetNotFoundException", "variableName" : "facetNotFoundException", "variableType" : "FacetNotFoundException", "documentation" : null, "simpleType" : "FacetNotFoundException", "variableSetterType" : "FacetNotFoundException" }, "wrapper" : false }, "FacetStyle" : { "c2jName" : "FacetStyle", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "STATIC", "value" : "STATIC" }, { "name" : "DYNAMIC", "value" : "DYNAMIC" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetStyle", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FacetStyle", "variableName" : "facetStyle", "variableType" : "FacetStyle", "documentation" : null, "simpleType" : "FacetStyle", "variableSetterType" : "FacetStyle" }, "wrapper" : false }, "FacetValidationException" : { "c2jName" : "FacetValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The Facet that you provided was not well formed or could not be validated with the schema.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FacetValidationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FacetValidationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FacetValidationException", "variableName" : "facetValidationException", "variableType" : "FacetValidationException", "documentation" : null, "simpleType" : "FacetValidationException", "variableSetterType" : "FacetValidationException" }, "wrapper" : false }, "GetAppliedSchemaVersionRequest" : { "c2jName" : "GetAppliedSchemaVersionRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetAppliedSchemaVersion", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/getappliedschema", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the applied schema.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the applied schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the applied schema.

                    \n@param schemaArn The ARN of the applied schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the applied schema.

                    \n@return The ARN of the applied schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the applied schema.

                    \n@param schemaArn The ARN of the applied schema.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the applied schema.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the applied schema.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the applied schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the applied schema.

                    \n@param schemaArn The ARN of the applied schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the applied schema.

                    \n@return The ARN of the applied schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the applied schema.

                    \n@param schemaArn The ARN of the applied schema.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the applied schema.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the applied schema.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the applied schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the applied schema.

                    \n@param schemaArn The ARN of the applied schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the applied schema.

                    \n@return The ARN of the applied schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the applied schema.

                    \n@param schemaArn The ARN of the applied schema.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the applied schema.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn" ], "shapeName" : "GetAppliedSchemaVersionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAppliedSchemaVersionRequest", "variableName" : "getAppliedSchemaVersionRequest", "variableType" : "GetAppliedSchemaVersionRequest", "documentation" : null, "simpleType" : "GetAppliedSchemaVersionRequest", "variableSetterType" : "GetAppliedSchemaVersionRequest" }, "wrapper" : false }, "GetAppliedSchemaVersionResponse" : { "c2jName" : "GetAppliedSchemaVersionResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@param appliedSchemaArn Current applied schema ARN, including the minor version in use if one was provided.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@return Current applied schema ARN, including the minor version in use if one was provided.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@param appliedSchemaArn Current applied schema ARN, including the minor version in use if one was provided.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppliedSchemaArn" : { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@param appliedSchemaArn Current applied schema ARN, including the minor version in use if one was provided.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@return Current applied schema ARN, including the minor version in use if one was provided.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@param appliedSchemaArn Current applied schema ARN, including the minor version in use if one was provided.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAppliedSchemaArn", "beanStyleSetterMethodName" : "setAppliedSchemaArn", "c2jName" : "AppliedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appliedSchemaArn(String)}.\n@param appliedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedSchemaArn(String)", "deprecated" : false, "documentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedSchemaArn", "fluentSetterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@param appliedSchemaArn Current applied schema ARN, including the minor version in use if one was provided.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedSchemaArn", "getterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@return Current applied schema ARN, including the minor version in use if one was provided.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppliedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    \n@param appliedSchemaArn Current applied schema ARN, including the minor version in use if one was provided.", "setterMethodName" : "setAppliedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedSchemaArn", "variableType" : "String", "documentation" : "

                    Current applied schema ARN, including the minor version in use if one was provided.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppliedSchemaVersionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAppliedSchemaVersionResponse", "variableName" : "getAppliedSchemaVersionResponse", "variableType" : "GetAppliedSchemaVersionResponse", "documentation" : null, "simpleType" : "GetAppliedSchemaVersionResponse", "variableSetterType" : "GetAppliedSchemaVersionResponse" }, "wrapper" : false }, "GetDirectoryRequest" : { "c2jName" : "GetDirectoryRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetDirectory", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/directory/get", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory.

                    \n@return The ARN of the directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory.

                    \n@return The ARN of the directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "DirectoryArn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory.

                    \n@return The ARN of the directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "GetDirectoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDirectoryRequest", "variableName" : "getDirectoryRequest", "variableType" : "GetDirectoryRequest", "documentation" : null, "simpleType" : "GetDirectoryRequest", "variableSetterType" : "GetDirectoryRequest" }, "wrapper" : false }, "GetDirectoryResponse" : { "c2jName" : "GetDirectoryResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDirectory", "beanStyleSetterMethodName" : "setDirectory", "c2jName" : "Directory", "c2jShape" : "Directory", "defaultConsumerFluentSetterDocumentation" : "

                    Metadata about the directory.

                    \nThis is a convenience that creates an instance of the {@link Directory.Builder} avoiding the need to create one manually via {@link Directory#builder()}.\n\nWhen the {@link Consumer} completes, {@link Directory.Builder#build()} is called immediately and its result is passed to {@link #directory(Directory)}.\n@param directory a consumer that will call methods on {@link Directory.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directory(Directory)", "deprecated" : false, "documentation" : "

                    Metadata about the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directory", "fluentSetterDocumentation" : "

                    Metadata about the directory.

                    \n@param directory Metadata about the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directory", "getterDocumentation" : "

                    Metadata about the directory.

                    \n@return Metadata about the directory.", "getterModel" : { "returnType" : "Directory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Directory", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Directory", "sensitive" : false, "setterDocumentation" : "

                    Metadata about the directory.

                    \n@param directory Metadata about the directory.", "setterMethodName" : "setDirectory", "setterModel" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : "

                    Metadata about the directory.

                    ", "simpleType" : "Directory", "variableSetterType" : "Directory" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Directory" : { "beanStyleGetterMethodName" : "getDirectory", "beanStyleSetterMethodName" : "setDirectory", "c2jName" : "Directory", "c2jShape" : "Directory", "defaultConsumerFluentSetterDocumentation" : "

                    Metadata about the directory.

                    \nThis is a convenience that creates an instance of the {@link Directory.Builder} avoiding the need to create one manually via {@link Directory#builder()}.\n\nWhen the {@link Consumer} completes, {@link Directory.Builder#build()} is called immediately and its result is passed to {@link #directory(Directory)}.\n@param directory a consumer that will call methods on {@link Directory.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directory(Directory)", "deprecated" : false, "documentation" : "

                    Metadata about the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directory", "fluentSetterDocumentation" : "

                    Metadata about the directory.

                    \n@param directory Metadata about the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directory", "getterDocumentation" : "

                    Metadata about the directory.

                    \n@return Metadata about the directory.", "getterModel" : { "returnType" : "Directory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Directory", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Directory", "sensitive" : false, "setterDocumentation" : "

                    Metadata about the directory.

                    \n@param directory Metadata about the directory.", "setterMethodName" : "setDirectory", "setterModel" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : "

                    Metadata about the directory.

                    ", "simpleType" : "Directory", "variableSetterType" : "Directory" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectory", "beanStyleSetterMethodName" : "setDirectory", "c2jName" : "Directory", "c2jShape" : "Directory", "defaultConsumerFluentSetterDocumentation" : "

                    Metadata about the directory.

                    \nThis is a convenience that creates an instance of the {@link Directory.Builder} avoiding the need to create one manually via {@link Directory#builder()}.\n\nWhen the {@link Consumer} completes, {@link Directory.Builder#build()} is called immediately and its result is passed to {@link #directory(Directory)}.\n@param directory a consumer that will call methods on {@link Directory.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directory(Directory)", "deprecated" : false, "documentation" : "

                    Metadata about the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directory", "fluentSetterDocumentation" : "

                    Metadata about the directory.

                    \n@param directory Metadata about the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directory", "getterDocumentation" : "

                    Metadata about the directory.

                    \n@return Metadata about the directory.", "getterModel" : { "returnType" : "Directory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Directory", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Directory", "sensitive" : false, "setterDocumentation" : "

                    Metadata about the directory.

                    \n@param directory Metadata about the directory.", "setterMethodName" : "setDirectory", "setterModel" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "directory", "variableType" : "Directory", "documentation" : "

                    Metadata about the directory.

                    ", "simpleType" : "Directory", "variableSetterType" : "Directory" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Directory" ], "shapeName" : "GetDirectoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDirectoryResponse", "variableName" : "getDirectoryResponse", "variableType" : "GetDirectoryResponse", "documentation" : null, "simpleType" : "GetDirectoryResponse", "variableSetterType" : "GetDirectoryResponse" }, "wrapper" : false }, "GetFacetRequest" : { "c2jName" : "GetFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/facet", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet to retrieve.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet to retrieve.

                    \n@param name The name of the facet to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet to retrieve.

                    \n@return The name of the facet to retrieve.", "getterModel" : { "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, "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 name of the facet to retrieve.

                    \n@param name The name of the facet to retrieve.", "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 name of the facet to retrieve.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet to retrieve.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet to retrieve.

                    \n@param name The name of the facet to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet to retrieve.

                    \n@return The name of the facet to retrieve.", "getterModel" : { "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, "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 name of the facet to retrieve.

                    \n@param name The name of the facet to retrieve.", "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 name of the facet to retrieve.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet to retrieve.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet to retrieve.

                    \n@param name The name of the facet to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet to retrieve.

                    \n@return The name of the facet to retrieve.", "getterModel" : { "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, "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 name of the facet to retrieve.

                    \n@param name The name of the facet to retrieve.", "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 name of the facet to retrieve.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "GetFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFacetRequest", "variableName" : "getFacetRequest", "variableType" : "GetFacetRequest", "documentation" : null, "simpleType" : "GetFacetRequest", "variableSetterType" : "GetFacetRequest" }, "wrapper" : false }, "GetFacetResponse" : { "c2jName" : "GetFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFacet", "beanStyleSetterMethodName" : "setFacet", "c2jName" : "Facet", "c2jShape" : "Facet", "defaultConsumerFluentSetterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \nThis is a convenience that creates an instance of the {@link Facet.Builder} avoiding the need to create one manually via {@link Facet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Facet.Builder#build()} is called immediately and its result is passed to {@link #facet(Facet)}.\n@param facet a consumer that will call methods on {@link Facet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facet(Facet)", "deprecated" : false, "documentation" : "

                    The Facet structure that is associated with the facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facet", "fluentSetterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@param facet The Facet structure that is associated with the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facet", "getterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@return The Facet structure that is associated with the facet.", "getterModel" : { "returnType" : "Facet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Facet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Facet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Facet", "sensitive" : false, "setterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@param facet The Facet structure that is associated with the facet.", "setterMethodName" : "setFacet", "setterModel" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : null, "simpleType" : "Facet", "variableSetterType" : "Facet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : "

                    The Facet structure that is associated with the facet.

                    ", "simpleType" : "Facet", "variableSetterType" : "Facet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Facet" : { "beanStyleGetterMethodName" : "getFacet", "beanStyleSetterMethodName" : "setFacet", "c2jName" : "Facet", "c2jShape" : "Facet", "defaultConsumerFluentSetterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \nThis is a convenience that creates an instance of the {@link Facet.Builder} avoiding the need to create one manually via {@link Facet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Facet.Builder#build()} is called immediately and its result is passed to {@link #facet(Facet)}.\n@param facet a consumer that will call methods on {@link Facet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facet(Facet)", "deprecated" : false, "documentation" : "

                    The Facet structure that is associated with the facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facet", "fluentSetterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@param facet The Facet structure that is associated with the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facet", "getterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@return The Facet structure that is associated with the facet.", "getterModel" : { "returnType" : "Facet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Facet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Facet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Facet", "sensitive" : false, "setterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@param facet The Facet structure that is associated with the facet.", "setterMethodName" : "setFacet", "setterModel" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : null, "simpleType" : "Facet", "variableSetterType" : "Facet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : "

                    The Facet structure that is associated with the facet.

                    ", "simpleType" : "Facet", "variableSetterType" : "Facet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFacet", "beanStyleSetterMethodName" : "setFacet", "c2jName" : "Facet", "c2jShape" : "Facet", "defaultConsumerFluentSetterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \nThis is a convenience that creates an instance of the {@link Facet.Builder} avoiding the need to create one manually via {@link Facet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Facet.Builder#build()} is called immediately and its result is passed to {@link #facet(Facet)}.\n@param facet a consumer that will call methods on {@link Facet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facet(Facet)", "deprecated" : false, "documentation" : "

                    The Facet structure that is associated with the facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facet", "fluentSetterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@param facet The Facet structure that is associated with the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facet", "getterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@return The Facet structure that is associated with the facet.", "getterModel" : { "returnType" : "Facet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Facet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Facet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Facet", "sensitive" : false, "setterDocumentation" : "

                    The Facet structure that is associated with the facet.

                    \n@param facet The Facet structure that is associated with the facet.", "setterMethodName" : "setFacet", "setterModel" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : null, "simpleType" : "Facet", "variableSetterType" : "Facet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Facet", "variableName" : "facet", "variableType" : "Facet", "documentation" : "

                    The Facet structure that is associated with the facet.

                    ", "simpleType" : "Facet", "variableSetterType" : "Facet" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFacetResponse", "variableName" : "getFacetResponse", "variableType" : "GetFacetResponse", "documentation" : null, "simpleType" : "GetFacetResponse", "variableSetterType" : "GetFacetResponse" }, "wrapper" : false }, "GetLinkAttributesRequest" : { "c2jName" : "GetLinkAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetLinkAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                    Allows a typed link specifier to be accepted as input.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                    Allows a typed link specifier to be accepted as input.

                    ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

                    A list of attribute names whose values will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n@param attributeNames A list of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n@param attributeNames A list of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

                    A list of attribute names whose values will be retrieved.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

                    A list of attribute names whose values will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n@param attributeNames A list of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n@param attributeNames A list of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

                    A list of attribute names whose values will be retrieved.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                    Allows a typed link specifier to be accepted as input.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                    Allows a typed link specifier to be accepted as input.

                    ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                    Allows a typed link specifier to be accepted as input.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                    Allows a typed link specifier to be accepted as input.

                    \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                    Allows a typed link specifier to be accepted as input.

                    ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

                    A list of attribute names whose values will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n@param attributeNames A list of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

                    A list of attribute names whose values will be retrieved.

                    \n@param attributeNames A list of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

                    A list of attribute names whose values will be retrieved.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on a typed link.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the attributes on a typed link.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "TypedLinkSpecifier", "AttributeNames" ], "shapeName" : "GetLinkAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLinkAttributesRequest", "variableName" : "getLinkAttributesRequest", "variableType" : "GetLinkAttributesRequest", "documentation" : null, "simpleType" : "GetLinkAttributesRequest", "variableSetterType" : "GetLinkAttributesRequest" }, "wrapper" : false }, "GetLinkAttributesResponse" : { "c2jName" : "GetLinkAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes that are associated with the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n@param attributes The attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n@param attributes The attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes that are associated with the typed link.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes that are associated with the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n@param attributes The attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n@param attributes The attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes that are associated with the typed link.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes that are associated with the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n@param attributes The attributes that are associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes that are associated with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes that are associated with the typed link.

                    \n@param attributes The attributes that are associated with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes that are associated with the typed link.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetLinkAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLinkAttributesResponse", "variableName" : "getLinkAttributesResponse", "variableType" : "GetLinkAttributesResponse", "documentation" : null, "simpleType" : "GetLinkAttributesResponse", "variableSetterType" : "GetLinkAttributesResponse" }, "wrapper" : false }, "GetObjectAttributesRequest" : { "c2jName" : "GetObjectAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetObjectAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/attributes/get", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@param objectReference Reference that identifies the object whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@return Reference that identifies the object whose attributes will be retrieved.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@param objectReference Reference that identifies the object whose attributes will be retrieved.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@return Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

                    List of attribute names whose values will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n@param attributeNames List of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return List of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n@param attributeNames List of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

                    List of attribute names whose values will be retrieved.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

                    List of attribute names whose values will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n@param attributeNames List of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return List of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n@param attributeNames List of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

                    List of attribute names whose values will be retrieved.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@param objectReference Reference that identifies the object whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@return Reference that identifies the object whose attributes will be retrieved.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@param objectReference Reference that identifies the object whose attributes will be retrieved.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@return Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@param objectReference Reference that identifies the object whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@return Reference that identifies the object whose attributes will be retrieved.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    \n@param objectReference Reference that identifies the object whose attributes will be retrieved.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose attributes will be retrieved.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    \n@param consistencyLevel The consistency level at which to retrieve the attributes on an object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the attributes on an object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@return Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    \n@param schemaFacet Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

                    Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

                    ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "

                    List of attribute names whose values will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n@param attributeNames List of attribute names whose values will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return List of attribute names whose values will be retrieved.", "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" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttributeNames", "sensitive" : false, "setterDocumentation" : "

                    List of attribute names whose values will be retrieved.

                    \n@param attributeNames List of attribute names whose values will be retrieved.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

                    List of attribute names whose values will be retrieved.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference", "SchemaFacet", "AttributeNames" ], "shapeName" : "GetObjectAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetObjectAttributesRequest", "variableName" : "getObjectAttributesRequest", "variableType" : "GetObjectAttributesRequest", "documentation" : null, "simpleType" : "GetObjectAttributesRequest", "variableSetterType" : "GetObjectAttributesRequest" }, "wrapper" : false }, "GetObjectAttributesResponse" : { "c2jName" : "GetObjectAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes that are associated with the object.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes that are associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes that are associated with the object.

                    \n@param attributes The attributes that are associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes that are associated with the object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes that are associated with the object.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes that are associated with the object.

                    \n@param attributes The attributes that are associated with the object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes that are associated with the object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes that are associated with the object.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes that are associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes that are associated with the object.

                    \n@param attributes The attributes that are associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes that are associated with the object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes that are associated with the object.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes that are associated with the object.

                    \n@param attributes The attributes that are associated with the object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes that are associated with the object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes that are associated with the object.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes that are associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes that are associated with the object.

                    \n@param attributes The attributes that are associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes that are associated with the object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes that are associated with the object.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes that are associated with the object.

                    \n@param attributes The attributes that are associated with the object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes that are associated with the object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetObjectAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetObjectAttributesResponse", "variableName" : "getObjectAttributesResponse", "variableType" : "GetObjectAttributesResponse", "documentation" : null, "simpleType" : "GetObjectAttributesResponse", "variableSetterType" : "GetObjectAttributesResponse" }, "wrapper" : false }, "GetObjectInformationRequest" : { "c2jName" : "GetObjectInformationRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetObjectInformation", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/information", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory being retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@param directoryArn The ARN of the directory being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@return The ARN of the directory being retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@param directoryArn The ARN of the directory being retrieved.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory being retrieved.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference to the object.

                    \n@param objectReference A reference to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference to the object.

                    \n@return A reference to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object.

                    \n@param objectReference A reference to the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the object information.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n@param consistencyLevel The consistency level at which to retrieve the object information.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the object information.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n@param consistencyLevel The consistency level at which to retrieve the object information.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the object information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the object information.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n@param consistencyLevel The consistency level at which to retrieve the object information.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the object information.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n@param consistencyLevel The consistency level at which to retrieve the object information.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the object information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory being retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@param directoryArn The ARN of the directory being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@return The ARN of the directory being retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@param directoryArn The ARN of the directory being retrieved.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory being retrieved.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference to the object.

                    \n@param objectReference A reference to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference to the object.

                    \n@return A reference to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object.

                    \n@param objectReference A reference to the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory being retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@param directoryArn The ARN of the directory being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@return The ARN of the directory being retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory being retrieved.

                    \n@param directoryArn The ARN of the directory being retrieved.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory being retrieved.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference to the object.

                    \n@param objectReference A reference to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference to the object.

                    \n@return A reference to the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object.

                    \n@param objectReference A reference to the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level at which to retrieve the object information.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n@param consistencyLevel The consistency level at which to retrieve the object information.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level at which to retrieve the object information.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level at which to retrieve the object information.

                    \n@param consistencyLevel The consistency level at which to retrieve the object information.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level at which to retrieve the object information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "GetObjectInformationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetObjectInformationRequest", "variableName" : "getObjectInformationRequest", "variableType" : "GetObjectInformationRequest", "documentation" : null, "simpleType" : "GetObjectInformationRequest", "variableSetterType" : "GetObjectInformationRequest" }, "wrapper" : false }, "GetObjectInformationResponse" : { "c2jName" : "GetObjectInformationResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n@param schemaFacets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n@param schemaFacets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the specified object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@param objectIdentifier The ObjectIdentifier of the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@return The ObjectIdentifier of the specified 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@param objectIdentifier The ObjectIdentifier of the specified object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the specified object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the specified object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@param objectIdentifier The ObjectIdentifier of the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@return The ObjectIdentifier of the specified 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@param objectIdentifier The ObjectIdentifier of the specified object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the specified object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaFacets" : { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n@param schemaFacets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n@param schemaFacets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaFacets", "beanStyleSetterMethodName" : "setSchemaFacets", "c2jName" : "SchemaFacets", "c2jShape" : "SchemaFacetList", "defaultConsumerFluentSetterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \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 #schemaFacets(List)}.\n@param schemaFacets 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 #schemaFacets(List)", "deprecated" : false, "documentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacets", "fluentSetterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n@param schemaFacets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacets", "getterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.", "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" : "SchemaFacets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #member(SchemaFacet)}.\n@param member a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SchemaFacet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "SchemaFacet", "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, "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" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "member", "variableType" : "SchemaFacet", "documentation" : "", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SchemaFacet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SchemaFacet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SchemaFacets", "sensitive" : false, "setterDocumentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    \n@param schemaFacets The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.", "setterMethodName" : "setSchemaFacets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaFacets", "variableType" : "java.util.List", "documentation" : "

                    The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ObjectIdentifier of the specified object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@param objectIdentifier The ObjectIdentifier of the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@return The ObjectIdentifier of the specified 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ObjectIdentifier of the specified object.

                    \n@param objectIdentifier The ObjectIdentifier of the specified object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ObjectIdentifier of the specified object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetObjectInformationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetObjectInformationResponse", "variableName" : "getObjectInformationResponse", "variableType" : "GetObjectInformationResponse", "documentation" : null, "simpleType" : "GetObjectInformationResponse", "variableSetterType" : "GetObjectInformationResponse" }, "wrapper" : false }, "GetSchemaAsJsonRequest" : { "c2jName" : "GetSchemaAsJsonRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetSchemaAsJson", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/json", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the schema to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@param schemaArn The ARN of the schema to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@return The ARN of the schema to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@param schemaArn The ARN of the schema to retrieve.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the schema to retrieve.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the schema to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@param schemaArn The ARN of the schema to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@return The ARN of the schema to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@param schemaArn The ARN of the schema to retrieve.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the schema to retrieve.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the schema to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@param schemaArn The ARN of the schema to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@return The ARN of the schema to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the schema to retrieve.

                    \n@param schemaArn The ARN of the schema to retrieve.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the schema to retrieve.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn" ], "shapeName" : "GetSchemaAsJsonRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSchemaAsJsonRequest", "variableName" : "getSchemaAsJsonRequest", "variableType" : "GetSchemaAsJsonRequest", "documentation" : null, "simpleType" : "GetSchemaAsJsonRequest", "variableSetterType" : "GetSchemaAsJsonRequest" }, "wrapper" : false }, "GetSchemaAsJsonResponse" : { "c2jName" : "GetSchemaAsJsonResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the retrieved schema.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the retrieved schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the retrieved schema.

                    \n@param name The name of the retrieved schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the retrieved schema.

                    \n@return The name of the retrieved schema.", "getterModel" : { "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, "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 name of the retrieved schema.

                    \n@param name The name of the retrieved schema.", "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 name of the retrieved schema.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "Document", "c2jShape" : "SchemaJsonDocument", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON representation of the schema document.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #document(String)}.\n@param document a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(String)", "deprecated" : false, "documentation" : "

                    The JSON representation of the schema document.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@param document The JSON representation of the schema document.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@return The JSON representation of the schema document.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@param document The JSON representation of the schema document.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                    The JSON representation of the schema document.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Document" : { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "Document", "c2jShape" : "SchemaJsonDocument", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON representation of the schema document.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #document(String)}.\n@param document a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(String)", "deprecated" : false, "documentation" : "

                    The JSON representation of the schema document.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@param document The JSON representation of the schema document.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@return The JSON representation of the schema document.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@param document The JSON representation of the schema document.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                    The JSON representation of the schema document.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the retrieved schema.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the retrieved schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the retrieved schema.

                    \n@param name The name of the retrieved schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the retrieved schema.

                    \n@return The name of the retrieved schema.", "getterModel" : { "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, "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 name of the retrieved schema.

                    \n@param name The name of the retrieved schema.", "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 name of the retrieved schema.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the retrieved schema.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the retrieved schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the retrieved schema.

                    \n@param name The name of the retrieved schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the retrieved schema.

                    \n@return The name of the retrieved schema.", "getterModel" : { "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, "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 name of the retrieved schema.

                    \n@param name The name of the retrieved schema.", "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 name of the retrieved schema.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "Document", "c2jShape" : "SchemaJsonDocument", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON representation of the schema document.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #document(String)}.\n@param document a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(String)", "deprecated" : false, "documentation" : "

                    The JSON representation of the schema document.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@param document The JSON representation of the schema document.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@return The JSON representation of the schema document.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

                    The JSON representation of the schema document.

                    \n@param document The JSON representation of the schema document.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                    The JSON representation of the schema document.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSchemaAsJsonResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetSchemaAsJsonResponse", "variableName" : "getSchemaAsJsonResponse", "variableType" : "GetSchemaAsJsonResponse", "documentation" : null, "simpleType" : "GetSchemaAsJsonResponse", "variableSetterType" : "GetSchemaAsJsonResponse" }, "wrapper" : false }, "GetTypedLinkFacetInformationRequest" : { "c2jName" : "GetTypedLinkFacetInformationRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetTypedLinkFacetInformation", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/facet/get", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "GetTypedLinkFacetInformationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTypedLinkFacetInformationRequest", "variableName" : "getTypedLinkFacetInformationRequest", "variableType" : "GetTypedLinkFacetInformationRequest", "documentation" : null, "simpleType" : "GetTypedLinkFacetInformationRequest", "variableSetterType" : "GetTypedLinkFacetInformationRequest" }, "wrapper" : false }, "GetTypedLinkFacetInformationResponse" : { "c2jName" : "GetTypedLinkFacetInformationResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IdentityAttributeOrder" : { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTypedLinkFacetInformationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetTypedLinkFacetInformationResponse", "variableName" : "getTypedLinkFacetInformationResponse", "variableType" : "GetTypedLinkFacetInformationResponse", "documentation" : null, "simpleType" : "GetTypedLinkFacetInformationResponse", "variableSetterType" : "GetTypedLinkFacetInformationResponse" }, "wrapper" : false }, "IncompatibleSchemaException" : { "c2jName" : "IncompatibleSchemaException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IncompatibleSchemaException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncompatibleSchemaException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncompatibleSchemaException", "variableName" : "incompatibleSchemaException", "variableType" : "IncompatibleSchemaException", "documentation" : null, "simpleType" : "IncompatibleSchemaException", "variableSetterType" : "IncompatibleSchemaException" }, "wrapper" : false }, "IndexAttachment" : { "c2jName" : "IndexAttachment", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents an index and an attached object.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexedAttributes", "beanStyleSetterMethodName" : "setIndexedAttributes", "c2jName" : "IndexedAttributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The indexed attribute values.

                    \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 #indexedAttributes(List)}.\n@param indexedAttributes 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 #indexedAttributes(List)", "deprecated" : false, "documentation" : "

                    The indexed attribute values.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexedAttributes", "fluentSetterDocumentation" : "

                    The indexed attribute values.

                    \n@param indexedAttributes The indexed attribute values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexedAttributes", "getterDocumentation" : "

                    The indexed attribute values.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The indexed attribute values.", "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" : "IndexedAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexedAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexedAttributes", "sensitive" : false, "setterDocumentation" : "

                    The indexed attribute values.

                    \n@param indexedAttributes The indexed attribute values.", "setterMethodName" : "setIndexedAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexedAttributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexedAttributes", "variableType" : "java.util.List", "documentation" : "

                    The indexed attribute values.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@param objectIdentifier In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@return In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@param objectIdentifier In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexedAttributes" : { "beanStyleGetterMethodName" : "getIndexedAttributes", "beanStyleSetterMethodName" : "setIndexedAttributes", "c2jName" : "IndexedAttributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The indexed attribute values.

                    \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 #indexedAttributes(List)}.\n@param indexedAttributes 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 #indexedAttributes(List)", "deprecated" : false, "documentation" : "

                    The indexed attribute values.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexedAttributes", "fluentSetterDocumentation" : "

                    The indexed attribute values.

                    \n@param indexedAttributes The indexed attribute values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexedAttributes", "getterDocumentation" : "

                    The indexed attribute values.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The indexed attribute values.", "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" : "IndexedAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexedAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexedAttributes", "sensitive" : false, "setterDocumentation" : "

                    The indexed attribute values.

                    \n@param indexedAttributes The indexed attribute values.", "setterMethodName" : "setIndexedAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexedAttributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexedAttributes", "variableType" : "java.util.List", "documentation" : "

                    The indexed attribute values.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@param objectIdentifier In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@return In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@param objectIdentifier In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexedAttributes", "beanStyleSetterMethodName" : "setIndexedAttributes", "c2jName" : "IndexedAttributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The indexed attribute values.

                    \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 #indexedAttributes(List)}.\n@param indexedAttributes 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 #indexedAttributes(List)", "deprecated" : false, "documentation" : "

                    The indexed attribute values.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexedAttributes", "fluentSetterDocumentation" : "

                    The indexed attribute values.

                    \n@param indexedAttributes The indexed attribute values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexedAttributes", "getterDocumentation" : "

                    The indexed attribute values.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The indexed attribute values.", "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" : "IndexedAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexedAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexedAttributes", "sensitive" : false, "setterDocumentation" : "

                    The indexed attribute values.

                    \n@param indexedAttributes The indexed attribute values.", "setterMethodName" : "setIndexedAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexedAttributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexedAttributes", "variableType" : "java.util.List", "documentation" : "

                    The indexed attribute values.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@param objectIdentifier In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@return In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    \n@param objectIdentifier In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexAttachment", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "indexAttachment", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "wrapper" : false }, "IndexedAttributeMissingException" : { "c2jName" : "IndexedAttributeMissingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    An object has been attempted to be attached to an object that does not have the appropriate attribute value.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IndexedAttributeMissingException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexedAttributeMissingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IndexedAttributeMissingException", "variableName" : "indexedAttributeMissingException", "variableType" : "IndexedAttributeMissingException", "documentation" : null, "simpleType" : "IndexedAttributeMissingException", "variableSetterType" : "IndexedAttributeMissingException" }, "wrapper" : false }, "InternalServiceException" : { "c2jName" : "InternalServiceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServiceException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalServiceException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServiceException", "variableName" : "internalServiceException", "variableType" : "InternalServiceException", "documentation" : null, "simpleType" : "InternalServiceException", "variableSetterType" : "InternalServiceException" }, "wrapper" : false }, "InvalidArnException" : { "c2jName" : "InvalidArnException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the provided ARN value is not valid.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidArnException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArnException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArnException", "variableName" : "invalidArnException", "variableType" : "InvalidArnException", "documentation" : null, "simpleType" : "InvalidArnException", "variableSetterType" : "InvalidArnException" }, "wrapper" : false }, "InvalidAttachmentException" : { "c2jName" : "InvalidAttachmentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidAttachmentException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidAttachmentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidAttachmentException", "variableName" : "invalidAttachmentException", "variableType" : "InvalidAttachmentException", "documentation" : null, "simpleType" : "InvalidAttachmentException", "variableSetterType" : "InvalidAttachmentException" }, "wrapper" : false }, "InvalidFacetUpdateException" : { "c2jName" : "InvalidFacetUpdateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    An attempt to modify a Facet resulted in an invalid schema exception.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidFacetUpdateException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidFacetUpdateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidFacetUpdateException", "variableName" : "invalidFacetUpdateException", "variableType" : "InvalidFacetUpdateException", "documentation" : null, "simpleType" : "InvalidFacetUpdateException", "variableSetterType" : "InvalidFacetUpdateException" }, "wrapper" : false }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the NextToken value is not valid.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidNextTokenException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNextTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false }, "InvalidRuleException" : { "c2jName" : "InvalidRuleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Occurs when any of the rule parameter keys or values are invalid.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRuleException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidRuleException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRuleException", "variableName" : "invalidRuleException", "variableType" : "InvalidRuleException", "documentation" : null, "simpleType" : "InvalidRuleException", "variableSetterType" : "InvalidRuleException" }, "wrapper" : false }, "InvalidSchemaDocException" : { "c2jName" : "InvalidSchemaDocException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the provided SchemaDoc value is not valid.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSchemaDocException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSchemaDocException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSchemaDocException", "variableName" : "invalidSchemaDocException", "variableType" : "InvalidSchemaDocException", "documentation" : null, "simpleType" : "InvalidSchemaDocException", "variableSetterType" : "InvalidSchemaDocException" }, "wrapper" : false }, "InvalidTaggingRequestException" : { "c2jName" : "InvalidTaggingRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTaggingRequestException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTaggingRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTaggingRequestException", "variableName" : "invalidTaggingRequestException", "variableType" : "InvalidTaggingRequestException", "documentation" : null, "simpleType" : "InvalidTaggingRequestException", "variableSetterType" : "InvalidTaggingRequestException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that limits are exceeded. See Limits for more information.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "LinkAttributeAction" : { "c2jName" : "LinkAttributeAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributeActionTypeAsString", "beanStyleSetterMethodName" : "setAttributeActionType", "c2jName" : "AttributeActionType", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeActionTypeAsString(String)}.\n@param attributeActionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeActionType(String)", "deprecated" : false, "documentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "attributeActionType", "fluentEnumSetterMethodName" : "attributeActionType", "fluentGetterMethodName" : "attributeActionTypeAsString", "fluentSetterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n@param attributeActionType A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "attributeActionType", "getterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #attributeActionType} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #attributeActionTypeAsString}.\n

                    \n@return A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeActionType", "sensitive" : false, "setterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n@param attributeActionType A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType", "setterMethodName" : "setAttributeActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeActionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeActionType", "variableType" : "String", "documentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdateValue", "beanStyleSetterMethodName" : "setAttributeUpdateValue", "c2jName" : "AttributeUpdateValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The value that you want to update to.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #attributeUpdateValue(TypedAttributeValue)}.\n@param attributeUpdateValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeUpdateValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The value that you want to update to.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdateValue", "fluentSetterDocumentation" : "

                    The value that you want to update to.

                    \n@param attributeUpdateValue The value that you want to update to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdateValue", "getterDocumentation" : "

                    The value that you want to update to.

                    \n@return The value that you want to update to.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeUpdateValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdateValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeUpdateValue", "sensitive" : false, "setterDocumentation" : "

                    The value that you want to update to.

                    \n@param attributeUpdateValue The value that you want to update to.", "setterMethodName" : "setAttributeUpdateValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "attributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "attributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The value that you want to update to.

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeActionType" : { "beanStyleGetterMethodName" : "getAttributeActionTypeAsString", "beanStyleSetterMethodName" : "setAttributeActionType", "c2jName" : "AttributeActionType", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeActionTypeAsString(String)}.\n@param attributeActionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeActionType(String)", "deprecated" : false, "documentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "attributeActionType", "fluentEnumSetterMethodName" : "attributeActionType", "fluentGetterMethodName" : "attributeActionTypeAsString", "fluentSetterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n@param attributeActionType A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "attributeActionType", "getterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #attributeActionType} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #attributeActionTypeAsString}.\n

                    \n@return A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeActionType", "sensitive" : false, "setterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n@param attributeActionType A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType", "setterMethodName" : "setAttributeActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeActionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeActionType", "variableType" : "String", "documentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AttributeUpdateValue" : { "beanStyleGetterMethodName" : "getAttributeUpdateValue", "beanStyleSetterMethodName" : "setAttributeUpdateValue", "c2jName" : "AttributeUpdateValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The value that you want to update to.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #attributeUpdateValue(TypedAttributeValue)}.\n@param attributeUpdateValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeUpdateValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The value that you want to update to.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdateValue", "fluentSetterDocumentation" : "

                    The value that you want to update to.

                    \n@param attributeUpdateValue The value that you want to update to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdateValue", "getterDocumentation" : "

                    The value that you want to update to.

                    \n@return The value that you want to update to.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeUpdateValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdateValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeUpdateValue", "sensitive" : false, "setterDocumentation" : "

                    The value that you want to update to.

                    \n@param attributeUpdateValue The value that you want to update to.", "setterMethodName" : "setAttributeUpdateValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "attributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "attributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The value that you want to update to.

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributeActionTypeAsString", "beanStyleSetterMethodName" : "setAttributeActionType", "c2jName" : "AttributeActionType", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeActionTypeAsString(String)}.\n@param attributeActionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeActionType(String)", "deprecated" : false, "documentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "attributeActionType", "fluentEnumSetterMethodName" : "attributeActionType", "fluentGetterMethodName" : "attributeActionTypeAsString", "fluentSetterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n@param attributeActionType A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "attributeActionType", "getterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #attributeActionType} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #attributeActionTypeAsString}.\n

                    \n@return A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeActionType", "sensitive" : false, "setterDocumentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    \n@param attributeActionType A type that can be either UPDATE_OR_CREATE or DELETE.\n@see UpdateActionType", "setterMethodName" : "setAttributeActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeActionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeActionType", "variableType" : "String", "documentation" : "

                    A type that can be either UPDATE_OR_CREATE or DELETE.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdateValue", "beanStyleSetterMethodName" : "setAttributeUpdateValue", "c2jName" : "AttributeUpdateValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The value that you want to update to.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #attributeUpdateValue(TypedAttributeValue)}.\n@param attributeUpdateValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeUpdateValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The value that you want to update to.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdateValue", "fluentSetterDocumentation" : "

                    The value that you want to update to.

                    \n@param attributeUpdateValue The value that you want to update to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdateValue", "getterDocumentation" : "

                    The value that you want to update to.

                    \n@return The value that you want to update to.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeUpdateValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdateValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeUpdateValue", "sensitive" : false, "setterDocumentation" : "

                    The value that you want to update to.

                    \n@param attributeUpdateValue The value that you want to update to.", "setterMethodName" : "setAttributeUpdateValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "attributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "attributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The value that you want to update to.

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LinkAttributeAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "linkAttributeAction", "variableType" : "LinkAttributeAction", "documentation" : null, "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "wrapper" : false }, "LinkAttributeUpdate" : { "c2jName" : "LinkAttributeUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Structure that contains attribute update information.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributeKey", "beanStyleSetterMethodName" : "setAttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #attributeKey(AttributeKey)}.\n@param attributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute being updated.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param attributeKey The key of the attribute being updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeKey", "getterDocumentation" : "

                    The key of the attribute being updated.

                    \n@return The key of the attribute being updated.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param attributeKey The key of the attribute being updated.", "setterMethodName" : "setAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute being updated.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeAction", "beanStyleSetterMethodName" : "setAttributeAction", "c2jName" : "AttributeAction", "c2jShape" : "LinkAttributeAction", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \nThis is a convenience that creates an instance of the {@link LinkAttributeAction.Builder} avoiding the need to create one manually via {@link LinkAttributeAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeAction.Builder#build()} is called immediately and its result is passed to {@link #attributeAction(LinkAttributeAction)}.\n@param attributeAction a consumer that will call methods on {@link LinkAttributeAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeAction(LinkAttributeAction)", "deprecated" : false, "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeAction", "fluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param attributeAction The action to perform as part of the attribute update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeAction", "getterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@return The action to perform as part of the attribute update.", "getterModel" : { "returnType" : "LinkAttributeAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeAction", "sensitive" : false, "setterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param attributeAction The action to perform as part of the attribute update.", "setterMethodName" : "setAttributeAction", "setterModel" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "attributeAction", "variableType" : "LinkAttributeAction", "documentation" : null, "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "attributeAction", "variableType" : "LinkAttributeAction", "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeAction" : { "beanStyleGetterMethodName" : "getAttributeAction", "beanStyleSetterMethodName" : "setAttributeAction", "c2jName" : "AttributeAction", "c2jShape" : "LinkAttributeAction", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \nThis is a convenience that creates an instance of the {@link LinkAttributeAction.Builder} avoiding the need to create one manually via {@link LinkAttributeAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeAction.Builder#build()} is called immediately and its result is passed to {@link #attributeAction(LinkAttributeAction)}.\n@param attributeAction a consumer that will call methods on {@link LinkAttributeAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeAction(LinkAttributeAction)", "deprecated" : false, "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeAction", "fluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param attributeAction The action to perform as part of the attribute update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeAction", "getterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@return The action to perform as part of the attribute update.", "getterModel" : { "returnType" : "LinkAttributeAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeAction", "sensitive" : false, "setterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param attributeAction The action to perform as part of the attribute update.", "setterMethodName" : "setAttributeAction", "setterModel" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "attributeAction", "variableType" : "LinkAttributeAction", "documentation" : null, "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "attributeAction", "variableType" : "LinkAttributeAction", "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "xmlNameSpaceUri" : null }, "AttributeKey" : { "beanStyleGetterMethodName" : "getAttributeKey", "beanStyleSetterMethodName" : "setAttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #attributeKey(AttributeKey)}.\n@param attributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute being updated.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param attributeKey The key of the attribute being updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeKey", "getterDocumentation" : "

                    The key of the attribute being updated.

                    \n@return The key of the attribute being updated.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param attributeKey The key of the attribute being updated.", "setterMethodName" : "setAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute being updated.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributeKey", "beanStyleSetterMethodName" : "setAttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #attributeKey(AttributeKey)}.\n@param attributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute being updated.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param attributeKey The key of the attribute being updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeKey", "getterDocumentation" : "

                    The key of the attribute being updated.

                    \n@return The key of the attribute being updated.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param attributeKey The key of the attribute being updated.", "setterMethodName" : "setAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute being updated.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeAction", "beanStyleSetterMethodName" : "setAttributeAction", "c2jName" : "AttributeAction", "c2jShape" : "LinkAttributeAction", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \nThis is a convenience that creates an instance of the {@link LinkAttributeAction.Builder} avoiding the need to create one manually via {@link LinkAttributeAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeAction.Builder#build()} is called immediately and its result is passed to {@link #attributeAction(LinkAttributeAction)}.\n@param attributeAction a consumer that will call methods on {@link LinkAttributeAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeAction(LinkAttributeAction)", "deprecated" : false, "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeAction", "fluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param attributeAction The action to perform as part of the attribute update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeAction", "getterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@return The action to perform as part of the attribute update.", "getterModel" : { "returnType" : "LinkAttributeAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeAction", "sensitive" : false, "setterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param attributeAction The action to perform as part of the attribute update.", "setterMethodName" : "setAttributeAction", "setterModel" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "attributeAction", "variableType" : "LinkAttributeAction", "documentation" : null, "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeAction", "variableName" : "attributeAction", "variableType" : "LinkAttributeAction", "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "simpleType" : "LinkAttributeAction", "variableSetterType" : "LinkAttributeAction" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LinkAttributeUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "linkAttributeUpdate", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "wrapper" : false }, "LinkNameAlreadyInUseException" : { "c2jName" : "LinkNameAlreadyInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LinkNameAlreadyInUseException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LinkNameAlreadyInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LinkNameAlreadyInUseException", "variableName" : "linkNameAlreadyInUseException", "variableType" : "LinkNameAlreadyInUseException", "documentation" : null, "simpleType" : "LinkNameAlreadyInUseException", "variableSetterType" : "LinkNameAlreadyInUseException" }, "wrapper" : false }, "ListAppliedSchemaArnsRequest" : { "c2jName" : "ListAppliedSchemaArnsRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListAppliedSchemaArns", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/applied", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory you are listing.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory you are listing.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@param directoryArn The ARN of the directory you are listing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@return The ARN of the directory you are listing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@param directoryArn The ARN of the directory you are listing.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory you are listing.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@return The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory you are listing.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory you are listing.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@param directoryArn The ARN of the directory you are listing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@return The ARN of the directory you are listing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@param directoryArn The ARN of the directory you are listing.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory you are listing.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@return The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory you are listing.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory you are listing.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@param directoryArn The ARN of the directory you are listing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@return The ARN of the directory you are listing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory you are listing.

                    \n@param directoryArn The ARN of the directory you are listing.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory you are listing.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@return The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn" ], "shapeName" : "ListAppliedSchemaArnsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAppliedSchemaArnsRequest", "variableName" : "listAppliedSchemaArnsRequest", "variableType" : "ListAppliedSchemaArnsRequest", "documentation" : null, "simpleType" : "ListAppliedSchemaArnsRequest", "variableSetterType" : "ListAppliedSchemaArnsRequest" }, "wrapper" : false }, "ListAppliedSchemaArnsResponse" : { "c2jName" : "ListAppliedSchemaArnsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of schemas that are applied to the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n@param schemaArns The ARNs of schemas that are applied to the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of schemas that are applied to the directory.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n@param schemaArns The ARNs of schemas that are applied to the directory.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of schemas that are applied to the directory.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArns" : { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of schemas that are applied to the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n@param schemaArns The ARNs of schemas that are applied to the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of schemas that are applied to the directory.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n@param schemaArns The ARNs of schemas that are applied to the directory.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of schemas that are applied to the directory.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of schemas that are applied to the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n@param schemaArns The ARNs of schemas that are applied to the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of schemas that are applied to the directory.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of schemas that are applied to the directory.

                    \n@param schemaArns The ARNs of schemas that are applied to the directory.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of schemas that are applied to the directory.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAppliedSchemaArnsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAppliedSchemaArnsResponse", "variableName" : "listAppliedSchemaArnsResponse", "variableType" : "ListAppliedSchemaArnsResponse", "documentation" : null, "simpleType" : "ListAppliedSchemaArnsResponse", "variableSetterType" : "ListAppliedSchemaArnsResponse" }, "wrapper" : false }, "ListAttachedIndicesRequest" : { "c2jName" : "ListAttachedIndicesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListAttachedIndices", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/indices", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory.

                    \n@return The ARN of the directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object that has indices attached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object that has indices attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@param targetReference A reference to the object that has indices attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@return A reference to the object that has indices attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@param targetReference A reference to the object that has indices attached.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object that has indices attached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to use for this operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to use for this operation.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to use for this operation.

                    \n@param consistencyLevel The consistency level to use for this operation.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to use for this operation.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to use for this operation.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to use for this operation.

                    \n@param consistencyLevel The consistency level to use for this operation.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to use for this operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to use for this operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to use for this operation.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to use for this operation.

                    \n@param consistencyLevel The consistency level to use for this operation.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to use for this operation.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to use for this operation.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to use for this operation.

                    \n@param consistencyLevel The consistency level to use for this operation.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to use for this operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory.

                    \n@return The ARN of the directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetReference" : { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object that has indices attached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object that has indices attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@param targetReference A reference to the object that has indices attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@return A reference to the object that has indices attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@param targetReference A reference to the object that has indices attached.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object that has indices attached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory.

                    \n@return The ARN of the directory.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory.

                    \n@param directoryArn The ARN of the directory.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetReference", "beanStyleSetterMethodName" : "setTargetReference", "c2jName" : "TargetReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference to the object that has indices attached.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetReference(ObjectReference)}.\n@param targetReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference to the object that has indices attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetReference", "fluentSetterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@param targetReference A reference to the object that has indices attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetReference", "getterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@return A reference to the object that has indices attached.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetReference", "sensitive" : false, "setterDocumentation" : "

                    A reference to the object that has indices attached.

                    \n@param targetReference A reference to the object that has indices attached.", "setterMethodName" : "setTargetReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference to the object that has indices attached.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to use for this operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to use for this operation.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to use for this operation.

                    \n@param consistencyLevel The consistency level to use for this operation.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to use for this operation.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to use for this operation.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to use for this operation.

                    \n@param consistencyLevel The consistency level to use for this operation.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to use for this operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "TargetReference" ], "shapeName" : "ListAttachedIndicesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAttachedIndicesRequest", "variableName" : "listAttachedIndicesRequest", "variableType" : "ListAttachedIndicesRequest", "documentation" : null, "simpleType" : "ListAttachedIndicesRequest", "variableSetterType" : "ListAttachedIndicesRequest" }, "wrapper" : false }, "ListAttachedIndicesResponse" : { "c2jName" : "ListAttachedIndicesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                    The indices attached to the specified object.

                    \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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

                    The indices attached to the specified object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

                    The indices attached to the specified object.

                    \n@param indexAttachments The indices attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

                    The indices attached to the specified object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The indices attached to the specified object.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

                    The indices attached to the specified object.

                    \n@param indexAttachments The indices attached to the specified object.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

                    The indices attached to the specified object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexAttachments" : { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                    The indices attached to the specified object.

                    \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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

                    The indices attached to the specified object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

                    The indices attached to the specified object.

                    \n@param indexAttachments The indices attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

                    The indices attached to the specified object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The indices attached to the specified object.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

                    The indices attached to the specified object.

                    \n@param indexAttachments The indices attached to the specified object.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

                    The indices attached to the specified object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                    The indices attached to the specified object.

                    \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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

                    The indices attached to the specified object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

                    The indices attached to the specified object.

                    \n@param indexAttachments The indices attached to the specified object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

                    The indices attached to the specified object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The indices attached to the specified object.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

                    The indices attached to the specified object.

                    \n@param indexAttachments The indices attached to the specified object.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

                    The indices attached to the specified object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAttachedIndicesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAttachedIndicesResponse", "variableName" : "listAttachedIndicesResponse", "variableType" : "ListAttachedIndicesResponse", "documentation" : null, "simpleType" : "ListAttachedIndicesResponse", "variableSetterType" : "ListAttachedIndicesResponse" }, "wrapper" : false }, "ListDevelopmentSchemaArnsRequest" : { "c2jName" : "ListDevelopmentSchemaArnsRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDevelopmentSchemaArns", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/development", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDevelopmentSchemaArnsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDevelopmentSchemaArnsRequest", "variableName" : "listDevelopmentSchemaArnsRequest", "variableType" : "ListDevelopmentSchemaArnsRequest", "documentation" : null, "simpleType" : "ListDevelopmentSchemaArnsRequest", "variableSetterType" : "ListDevelopmentSchemaArnsRequest" }, "wrapper" : false }, "ListDevelopmentSchemaArnsResponse" : { "c2jName" : "ListDevelopmentSchemaArnsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of retrieved development schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n@param schemaArns The ARNs of retrieved development schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of retrieved development schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n@param schemaArns The ARNs of retrieved development schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of retrieved development schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArns" : { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of retrieved development schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n@param schemaArns The ARNs of retrieved development schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of retrieved development schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n@param schemaArns The ARNs of retrieved development schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of retrieved development schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of retrieved development schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n@param schemaArns The ARNs of retrieved development schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of retrieved development schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of retrieved development schemas.

                    \n@param schemaArns The ARNs of retrieved development schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of retrieved development schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDevelopmentSchemaArnsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDevelopmentSchemaArnsResponse", "variableName" : "listDevelopmentSchemaArnsResponse", "variableType" : "ListDevelopmentSchemaArnsResponse", "documentation" : null, "simpleType" : "ListDevelopmentSchemaArnsResponse", "variableSetterType" : "ListDevelopmentSchemaArnsResponse" }, "wrapper" : false }, "ListDirectoriesRequest" : { "c2jName" : "ListDirectoriesRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDirectories", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/directory/list", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "DirectoryState", "defaultConsumerFluentSetterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    ", "endpointDiscoveryId" : false, "enumType" : "DirectoryState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link DirectoryState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                    \n@return The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "getterModel" : { "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, "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 state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "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 state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "DirectoryState", "defaultConsumerFluentSetterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    ", "endpointDiscoveryId" : false, "enumType" : "DirectoryState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link DirectoryState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                    \n@return The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "getterModel" : { "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, "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 state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "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 state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "DirectoryState", "defaultConsumerFluentSetterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    ", "endpointDiscoveryId" : false, "enumType" : "DirectoryState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                    The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link DirectoryState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                    \n@return The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "getterModel" : { "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, "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 state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    \n@param state The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.\n@see DirectoryState", "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 state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDirectoriesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDirectoriesRequest", "variableName" : "listDirectoriesRequest", "variableType" : "ListDirectoriesRequest", "documentation" : null, "simpleType" : "ListDirectoriesRequest", "variableSetterType" : "ListDirectoriesRequest" }, "wrapper" : false }, "ListDirectoriesResponse" : { "c2jName" : "ListDirectoriesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDirectories", "beanStyleSetterMethodName" : "setDirectories", "c2jName" : "Directories", "c2jShape" : "DirectoryList", "defaultConsumerFluentSetterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \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 #directories(List)}.\n@param directories 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 #directories(List)", "deprecated" : false, "documentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directories", "fluentSetterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n@param directories Lists all directories that are associated with your account in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directories", "getterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Lists all directories that are associated with your account in pagination fashion.", "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" : "Directories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Directory", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Directory.Builder} avoiding the need to create one manually via {@link Directory#builder()}.\n\nWhen the {@link Consumer} completes, {@link Directory.Builder#build()} is called immediately and its result is passed to {@link #member(Directory)}.\n@param member a consumer that will call methods on {@link Directory.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Directory)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "Directory", "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, "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" : "Directory", "variableName" : "member", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "member", "variableType" : "Directory", "documentation" : "", "simpleType" : "Directory", "variableSetterType" : "Directory" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Directory", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Directory", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Directories", "sensitive" : false, "setterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n@param directories Lists all directories that are associated with your account in pagination fashion.", "setterMethodName" : "setDirectories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Directories" : { "beanStyleGetterMethodName" : "getDirectories", "beanStyleSetterMethodName" : "setDirectories", "c2jName" : "Directories", "c2jShape" : "DirectoryList", "defaultConsumerFluentSetterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \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 #directories(List)}.\n@param directories 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 #directories(List)", "deprecated" : false, "documentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directories", "fluentSetterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n@param directories Lists all directories that are associated with your account in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directories", "getterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Lists all directories that are associated with your account in pagination fashion.", "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" : "Directories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Directory", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Directory.Builder} avoiding the need to create one manually via {@link Directory#builder()}.\n\nWhen the {@link Consumer} completes, {@link Directory.Builder#build()} is called immediately and its result is passed to {@link #member(Directory)}.\n@param member a consumer that will call methods on {@link Directory.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Directory)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "Directory", "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, "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" : "Directory", "variableName" : "member", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "member", "variableType" : "Directory", "documentation" : "", "simpleType" : "Directory", "variableSetterType" : "Directory" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Directory", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Directory", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Directories", "sensitive" : false, "setterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n@param directories Lists all directories that are associated with your account in pagination fashion.", "setterMethodName" : "setDirectories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectories", "beanStyleSetterMethodName" : "setDirectories", "c2jName" : "Directories", "c2jShape" : "DirectoryList", "defaultConsumerFluentSetterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \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 #directories(List)}.\n@param directories 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 #directories(List)", "deprecated" : false, "documentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directories", "fluentSetterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n@param directories Lists all directories that are associated with your account in pagination fashion.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directories", "getterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Lists all directories that are associated with your account in pagination fashion.", "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" : "Directories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Directory", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Directory.Builder} avoiding the need to create one manually via {@link Directory#builder()}.\n\nWhen the {@link Consumer} completes, {@link Directory.Builder#build()} is called immediately and its result is passed to {@link #member(Directory)}.\n@param member a consumer that will call methods on {@link Directory.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Directory)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "Directory", "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, "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" : "Directory", "variableName" : "member", "variableType" : "Directory", "documentation" : null, "simpleType" : "Directory", "variableSetterType" : "Directory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Directory", "variableName" : "member", "variableType" : "Directory", "documentation" : "", "simpleType" : "Directory", "variableSetterType" : "Directory" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Directory", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Directory", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Directories", "sensitive" : false, "setterDocumentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    \n@param directories Lists all directories that are associated with your account in pagination fashion.", "setterMethodName" : "setDirectories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "

                    Lists all directories that are associated with your account in pagination fashion.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Directories" ], "shapeName" : "ListDirectoriesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDirectoriesResponse", "variableName" : "listDirectoriesResponse", "variableType" : "ListDirectoriesResponse", "documentation" : null, "simpleType" : "ListDirectoriesResponse", "variableSetterType" : "ListDirectoriesResponse" }, "wrapper" : false }, "ListFacetAttributesRequest" : { "c2jName" : "ListFacetAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListFacetAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/facet/attributes", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the schema where the facet resides.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@param schemaArn The ARN of the schema where the facet resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@return The ARN of the schema where the facet resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@param schemaArn The ARN of the schema where the facet resides.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the schema where the facet resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet whose attributes will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \n@param name The name of the facet whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \n@return The name of the facet whose attributes will be retrieved.", "getterModel" : { "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, "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 name of the facet whose attributes will be retrieved.

                    \n@param name The name of the facet whose attributes will be retrieved.", "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 name of the facet whose attributes will be retrieved.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet whose attributes will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \n@param name The name of the facet whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \n@return The name of the facet whose attributes will be retrieved.", "getterModel" : { "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, "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 name of the facet whose attributes will be retrieved.

                    \n@param name The name of the facet whose attributes will be retrieved.", "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 name of the facet whose attributes will be retrieved.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the schema where the facet resides.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@param schemaArn The ARN of the schema where the facet resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@return The ARN of the schema where the facet resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@param schemaArn The ARN of the schema where the facet resides.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the schema where the facet resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the schema where the facet resides.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@param schemaArn The ARN of the schema where the facet resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@return The ARN of the schema where the facet resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the schema where the facet resides.

                    \n@param schemaArn The ARN of the schema where the facet resides.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The ARN of the schema where the facet resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The name of the facet whose attributes will be retrieved.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \n@param name The name of the facet whose attributes will be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the facet whose attributes will be retrieved.

                    \n@return The name of the facet whose attributes will be retrieved.", "getterModel" : { "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, "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 name of the facet whose attributes will be retrieved.

                    \n@param name The name of the facet whose attributes will be retrieved.", "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 name of the facet whose attributes will be retrieved.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "ListFacetAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListFacetAttributesRequest", "variableName" : "listFacetAttributesRequest", "variableType" : "ListFacetAttributesRequest", "documentation" : null, "simpleType" : "ListFacetAttributesRequest", "variableSetterType" : "ListFacetAttributesRequest" }, "wrapper" : false }, "ListFacetAttributesResponse" : { "c2jName" : "ListFacetAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "FacetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes attached to the facet.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes attached to the facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes attached to the facet.

                    \n@param attributes The attributes attached to the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes attached to the facet.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes attached to the facet.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttribute)}.\n@param member a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttribute", "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, "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" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : "", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes attached to the facet.

                    \n@param attributes The attributes attached to the facet.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes attached to the facet.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "FacetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes attached to the facet.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes attached to the facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes attached to the facet.

                    \n@param attributes The attributes attached to the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes attached to the facet.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes attached to the facet.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttribute)}.\n@param member a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttribute", "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, "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" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : "", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes attached to the facet.

                    \n@param attributes The attributes attached to the facet.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes attached to the facet.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "FacetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

                    The attributes attached to the facet.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    The attributes attached to the facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    The attributes attached to the facet.

                    \n@param attributes The attributes attached to the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    The attributes attached to the facet.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The attributes attached to the facet.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttribute.Builder} avoiding the need to create one manually via {@link FacetAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttribute)}.\n@param member a consumer that will call methods on {@link FacetAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttribute)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttribute", "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, "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" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : null, "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttribute", "variableName" : "member", "variableType" : "FacetAttribute", "documentation" : "", "simpleType" : "FacetAttribute", "variableSetterType" : "FacetAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    The attributes attached to the facet.

                    \n@param attributes The attributes attached to the facet.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    The attributes attached to the facet.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFacetAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListFacetAttributesResponse", "variableName" : "listFacetAttributesResponse", "variableType" : "ListFacetAttributesResponse", "documentation" : null, "simpleType" : "ListFacetAttributesResponse", "variableSetterType" : "ListFacetAttributesResponse" }, "wrapper" : false }, "ListFacetNamesRequest" : { "c2jName" : "ListFacetNamesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListFacetNames", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/facet/list", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names 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 #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@param schemaArn The Amazon Resource Name (ARN) to retrieve facet names from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@return The Amazon Resource Name (ARN) to retrieve facet names from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@param schemaArn The Amazon Resource Name (ARN) to retrieve facet names from.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names 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 #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@param schemaArn The Amazon Resource Name (ARN) to retrieve facet names from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@return The Amazon Resource Name (ARN) to retrieve facet names from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@param schemaArn The Amazon Resource Name (ARN) to retrieve facet names from.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names 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 #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@param schemaArn The Amazon Resource Name (ARN) to retrieve facet names from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@return The Amazon Resource Name (ARN) to retrieve facet names from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    \n@param schemaArn The Amazon Resource Name (ARN) to retrieve facet names from.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) to retrieve facet names from.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn" ], "shapeName" : "ListFacetNamesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListFacetNamesRequest", "variableName" : "listFacetNamesRequest", "variableType" : "ListFacetNamesRequest", "documentation" : null, "simpleType" : "ListFacetNamesRequest", "variableSetterType" : "ListFacetNamesRequest" }, "wrapper" : false }, "ListFacetNamesResponse" : { "c2jName" : "ListFacetNamesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFacetNames", "beanStyleSetterMethodName" : "setFacetNames", "c2jName" : "FacetNames", "c2jShape" : "FacetNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of facets that exist within the schema.

                    \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 #facetNames(List)}.\n@param facetNames 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 #facetNames(List)", "deprecated" : false, "documentation" : "

                    The names of facets that exist within the schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetNames", "fluentSetterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n@param facetNames The names of facets that exist within the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetNames", "getterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of facets that exist within the schema.", "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" : "FacetNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "FacetNames", "sensitive" : false, "setterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n@param facetNames The names of facets that exist within the schema.", "setterMethodName" : "setFacetNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : "

                    The names of facets that exist within the schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FacetNames" : { "beanStyleGetterMethodName" : "getFacetNames", "beanStyleSetterMethodName" : "setFacetNames", "c2jName" : "FacetNames", "c2jShape" : "FacetNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of facets that exist within the schema.

                    \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 #facetNames(List)}.\n@param facetNames 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 #facetNames(List)", "deprecated" : false, "documentation" : "

                    The names of facets that exist within the schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetNames", "fluentSetterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n@param facetNames The names of facets that exist within the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetNames", "getterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of facets that exist within the schema.", "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" : "FacetNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "FacetNames", "sensitive" : false, "setterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n@param facetNames The names of facets that exist within the schema.", "setterMethodName" : "setFacetNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : "

                    The names of facets that exist within the schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFacetNames", "beanStyleSetterMethodName" : "setFacetNames", "c2jName" : "FacetNames", "c2jShape" : "FacetNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of facets that exist within the schema.

                    \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 #facetNames(List)}.\n@param facetNames 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 #facetNames(List)", "deprecated" : false, "documentation" : "

                    The names of facets that exist within the schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetNames", "fluentSetterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n@param facetNames The names of facets that exist within the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetNames", "getterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of facets that exist within the schema.", "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" : "FacetNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "FacetNames", "sensitive" : false, "setterDocumentation" : "

                    The names of facets that exist within the schema.

                    \n@param facetNames The names of facets that exist within the schema.", "setterMethodName" : "setFacetNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : "

                    The names of facets that exist within the schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListFacetNamesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListFacetNamesResponse", "variableName" : "listFacetNamesResponse", "variableType" : "ListFacetNamesResponse", "documentation" : null, "simpleType" : "ListFacetNamesResponse", "variableSetterType" : "ListFacetNamesResponse" }, "wrapper" : false }, "ListIncomingTypedLinksRequest" : { "c2jName" : "ListIncomingTypedLinksRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListIncomingTypedLinks", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/incoming", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@param objectReference Reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@return Reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@param objectReference Reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@return Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FilterAttributeRanges" : { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FilterTypedLink" : { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@return Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@param objectReference Reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@return Reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@param objectReference Reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@param objectReference Reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@return Reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    \n@param objectReference Reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@return Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                    Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

                    ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListIncomingTypedLinksRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListIncomingTypedLinksRequest", "variableName" : "listIncomingTypedLinksRequest", "variableType" : "ListIncomingTypedLinksRequest", "documentation" : null, "simpleType" : "ListIncomingTypedLinksRequest", "variableSetterType" : "ListIncomingTypedLinksRequest" }, "wrapper" : false }, "ListIncomingTypedLinksResponse" : { "c2jName" : "ListIncomingTypedLinksResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getLinkSpecifiers", "beanStyleSetterMethodName" : "setLinkSpecifiers", "c2jName" : "LinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \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 #linkSpecifiers(List)}.\n@param linkSpecifiers 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 #linkSpecifiers(List)", "deprecated" : false, "documentation" : "

                    Returns one or more typed link specifiers as output.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkSpecifiers", "fluentSetterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n@param linkSpecifiers Returns one or more typed link specifiers as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkSpecifiers", "getterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns one or more typed link specifiers as output.", "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" : "LinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n@param linkSpecifiers Returns one or more typed link specifiers as output.", "setterMethodName" : "setLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : "

                    Returns one or more typed link specifiers as output.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LinkSpecifiers" : { "beanStyleGetterMethodName" : "getLinkSpecifiers", "beanStyleSetterMethodName" : "setLinkSpecifiers", "c2jName" : "LinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \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 #linkSpecifiers(List)}.\n@param linkSpecifiers 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 #linkSpecifiers(List)", "deprecated" : false, "documentation" : "

                    Returns one or more typed link specifiers as output.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkSpecifiers", "fluentSetterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n@param linkSpecifiers Returns one or more typed link specifiers as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkSpecifiers", "getterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns one or more typed link specifiers as output.", "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" : "LinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n@param linkSpecifiers Returns one or more typed link specifiers as output.", "setterMethodName" : "setLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : "

                    Returns one or more typed link specifiers as output.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLinkSpecifiers", "beanStyleSetterMethodName" : "setLinkSpecifiers", "c2jName" : "LinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \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 #linkSpecifiers(List)}.\n@param linkSpecifiers 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 #linkSpecifiers(List)", "deprecated" : false, "documentation" : "

                    Returns one or more typed link specifiers as output.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkSpecifiers", "fluentSetterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n@param linkSpecifiers Returns one or more typed link specifiers as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkSpecifiers", "getterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns one or more typed link specifiers as output.", "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" : "LinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

                    Returns one or more typed link specifiers as output.

                    \n@param linkSpecifiers Returns one or more typed link specifiers as output.", "setterMethodName" : "setLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "linkSpecifiers", "variableType" : "java.util.List", "documentation" : "

                    Returns one or more typed link specifiers as output.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListIncomingTypedLinksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListIncomingTypedLinksResponse", "variableName" : "listIncomingTypedLinksResponse", "variableType" : "ListIncomingTypedLinksResponse", "documentation" : null, "simpleType" : "ListIncomingTypedLinksResponse", "variableSetterType" : "ListIncomingTypedLinksResponse" }, "wrapper" : false }, "ListIndexRequest" : { "c2jName" : "ListIndexRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListIndex", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/index/targets", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory that the index exists in.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@param directoryArn The ARN of the directory that the index exists in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@return The ARN of the directory that the index exists in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@param directoryArn The ARN of the directory that the index exists in.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory that the index exists in.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRangesOnIndexedValues", "beanStyleSetterMethodName" : "setRangesOnIndexedValues", "c2jName" : "RangesOnIndexedValues", "c2jShape" : "ObjectAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \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 #rangesOnIndexedValues(List)}.\n@param rangesOnIndexedValues 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 #rangesOnIndexedValues(List)", "deprecated" : false, "documentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rangesOnIndexedValues", "fluentSetterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rangesOnIndexedValues", "getterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the ranges of indexed values that you want to query.", "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" : "RangesOnIndexedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RangesOnIndexedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeRange.Builder} avoiding the need to create one manually via {@link ObjectAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeRange)}.\n@param member a consumer that will call methods on {@link ObjectAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeRange", "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, "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" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : "", "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RangesOnIndexedValues", "sensitive" : false, "setterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.", "setterMethodName" : "setRangesOnIndexedValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference to the index to list.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference to the index to list.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

                    The reference to the index to list.

                    \n@param indexReference The reference to the index to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

                    The reference to the index to list.

                    \n@return The reference to the index to list.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

                    The reference to the index to list.

                    \n@param indexReference The reference to the index to list.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference to the index to list.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \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, "documentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@param maxResults The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@return The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.", "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, "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 maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@param maxResults The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.", "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 maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory that the index exists in.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@param directoryArn The ARN of the directory that the index exists in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@return The ARN of the directory that the index exists in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@param directoryArn The ARN of the directory that the index exists in.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory that the index exists in.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexReference" : { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference to the index to list.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference to the index to list.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

                    The reference to the index to list.

                    \n@param indexReference The reference to the index to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

                    The reference to the index to list.

                    \n@return The reference to the index to list.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

                    The reference to the index to list.

                    \n@param indexReference The reference to the index to list.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference to the index to list.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \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, "documentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@param maxResults The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@return The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.", "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, "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 maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@param maxResults The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.", "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 maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RangesOnIndexedValues" : { "beanStyleGetterMethodName" : "getRangesOnIndexedValues", "beanStyleSetterMethodName" : "setRangesOnIndexedValues", "c2jName" : "RangesOnIndexedValues", "c2jShape" : "ObjectAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \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 #rangesOnIndexedValues(List)}.\n@param rangesOnIndexedValues 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 #rangesOnIndexedValues(List)", "deprecated" : false, "documentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rangesOnIndexedValues", "fluentSetterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rangesOnIndexedValues", "getterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the ranges of indexed values that you want to query.", "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" : "RangesOnIndexedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RangesOnIndexedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeRange.Builder} avoiding the need to create one manually via {@link ObjectAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeRange)}.\n@param member a consumer that will call methods on {@link ObjectAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeRange", "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, "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" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : "", "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RangesOnIndexedValues", "sensitive" : false, "setterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.", "setterMethodName" : "setRangesOnIndexedValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory that the index exists in.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@param directoryArn The ARN of the directory that the index exists in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@return The ARN of the directory that the index exists in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory that the index exists in.

                    \n@param directoryArn The ARN of the directory that the index exists in.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory that the index exists in.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRangesOnIndexedValues", "beanStyleSetterMethodName" : "setRangesOnIndexedValues", "c2jName" : "RangesOnIndexedValues", "c2jShape" : "ObjectAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \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 #rangesOnIndexedValues(List)}.\n@param rangesOnIndexedValues 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 #rangesOnIndexedValues(List)", "deprecated" : false, "documentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rangesOnIndexedValues", "fluentSetterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rangesOnIndexedValues", "getterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the ranges of indexed values that you want to query.", "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" : "RangesOnIndexedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RangesOnIndexedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeRange.Builder} avoiding the need to create one manually via {@link ObjectAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeRange)}.\n@param member a consumer that will call methods on {@link ObjectAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeRange", "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, "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" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "member", "variableType" : "ObjectAttributeRange", "documentation" : "", "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RangesOnIndexedValues", "sensitive" : false, "setterDocumentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    \n@param rangesOnIndexedValues Specifies the ranges of indexed values that you want to query.", "setterMethodName" : "setRangesOnIndexedValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rangesOnIndexedValues", "variableType" : "java.util.List", "documentation" : "

                    Specifies the ranges of indexed values that you want to query.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexReference", "beanStyleSetterMethodName" : "setIndexReference", "c2jName" : "IndexReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference to the index to list.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #indexReference(ObjectReference)}.\n@param indexReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference to the index to list.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexReference", "fluentSetterDocumentation" : "

                    The reference to the index to list.

                    \n@param indexReference The reference to the index to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexReference", "getterDocumentation" : "

                    The reference to the index to list.

                    \n@return The reference to the index to list.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IndexReference", "sensitive" : false, "setterDocumentation" : "

                    The reference to the index to list.

                    \n@param indexReference The reference to the index to list.", "setterMethodName" : "setIndexReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "indexReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference to the index to list.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \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, "documentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@param maxResults The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@return The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.", "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, "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 maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    \n@param maxResults The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.", "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 maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "IndexReference" ], "shapeName" : "ListIndexRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListIndexRequest", "variableName" : "listIndexRequest", "variableType" : "ListIndexRequest", "documentation" : null, "simpleType" : "ListIndexRequest", "variableSetterType" : "ListIndexRequest" }, "wrapper" : false }, "ListIndexResponse" : { "c2jName" : "ListIndexResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

                    The objects and indexed values attached to the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n@param indexAttachments The objects and indexed values attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The objects and indexed values attached to the index.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n@param indexAttachments The objects and indexed values attached to the index.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

                    The objects and indexed values attached to the index.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexAttachments" : { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

                    The objects and indexed values attached to the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n@param indexAttachments The objects and indexed values attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The objects and indexed values attached to the index.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n@param indexAttachments The objects and indexed values attached to the index.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

                    The objects and indexed values attached to the index.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexAttachments", "beanStyleSetterMethodName" : "setIndexAttachments", "c2jName" : "IndexAttachments", "c2jShape" : "IndexAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \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 #indexAttachments(List)}.\n@param indexAttachments 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 #indexAttachments(List)", "deprecated" : false, "documentation" : "

                    The objects and indexed values attached to the index.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexAttachments", "fluentSetterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n@param indexAttachments The objects and indexed values attached to the index.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexAttachments", "getterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The objects and indexed values attached to the index.", "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" : "IndexAttachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexAttachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IndexAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexAttachment.Builder} avoiding the need to create one manually via {@link IndexAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(IndexAttachment)}.\n@param member a consumer that will call methods on {@link IndexAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IndexAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "IndexAttachment", "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, "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" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : null, "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexAttachment", "variableName" : "member", "variableType" : "IndexAttachment", "documentation" : "", "simpleType" : "IndexAttachment", "variableSetterType" : "IndexAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexAttachments", "sensitive" : false, "setterDocumentation" : "

                    The objects and indexed values attached to the index.

                    \n@param indexAttachments The objects and indexed values attached to the index.", "setterMethodName" : "setIndexAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexAttachments", "variableType" : "java.util.List", "documentation" : "

                    The objects and indexed values attached to the index.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListIndexResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListIndexResponse", "variableName" : "listIndexResponse", "variableType" : "ListIndexResponse", "documentation" : null, "simpleType" : "ListIndexResponse", "variableSetterType" : "ListIndexResponse" }, "wrapper" : false }, "ListManagedSchemaArnsRequest" : { "c2jName" : "ListManagedSchemaArnsRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListManagedSchemaArns", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/managed", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@param schemaArn The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@return The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@param schemaArn The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@param schemaArn The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@return The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@param schemaArn The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@param schemaArn The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@return The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    \n@param schemaArn The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListManagedSchemaArnsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListManagedSchemaArnsRequest", "variableName" : "listManagedSchemaArnsRequest", "variableType" : "ListManagedSchemaArnsRequest", "documentation" : null, "simpleType" : "ListManagedSchemaArnsRequest", "variableSetterType" : "ListManagedSchemaArnsRequest" }, "wrapper" : false }, "ListManagedSchemaArnsResponse" : { "c2jName" : "ListManagedSchemaArnsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs for all AWS managed schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n@param schemaArns The ARNs for all AWS managed schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs for all AWS managed schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n@param schemaArns The ARNs for all AWS managed schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs for all AWS managed schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArns" : { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs for all AWS managed schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n@param schemaArns The ARNs for all AWS managed schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs for all AWS managed schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n@param schemaArns The ARNs for all AWS managed schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs for all AWS managed schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs for all AWS managed schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n@param schemaArns The ARNs for all AWS managed schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs for all AWS managed schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs for all AWS managed schemas.

                    \n@param schemaArns The ARNs for all AWS managed schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs for all AWS managed schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListManagedSchemaArnsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListManagedSchemaArnsResponse", "variableName" : "listManagedSchemaArnsResponse", "variableType" : "ListManagedSchemaArnsResponse", "documentation" : null, "simpleType" : "ListManagedSchemaArnsResponse", "variableSetterType" : "ListManagedSchemaArnsResponse" }, "wrapper" : false }, "ListObjectAttributesRequest" : { "c2jName" : "ListObjectAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListObjectAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/attributes", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetFilter", "beanStyleSetterMethodName" : "setFacetFilter", "c2jName" : "FacetFilter", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #facetFilter(SchemaFacet)}.\n@param facetFilter a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetFilter(SchemaFacet)", "deprecated" : false, "documentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetFilter", "fluentSetterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetFilter", "getterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@return Used to filter the list of object attributes that are associated with a certain facet.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FacetFilter", "sensitive" : false, "setterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.", "setterMethodName" : "setFacetFilter", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FacetFilter" : { "beanStyleGetterMethodName" : "getFacetFilter", "beanStyleSetterMethodName" : "setFacetFilter", "c2jName" : "FacetFilter", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #facetFilter(SchemaFacet)}.\n@param facetFilter a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetFilter(SchemaFacet)", "deprecated" : false, "documentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetFilter", "fluentSetterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetFilter", "getterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@return Used to filter the list of object attributes that are associated with a certain facet.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FacetFilter", "sensitive" : false, "setterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.", "setterMethodName" : "setFacetFilter", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@param objectReference The reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@return The reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    \n@param objectReference The reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetFilter", "beanStyleSetterMethodName" : "setFacetFilter", "c2jName" : "FacetFilter", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #facetFilter(SchemaFacet)}.\n@param facetFilter a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetFilter(SchemaFacet)", "deprecated" : false, "documentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetFilter", "fluentSetterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetFilter", "getterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@return Used to filter the list of object attributes that are associated with a certain facet.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FacetFilter", "sensitive" : false, "setterDocumentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    \n@param facetFilter Used to filter the list of object attributes that are associated with a certain facet.", "setterMethodName" : "setFacetFilter", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "facetFilter", "variableType" : "SchemaFacet", "documentation" : "

                    Used to filter the list of object attributes that are associated with a certain facet.

                    ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListObjectAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListObjectAttributesRequest", "variableName" : "listObjectAttributesRequest", "variableType" : "ListObjectAttributesRequest", "documentation" : null, "simpleType" : "ListObjectAttributesRequest", "variableSetterType" : "ListObjectAttributesRequest" }, "wrapper" : false }, "ListObjectAttributesResponse" : { "c2jName" : "ListObjectAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n@param attributes Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n@param attributes Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n@param attributes Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n@param attributes Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeKeyAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n@param attributes Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeKeyAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeKeyAndValue.Builder} avoiding the need to create one manually via {@link AttributeKeyAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKeyAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeKeyAndValue)}.\n@param member a consumer that will call methods on {@link AttributeKeyAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeKeyAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeKeyAndValue", "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, "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" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : null, "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKeyAndValue", "variableName" : "member", "variableType" : "AttributeKeyAndValue", "documentation" : "", "simpleType" : "AttributeKeyAndValue", "variableSetterType" : "AttributeKeyAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeKeyAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeKeyAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    \n@param attributes Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListObjectAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListObjectAttributesResponse", "variableName" : "listObjectAttributesResponse", "variableType" : "ListObjectAttributesResponse", "documentation" : null, "simpleType" : "ListObjectAttributesResponse", "variableSetterType" : "ListObjectAttributesResponse" }, "wrapper" : false }, "ListObjectChildrenRequest" : { "c2jName" : "ListObjectChildrenRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListObjectChildren", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/children", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@param objectReference The reference that identifies the object for which child objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@return The reference that identifies the object for which child objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@param objectReference The reference that identifies the object for which child objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@param objectReference The reference that identifies the object for which child objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@return The reference that identifies the object for which child objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@param objectReference The reference that identifies the object for which child objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@param objectReference The reference that identifies the object for which child objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@return The reference that identifies the object for which child objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    \n@param objectReference The reference that identifies the object for which child objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object for which child objects are being listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListObjectChildrenRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListObjectChildrenRequest", "variableName" : "listObjectChildrenRequest", "variableType" : "ListObjectChildrenRequest", "documentation" : null, "simpleType" : "ListObjectChildrenRequest", "variableSetterType" : "ListObjectChildrenRequest" }, "wrapper" : false }, "ListObjectChildrenResponse" : { "c2jName" : "ListObjectChildrenResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "LinkNameToObjectIdentifierMap", "defaultConsumerFluentSetterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #children(Map)}.\n@param children a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(Map)", "deprecated" : false, "documentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n@param children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n@param children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Children" : { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "LinkNameToObjectIdentifierMap", "defaultConsumerFluentSetterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #children(Map)}.\n@param children a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(Map)", "deprecated" : false, "documentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n@param children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n@param children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "LinkNameToObjectIdentifierMap", "defaultConsumerFluentSetterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #children(Map)}.\n@param children a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(Map)", "deprecated" : false, "documentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n@param children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    \n@param children Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "children", "variableType" : "java.util.Map", "documentation" : "

                    Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListObjectChildrenResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListObjectChildrenResponse", "variableName" : "listObjectChildrenResponse", "variableType" : "ListObjectChildrenResponse", "documentation" : null, "simpleType" : "ListObjectChildrenResponse", "variableSetterType" : "ListObjectChildrenResponse" }, "wrapper" : false }, "ListObjectParentPathsRequest" : { "c2jName" : "ListObjectParentPathsRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListObjectParentPaths", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/parentpaths", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to which the parent path applies.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@param directoryArn The ARN of the directory to which the parent path applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@return The ARN of the directory to which the parent path applies.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@param directoryArn The ARN of the directory to which the parent path applies.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to which the parent path applies.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@param objectReference The reference that identifies the object whose parent paths are listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@return The reference that identifies the object whose parent paths are listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@param objectReference The reference that identifies the object whose parent paths are listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to which the parent path applies.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@param directoryArn The ARN of the directory to which the parent path applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@return The ARN of the directory to which the parent path applies.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@param directoryArn The ARN of the directory to which the parent path applies.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to which the parent path applies.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@param objectReference The reference that identifies the object whose parent paths are listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@return The reference that identifies the object whose parent paths are listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@param objectReference The reference that identifies the object whose parent paths are listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The ARN of the directory to which the parent path applies.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@param directoryArn The ARN of the directory to which the parent path applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@return The ARN of the directory to which the parent path applies.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the directory to which the parent path applies.

                    \n@param directoryArn The ARN of the directory to which the parent path applies.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The ARN of the directory to which the parent path applies.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@param objectReference The reference that identifies the object whose parent paths are listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@return The reference that identifies the object whose parent paths are listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    \n@param objectReference The reference that identifies the object whose parent paths are listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object whose parent paths are listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListObjectParentPathsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListObjectParentPathsRequest", "variableName" : "listObjectParentPathsRequest", "variableType" : "ListObjectParentPathsRequest", "documentation" : null, "simpleType" : "ListObjectParentPathsRequest", "variableSetterType" : "ListObjectParentPathsRequest" }, "wrapper" : false }, "ListObjectParentPathsResponse" : { "c2jName" : "ListObjectParentPathsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPathToObjectIdentifiersList", "beanStyleSetterMethodName" : "setPathToObjectIdentifiersList", "c2jName" : "PathToObjectIdentifiersList", "c2jShape" : "PathToObjectIdentifiersList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \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 #pathToObjectIdentifiersList(List)}.\n@param pathToObjectIdentifiersList 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 #pathToObjectIdentifiersList(List)", "deprecated" : false, "documentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathToObjectIdentifiersList", "fluentSetterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathToObjectIdentifiersList", "getterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns the path to the ObjectIdentifiers that are associated with the directory.", "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" : "PathToObjectIdentifiersList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PathToObjectIdentifiersList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PathToObjectIdentifiers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PathToObjectIdentifiers.Builder} avoiding the need to create one manually via {@link PathToObjectIdentifiers#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathToObjectIdentifiers.Builder#build()} is called immediately and its result is passed to {@link #member(PathToObjectIdentifiers)}.\n@param member a consumer that will call methods on {@link PathToObjectIdentifiers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PathToObjectIdentifiers)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PathToObjectIdentifiers", "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, "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" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : "", "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PathToObjectIdentifiers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PathToObjectIdentifiers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PathToObjectIdentifiersList", "sensitive" : false, "setterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.", "setterMethodName" : "setPathToObjectIdentifiersList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PathToObjectIdentifiersList" : { "beanStyleGetterMethodName" : "getPathToObjectIdentifiersList", "beanStyleSetterMethodName" : "setPathToObjectIdentifiersList", "c2jName" : "PathToObjectIdentifiersList", "c2jShape" : "PathToObjectIdentifiersList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \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 #pathToObjectIdentifiersList(List)}.\n@param pathToObjectIdentifiersList 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 #pathToObjectIdentifiersList(List)", "deprecated" : false, "documentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathToObjectIdentifiersList", "fluentSetterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathToObjectIdentifiersList", "getterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns the path to the ObjectIdentifiers that are associated with the directory.", "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" : "PathToObjectIdentifiersList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PathToObjectIdentifiersList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PathToObjectIdentifiers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PathToObjectIdentifiers.Builder} avoiding the need to create one manually via {@link PathToObjectIdentifiers#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathToObjectIdentifiers.Builder#build()} is called immediately and its result is passed to {@link #member(PathToObjectIdentifiers)}.\n@param member a consumer that will call methods on {@link PathToObjectIdentifiers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PathToObjectIdentifiers)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PathToObjectIdentifiers", "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, "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" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : "", "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PathToObjectIdentifiers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PathToObjectIdentifiers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PathToObjectIdentifiersList", "sensitive" : false, "setterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.", "setterMethodName" : "setPathToObjectIdentifiersList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPathToObjectIdentifiersList", "beanStyleSetterMethodName" : "setPathToObjectIdentifiersList", "c2jName" : "PathToObjectIdentifiersList", "c2jShape" : "PathToObjectIdentifiersList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \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 #pathToObjectIdentifiersList(List)}.\n@param pathToObjectIdentifiersList 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 #pathToObjectIdentifiersList(List)", "deprecated" : false, "documentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathToObjectIdentifiersList", "fluentSetterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathToObjectIdentifiersList", "getterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns the path to the ObjectIdentifiers that are associated with the directory.", "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" : "PathToObjectIdentifiersList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PathToObjectIdentifiersList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PathToObjectIdentifiers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PathToObjectIdentifiers.Builder} avoiding the need to create one manually via {@link PathToObjectIdentifiers#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathToObjectIdentifiers.Builder#build()} is called immediately and its result is passed to {@link #member(PathToObjectIdentifiers)}.\n@param member a consumer that will call methods on {@link PathToObjectIdentifiers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PathToObjectIdentifiers)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PathToObjectIdentifiers", "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, "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" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "member", "variableType" : "PathToObjectIdentifiers", "documentation" : "", "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PathToObjectIdentifiers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PathToObjectIdentifiers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PathToObjectIdentifiersList", "sensitive" : false, "setterDocumentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    \n@param pathToObjectIdentifiersList Returns the path to the ObjectIdentifiers that are associated with the directory.", "setterMethodName" : "setPathToObjectIdentifiersList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pathToObjectIdentifiersList", "variableType" : "java.util.List", "documentation" : "

                    Returns the path to the ObjectIdentifiers that are associated with the directory.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListObjectParentPathsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListObjectParentPathsResponse", "variableName" : "listObjectParentPathsResponse", "variableType" : "ListObjectParentPathsResponse", "documentation" : null, "simpleType" : "ListObjectParentPathsResponse", "variableSetterType" : "ListObjectParentPathsResponse" }, "wrapper" : false }, "ListObjectParentsRequest" : { "c2jName" : "ListObjectParentsRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListObjectParents", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/parent", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@param objectReference The reference that identifies the object for which parent objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@return The reference that identifies the object for which parent objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@param objectReference The reference that identifies the object for which parent objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeAllLinksToEachParent", "beanStyleSetterMethodName" : "setIncludeAllLinksToEachParent", "c2jName" : "IncludeAllLinksToEachParent", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \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 #includeAllLinksToEachParent(Boolean)}.\n@param includeAllLinksToEachParent 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 #includeAllLinksToEachParent(Boolean)", "deprecated" : false, "documentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeAllLinksToEachParent", "fluentSetterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@param includeAllLinksToEachParent When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeAllLinksToEachParent", "getterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@return When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.", "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" : "IncludeAllLinksToEachParent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeAllLinksToEachParent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeAllLinksToEachParent", "sensitive" : false, "setterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@param includeAllLinksToEachParent When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.", "setterMethodName" : "setIncludeAllLinksToEachParent", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeAllLinksToEachParent", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeAllLinksToEachParent", "variableType" : "Boolean", "documentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IncludeAllLinksToEachParent" : { "beanStyleGetterMethodName" : "getIncludeAllLinksToEachParent", "beanStyleSetterMethodName" : "setIncludeAllLinksToEachParent", "c2jName" : "IncludeAllLinksToEachParent", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \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 #includeAllLinksToEachParent(Boolean)}.\n@param includeAllLinksToEachParent 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 #includeAllLinksToEachParent(Boolean)", "deprecated" : false, "documentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeAllLinksToEachParent", "fluentSetterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@param includeAllLinksToEachParent When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeAllLinksToEachParent", "getterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@return When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.", "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" : "IncludeAllLinksToEachParent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeAllLinksToEachParent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeAllLinksToEachParent", "sensitive" : false, "setterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@param includeAllLinksToEachParent When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.", "setterMethodName" : "setIncludeAllLinksToEachParent", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeAllLinksToEachParent", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeAllLinksToEachParent", "variableType" : "Boolean", "documentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@param objectReference The reference that identifies the object for which parent objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@return The reference that identifies the object for which parent objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@param objectReference The reference that identifies the object for which parent objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@param objectReference The reference that identifies the object for which parent objects are being listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@return The reference that identifies the object for which parent objects are being listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    \n@param objectReference The reference that identifies the object for which parent objects are being listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the object for which parent objects are being listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeAllLinksToEachParent", "beanStyleSetterMethodName" : "setIncludeAllLinksToEachParent", "c2jName" : "IncludeAllLinksToEachParent", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \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 #includeAllLinksToEachParent(Boolean)}.\n@param includeAllLinksToEachParent 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 #includeAllLinksToEachParent(Boolean)", "deprecated" : false, "documentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeAllLinksToEachParent", "fluentSetterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@param includeAllLinksToEachParent When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeAllLinksToEachParent", "getterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@return When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.", "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" : "IncludeAllLinksToEachParent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeAllLinksToEachParent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeAllLinksToEachParent", "sensitive" : false, "setterDocumentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    \n@param includeAllLinksToEachParent When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.", "setterMethodName" : "setIncludeAllLinksToEachParent", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeAllLinksToEachParent", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeAllLinksToEachParent", "variableType" : "Boolean", "documentation" : "

                    When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListObjectParentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListObjectParentsRequest", "variableName" : "listObjectParentsRequest", "variableType" : "ListObjectParentsRequest", "documentation" : null, "simpleType" : "ListObjectParentsRequest", "variableSetterType" : "ListObjectParentsRequest" }, "wrapper" : false }, "ListObjectParentsResponse" : { "c2jName" : "ListObjectParentsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "ObjectIdentifierToLinkNameMap", "defaultConsumerFluentSetterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #parents(Map)}.\n@param parents a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parents(Map)", "deprecated" : false, "documentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n@param parents The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Parents", "sensitive" : false, "setterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n@param parents The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parents", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parents", "variableType" : "java.util.Map", "documentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentLinks", "beanStyleSetterMethodName" : "setParentLinks", "c2jName" : "ParentLinks", "c2jShape" : "ObjectIdentifierAndLinkNameList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \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 #parentLinks(List)}.\n@param parentLinks 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 #parentLinks(List)", "deprecated" : false, "documentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentLinks", "fluentSetterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n@param parentLinks Returns a list of parent reference and LinkName Tuples.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentLinks", "getterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns a list of parent reference and LinkName Tuples.", "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" : "ParentLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifierAndLinkNameTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectIdentifierAndLinkNameTuple.Builder} avoiding the need to create one manually via {@link ObjectIdentifierAndLinkNameTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectIdentifierAndLinkNameTuple.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectIdentifierAndLinkNameTuple)}.\n@param member a consumer that will call methods on {@link ObjectIdentifierAndLinkNameTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectIdentifierAndLinkNameTuple)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectIdentifierAndLinkNameTuple", "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, "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" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : "", "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectIdentifierAndLinkNameTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParentLinks", "sensitive" : false, "setterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n@param parentLinks Returns a list of parent reference and LinkName Tuples.", "setterMethodName" : "setParentLinks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentLinks" : { "beanStyleGetterMethodName" : "getParentLinks", "beanStyleSetterMethodName" : "setParentLinks", "c2jName" : "ParentLinks", "c2jShape" : "ObjectIdentifierAndLinkNameList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \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 #parentLinks(List)}.\n@param parentLinks 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 #parentLinks(List)", "deprecated" : false, "documentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentLinks", "fluentSetterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n@param parentLinks Returns a list of parent reference and LinkName Tuples.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentLinks", "getterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns a list of parent reference and LinkName Tuples.", "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" : "ParentLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifierAndLinkNameTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectIdentifierAndLinkNameTuple.Builder} avoiding the need to create one manually via {@link ObjectIdentifierAndLinkNameTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectIdentifierAndLinkNameTuple.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectIdentifierAndLinkNameTuple)}.\n@param member a consumer that will call methods on {@link ObjectIdentifierAndLinkNameTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectIdentifierAndLinkNameTuple)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectIdentifierAndLinkNameTuple", "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, "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" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : "", "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectIdentifierAndLinkNameTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParentLinks", "sensitive" : false, "setterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n@param parentLinks Returns a list of parent reference and LinkName Tuples.", "setterMethodName" : "setParentLinks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Parents" : { "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "ObjectIdentifierToLinkNameMap", "defaultConsumerFluentSetterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #parents(Map)}.\n@param parents a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parents(Map)", "deprecated" : false, "documentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n@param parents The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Parents", "sensitive" : false, "setterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n@param parents The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parents", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parents", "variableType" : "java.util.Map", "documentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "ObjectIdentifierToLinkNameMap", "defaultConsumerFluentSetterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #parents(Map)}.\n@param parents a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parents(Map)", "deprecated" : false, "documentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n@param parents The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Parents", "sensitive" : false, "setterDocumentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    \n@param parents The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parents", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parents", "variableType" : "java.util.Map", "documentation" : "

                    The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentLinks", "beanStyleSetterMethodName" : "setParentLinks", "c2jName" : "ParentLinks", "c2jShape" : "ObjectIdentifierAndLinkNameList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \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 #parentLinks(List)}.\n@param parentLinks 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 #parentLinks(List)", "deprecated" : false, "documentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentLinks", "fluentSetterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n@param parentLinks Returns a list of parent reference and LinkName Tuples.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentLinks", "getterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns a list of parent reference and LinkName Tuples.", "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" : "ParentLinks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentLinks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifierAndLinkNameTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectIdentifierAndLinkNameTuple.Builder} avoiding the need to create one manually via {@link ObjectIdentifierAndLinkNameTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectIdentifierAndLinkNameTuple.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectIdentifierAndLinkNameTuple)}.\n@param member a consumer that will call methods on {@link ObjectIdentifierAndLinkNameTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectIdentifierAndLinkNameTuple)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectIdentifierAndLinkNameTuple", "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, "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" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "member", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : "", "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectIdentifierAndLinkNameTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParentLinks", "sensitive" : false, "setterDocumentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    \n@param parentLinks Returns a list of parent reference and LinkName Tuples.", "setterMethodName" : "setParentLinks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parentLinks", "variableType" : "java.util.List", "documentation" : "

                    Returns a list of parent reference and LinkName Tuples.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListObjectParentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListObjectParentsResponse", "variableName" : "listObjectParentsResponse", "variableType" : "ListObjectParentsResponse", "documentation" : null, "simpleType" : "ListObjectParentsResponse", "variableSetterType" : "ListObjectParentsResponse" }, "wrapper" : false }, "ListObjectPoliciesRequest" : { "c2jName" : "ListObjectPoliciesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListObjectPolicies", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/policy", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object for which policies will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@param objectReference Reference that identifies the object for which policies will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@return Reference that identifies the object for which policies will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@param objectReference Reference that identifies the object for which policies will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object for which policies will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object for which policies will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@param objectReference Reference that identifies the object for which policies will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@return Reference that identifies the object for which policies will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@param objectReference Reference that identifies the object for which policies will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object for which policies will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object for which policies will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@param objectReference Reference that identifies the object for which policies will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@return Reference that identifies the object for which policies will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object for which policies will be listed.

                    \n@param objectReference Reference that identifies the object for which policies will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object for which policies will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListObjectPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListObjectPoliciesRequest", "variableName" : "listObjectPoliciesRequest", "variableType" : "ListObjectPoliciesRequest", "documentation" : null, "simpleType" : "ListObjectPoliciesRequest", "variableSetterType" : "ListObjectPoliciesRequest" }, "wrapper" : false }, "ListObjectPoliciesResponse" : { "c2jName" : "ListObjectPoliciesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachedPolicyIds", "beanStyleSetterMethodName" : "setAttachedPolicyIds", "c2jName" : "AttachedPolicyIds", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \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 #attachedPolicyIds(List)}.\n@param attachedPolicyIds 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 #attachedPolicyIds(List)", "deprecated" : false, "documentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedPolicyIds", "fluentSetterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedPolicyIds", "getterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of policy ObjectIdentifiers, that are attached to the object.", "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" : "AttachedPolicyIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedPolicyIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttachedPolicyIds", "sensitive" : false, "setterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.", "setterMethodName" : "setAttachedPolicyIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachedPolicyIds" : { "beanStyleGetterMethodName" : "getAttachedPolicyIds", "beanStyleSetterMethodName" : "setAttachedPolicyIds", "c2jName" : "AttachedPolicyIds", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \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 #attachedPolicyIds(List)}.\n@param attachedPolicyIds 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 #attachedPolicyIds(List)", "deprecated" : false, "documentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedPolicyIds", "fluentSetterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedPolicyIds", "getterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of policy ObjectIdentifiers, that are attached to the object.", "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" : "AttachedPolicyIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedPolicyIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttachedPolicyIds", "sensitive" : false, "setterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.", "setterMethodName" : "setAttachedPolicyIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachedPolicyIds", "beanStyleSetterMethodName" : "setAttachedPolicyIds", "c2jName" : "AttachedPolicyIds", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \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 #attachedPolicyIds(List)}.\n@param attachedPolicyIds 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 #attachedPolicyIds(List)", "deprecated" : false, "documentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachedPolicyIds", "fluentSetterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachedPolicyIds", "getterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of policy ObjectIdentifiers, that are attached to the object.", "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" : "AttachedPolicyIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttachedPolicyIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "AttachedPolicyIds", "sensitive" : false, "setterDocumentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    \n@param attachedPolicyIds A list of policy ObjectIdentifiers, that are attached to the object.", "setterMethodName" : "setAttachedPolicyIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachedPolicyIds", "variableType" : "java.util.List", "documentation" : "

                    A list of policy ObjectIdentifiers, that are attached to the object.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListObjectPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListObjectPoliciesResponse", "variableName" : "listObjectPoliciesResponse", "variableType" : "ListObjectPoliciesResponse", "documentation" : null, "simpleType" : "ListObjectPoliciesResponse", "variableSetterType" : "ListObjectPoliciesResponse" }, "wrapper" : false }, "ListOutgoingTypedLinksRequest" : { "c2jName" : "ListOutgoingTypedLinksRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListOutgoingTypedLinks", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/outgoing", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@param objectReference A reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@return A reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@param objectReference A reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@return Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FilterAttributeRanges" : { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FilterTypedLink" : { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@return Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@param objectReference A reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@return A reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@param objectReference A reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@return The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    \n@param directoryArn The Amazon Resource Name (ARN) of the directory where you want to list the typed links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@param objectReference A reference that identifies the object whose attributes will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@return A reference that identifies the object whose attributes will be listed.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    \n@param objectReference A reference that identifies the object whose attributes will be listed.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    A reference that identifies the object whose attributes will be listed.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterAttributeRanges", "beanStyleSetterMethodName" : "setFilterAttributeRanges", "c2jName" : "FilterAttributeRanges", "c2jShape" : "TypedLinkAttributeRangeList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \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 #filterAttributeRanges(List)}.\n@param filterAttributeRanges 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 #filterAttributeRanges(List)", "deprecated" : false, "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterAttributeRanges", "fluentSetterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterAttributeRanges", "getterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "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" : "FilterAttributeRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterAttributeRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeRange.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeRange.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeRange)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeRange)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeRange", "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, "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" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "member", "variableType" : "TypedLinkAttributeRange", "documentation" : "", "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FilterAttributeRanges", "sensitive" : false, "setterDocumentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    \n@param filterAttributeRanges Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.", "setterMethodName" : "setFilterAttributeRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filterAttributeRanges", "variableType" : "java.util.List", "documentation" : "

                    Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilterTypedLink", "beanStyleSetterMethodName" : "setFilterTypedLink", "c2jName" : "FilterTypedLink", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #filterTypedLink(TypedLinkSchemaAndFacetName)}.\n@param filterTypedLink a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterTypedLink(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterTypedLink", "fluentSetterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterTypedLink", "getterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@return Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterTypedLink", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterTypedLink", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FilterTypedLink", "sensitive" : false, "setterDocumentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    \n@param filterTypedLink Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.", "setterMethodName" : "setFilterTypedLink", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "filterTypedLink", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                    Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

                    ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    The consistency level to execute the request at.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    The consistency level to execute the request at.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return The consistency level to execute the request at.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsistencyLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistencyLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    The consistency level to execute the request at.

                    \n@param consistencyLevel The consistency level to execute the request at.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    The consistency level to execute the request at.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "ListOutgoingTypedLinksRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListOutgoingTypedLinksRequest", "variableName" : "listOutgoingTypedLinksRequest", "variableType" : "ListOutgoingTypedLinksRequest", "documentation" : null, "simpleType" : "ListOutgoingTypedLinksRequest", "variableSetterType" : "ListOutgoingTypedLinksRequest" }, "wrapper" : false }, "ListOutgoingTypedLinksResponse" : { "c2jName" : "ListOutgoingTypedLinksResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifiers", "beanStyleSetterMethodName" : "setTypedLinkSpecifiers", "c2jName" : "TypedLinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns a typed link specifier as output.

                    \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 #typedLinkSpecifiers(List)}.\n@param typedLinkSpecifiers 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 #typedLinkSpecifiers(List)", "deprecated" : false, "documentation" : "

                    Returns a typed link specifier as output.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifiers", "fluentSetterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n@param typedLinkSpecifiers Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifiers", "getterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns a typed link specifier as output.", "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" : "TypedLinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TypedLinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n@param typedLinkSpecifiers Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : "

                    Returns a typed link specifier as output.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifiers" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifiers", "beanStyleSetterMethodName" : "setTypedLinkSpecifiers", "c2jName" : "TypedLinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns a typed link specifier as output.

                    \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 #typedLinkSpecifiers(List)}.\n@param typedLinkSpecifiers 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 #typedLinkSpecifiers(List)", "deprecated" : false, "documentation" : "

                    Returns a typed link specifier as output.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifiers", "fluentSetterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n@param typedLinkSpecifiers Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifiers", "getterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns a typed link specifier as output.", "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" : "TypedLinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TypedLinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n@param typedLinkSpecifiers Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : "

                    Returns a typed link specifier as output.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkSpecifiers", "beanStyleSetterMethodName" : "setTypedLinkSpecifiers", "c2jName" : "TypedLinkSpecifiers", "c2jShape" : "TypedLinkSpecifierList", "defaultConsumerFluentSetterDocumentation" : "

                    Returns a typed link specifier as output.

                    \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 #typedLinkSpecifiers(List)}.\n@param typedLinkSpecifiers 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 #typedLinkSpecifiers(List)", "deprecated" : false, "documentation" : "

                    Returns a typed link specifier as output.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifiers", "fluentSetterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n@param typedLinkSpecifiers Returns a typed link specifier as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifiers", "getterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Returns a typed link specifier as output.", "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" : "TypedLinkSpecifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkSpecifier)}.\n@param member a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkSpecifier", "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, "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" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "member", "variableType" : "TypedLinkSpecifier", "documentation" : "", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkSpecifier", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkSpecifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TypedLinkSpecifiers", "sensitive" : false, "setterDocumentation" : "

                    Returns a typed link specifier as output.

                    \n@param typedLinkSpecifiers Returns a typed link specifier as output.", "setterMethodName" : "setTypedLinkSpecifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "typedLinkSpecifiers", "variableType" : "java.util.List", "documentation" : "

                    Returns a typed link specifier as output.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListOutgoingTypedLinksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListOutgoingTypedLinksResponse", "variableName" : "listOutgoingTypedLinksResponse", "variableType" : "ListOutgoingTypedLinksResponse", "documentation" : null, "simpleType" : "ListOutgoingTypedLinksResponse", "variableSetterType" : "ListOutgoingTypedLinksResponse" }, "wrapper" : false }, "ListPolicyAttachmentsRequest" : { "c2jName" : "ListPolicyAttachmentsRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListPolicyAttachments", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/policy/attachment", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the policy object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the policy object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@param policyReference The reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@return The reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@param policyReference The reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the policy object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistencyLevel" : { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyReference" : { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the policy object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the policy object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@param policyReference The reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@return The reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@param policyReference The reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the policy object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyReference", "beanStyleSetterMethodName" : "setPolicyReference", "c2jName" : "PolicyReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    The reference that identifies the policy object.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #policyReference(ObjectReference)}.\n@param policyReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    The reference that identifies the policy object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyReference", "fluentSetterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@param policyReference The reference that identifies the policy object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyReference", "getterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@return The reference that identifies the policy object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicyReference", "sensitive" : false, "setterDocumentation" : "

                    The reference that identifies the policy object.

                    \n@param policyReference The reference that identifies the policy object.", "setterMethodName" : "setPolicyReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "policyReference", "variableType" : "ObjectReference", "documentation" : "

                    The reference that identifies the policy object.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistencyLevelAsString", "beanStyleSetterMethodName" : "setConsistencyLevel", "c2jName" : "ConsistencyLevel", "c2jShape" : "ConsistencyLevel", "defaultConsumerFluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consistencyLevelAsString(String)}.\n@param consistencyLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consistencyLevel(String)", "deprecated" : false, "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "endpointDiscoveryId" : false, "enumType" : "ConsistencyLevel", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "consistencyLevel", "fluentEnumSetterMethodName" : "consistencyLevel", "fluentGetterMethodName" : "consistencyLevelAsString", "fluentSetterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsistencyLevel", "fluentSetterMethodName" : "consistencyLevel", "getterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #consistencyLevel} will return {@link ConsistencyLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consistencyLevelAsString}.\n

                    \n@return Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-consistency-level", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-consistency-level", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConsistencyLevel", "sensitive" : false, "setterDocumentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    \n@param consistencyLevel Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.\n@see ConsistencyLevel", "setterMethodName" : "setConsistencyLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "consistencyLevel", "variableType" : "String", "documentation" : "

                    Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "PolicyReference" ], "shapeName" : "ListPolicyAttachmentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPolicyAttachmentsRequest", "variableName" : "listPolicyAttachmentsRequest", "variableType" : "ListPolicyAttachmentsRequest", "documentation" : null, "simpleType" : "ListPolicyAttachmentsRequest", "variableSetterType" : "ListPolicyAttachmentsRequest" }, "wrapper" : false }, "ListPolicyAttachmentsResponse" : { "c2jName" : "ListPolicyAttachmentsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of ObjectIdentifiers to which the 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of ObjectIdentifiers to which the 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectIdentifiers" : { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of ObjectIdentifiers to which the 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of ObjectIdentifiers to which the 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of ObjectIdentifiers to which the 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of ObjectIdentifiers to which the 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    \n@param objectIdentifiers A list of ObjectIdentifiers to which the policy is attached.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

                    A list of ObjectIdentifiers to which the policy is attached.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPolicyAttachmentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPolicyAttachmentsResponse", "variableName" : "listPolicyAttachmentsResponse", "variableType" : "ListPolicyAttachmentsResponse", "documentation" : null, "simpleType" : "ListPolicyAttachmentsResponse", "variableSetterType" : "ListPolicyAttachmentsResponse" }, "wrapper" : false }, "ListPublishedSchemaArnsRequest" : { "c2jName" : "ListPublishedSchemaArnsRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListPublishedSchemaArns", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/published", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@return The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@return The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@return The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    \n@param schemaArn The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPublishedSchemaArnsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPublishedSchemaArnsRequest", "variableName" : "listPublishedSchemaArnsRequest", "variableType" : "ListPublishedSchemaArnsRequest", "documentation" : null, "simpleType" : "ListPublishedSchemaArnsRequest", "variableSetterType" : "ListPublishedSchemaArnsRequest" }, "wrapper" : false }, "ListPublishedSchemaArnsResponse" : { "c2jName" : "ListPublishedSchemaArnsResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of published schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of published schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of published schemas.

                    \n@param schemaArns The ARNs of published schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of published schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of published schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of published schemas.

                    \n@param schemaArns The ARNs of published schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of published schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArns" : { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of published schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of published schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of published schemas.

                    \n@param schemaArns The ARNs of published schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of published schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of published schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of published schemas.

                    \n@param schemaArns The ARNs of published schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of published schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArns", "beanStyleSetterMethodName" : "setSchemaArns", "c2jName" : "SchemaArns", "c2jShape" : "Arns", "defaultConsumerFluentSetterDocumentation" : "

                    The ARNs of published schemas.

                    \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 #schemaArns(List)}.\n@param schemaArns 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 #schemaArns(List)", "deprecated" : false, "documentation" : "

                    The ARNs of published schemas.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArns", "fluentSetterDocumentation" : "

                    The ARNs of published schemas.

                    \n@param schemaArns The ARNs of published schemas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArns", "getterDocumentation" : "

                    The ARNs of published schemas.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The ARNs of published schemas.", "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" : "SchemaArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Arn", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "SchemaArns", "sensitive" : false, "setterDocumentation" : "

                    The ARNs of published schemas.

                    \n@param schemaArns The ARNs of published schemas.", "setterMethodName" : "setSchemaArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemaArns", "variableType" : "java.util.List", "documentation" : "

                    The ARNs of published schemas.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPublishedSchemaArnsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPublishedSchemaArnsResponse", "variableName" : "listPublishedSchemaArnsResponse", "variableType" : "ListPublishedSchemaArnsResponse", "documentation" : null, "simpleType" : "ListPublishedSchemaArnsResponse", "variableSetterType" : "ListPublishedSchemaArnsResponse" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/tags", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@param nextToken The pagination token. This is for future use. Currently pagination is not supported for tagging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@return The pagination token. This is for future use. Currently pagination is not supported for tagging.", "getterModel" : { "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, "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 pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@param nextToken The pagination token. This is for future use. Currently pagination is not supported for tagging.", "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 pagination token. This is for future use. Currently pagination is not supported for tagging.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "TagsNumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \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, "documentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@param maxResults The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@return The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.", "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, "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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@param maxResults The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.", "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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "TagsNumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \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, "documentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@param maxResults The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@return The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.", "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, "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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@param maxResults The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.", "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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@param nextToken The pagination token. This is for future use. Currently pagination is not supported for tagging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@return The pagination token. This is for future use. Currently pagination is not supported for tagging.", "getterModel" : { "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, "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 pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@param nextToken The pagination token. This is for future use. Currently pagination is not supported for tagging.", "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 pagination token. This is for future use. Currently pagination is not supported for tagging.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@param nextToken The pagination token. This is for future use. Currently pagination is not supported for tagging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@return The pagination token. This is for future use. Currently pagination is not supported for tagging.", "getterModel" : { "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, "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 pagination token. This is for future use. Currently pagination is not supported for tagging.

                    \n@param nextToken The pagination token. This is for future use. Currently pagination is not supported for tagging.", "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 pagination token. This is for future use. Currently pagination is not supported for tagging.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "TagsNumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \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, "documentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@param maxResults The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@return The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.", "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, "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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    \n@param maxResults The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.", "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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tag key value pairs that are associated with 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 #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, "documentation" : "

                    A list of tag key value pairs that are associated with the response.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    A list of tag key value pairs that are associated with the response.

                    \n@param tags A list of tag key value pairs that are associated with the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    A list of tag key value pairs that are associated with the response.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tag key value pairs that are associated with 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" : "Tags", "queryString" : 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                    A list of tag key value pairs that are associated with the response.

                    \n@param tags A list of tag key value pairs that are associated with the response.", "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" : "

                    A list of tag key value pairs that are associated with the response.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@param nextToken The token to use to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@return The token to use to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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, "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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@param nextToken The token to use to retrieve the next page of results. This value is null when there are no more results to return.", "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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@param nextToken The token to use to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@return The token to use to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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, "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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@param nextToken The token to use to retrieve the next page of results. This value is null when there are no more results to return.", "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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tag key value pairs that are associated with 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 #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, "documentation" : "

                    A list of tag key value pairs that are associated with the response.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    A list of tag key value pairs that are associated with the response.

                    \n@param tags A list of tag key value pairs that are associated with the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    A list of tag key value pairs that are associated with the response.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tag key value pairs that are associated with 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" : "Tags", "queryString" : 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                    A list of tag key value pairs that are associated with the response.

                    \n@param tags A list of tag key value pairs that are associated with the response.", "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" : "

                    A list of tag key value pairs that are associated with the response.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tag key value pairs that are associated with 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 #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, "documentation" : "

                    A list of tag key value pairs that are associated with the response.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    A list of tag key value pairs that are associated with the response.

                    \n@param tags A list of tag key value pairs that are associated with the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    A list of tag key value pairs that are associated with the response.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tag key value pairs that are associated with 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" : "Tags", "queryString" : 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                    A list of tag key value pairs that are associated with the response.

                    \n@param tags A list of tag key value pairs that are associated with the response.", "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" : "

                    A list of tag key value pairs that are associated with the response.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@param nextToken The token to use to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@return The token to use to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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, "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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    \n@param nextToken The token to use to retrieve the next page of results. This value is null when there are no more results to return.", "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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "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 }, "ListTypedLinkFacetAttributesRequest" : { "c2jName" : "ListTypedLinkFacetAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTypedLinkFacetAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The unique name of the typed link facet.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The unique name of the typed link facet.

                    \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                    \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "ListTypedLinkFacetAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTypedLinkFacetAttributesRequest", "variableName" : "listTypedLinkFacetAttributesRequest", "variableType" : "ListTypedLinkFacetAttributesRequest", "documentation" : null, "simpleType" : "ListTypedLinkFacetAttributesRequest", "variableSetterType" : "ListTypedLinkFacetAttributesRequest" }, "wrapper" : false }, "ListTypedLinkFacetAttributesResponse" : { "c2jName" : "ListTypedLinkFacetAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TypedLinkAttributeDefinitionList", "defaultConsumerFluentSetterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    An ordered set of attributes associate with the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n@param attributes An ordered set of attributes associate with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An ordered set of attributes associate with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeDefinition)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeDefinition", "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, "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" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n@param attributes An ordered set of attributes associate with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    An ordered set of attributes associate with the typed link.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TypedLinkAttributeDefinitionList", "defaultConsumerFluentSetterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    An ordered set of attributes associate with the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n@param attributes An ordered set of attributes associate with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An ordered set of attributes associate with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeDefinition)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeDefinition", "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, "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" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n@param attributes An ordered set of attributes associate with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    An ordered set of attributes associate with the typed link.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TypedLinkAttributeDefinitionList", "defaultConsumerFluentSetterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                    An ordered set of attributes associate with the typed link.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n@param attributes An ordered set of attributes associate with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An ordered set of attributes associate with the typed link.", "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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeDefinition)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeDefinition", "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, "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" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                    An ordered set of attributes associate with the typed link.

                    \n@param attributes An ordered set of attributes associate with the typed link.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                    An ordered set of attributes associate with the typed link.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTypedLinkFacetAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTypedLinkFacetAttributesResponse", "variableName" : "listTypedLinkFacetAttributesResponse", "variableType" : "ListTypedLinkFacetAttributesResponse", "documentation" : null, "simpleType" : "ListTypedLinkFacetAttributesResponse", "variableSetterType" : "ListTypedLinkFacetAttributesResponse" }, "wrapper" : false }, "ListTypedLinkFacetNamesRequest" : { "c2jName" : "ListTypedLinkFacetNamesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTypedLinkFacetNames", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/facet/list", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \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, "documentation" : "

                    The maximum number of results to retrieve.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of results to retrieve.

                    \n@return The maximum number of results to retrieve.", "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, "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 maximum number of results to retrieve.

                    \n@param maxResults The maximum number of results to retrieve.", "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 maximum number of results to retrieve.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn" ], "shapeName" : "ListTypedLinkFacetNamesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTypedLinkFacetNamesRequest", "variableName" : "listTypedLinkFacetNamesRequest", "variableType" : "ListTypedLinkFacetNamesRequest", "documentation" : null, "simpleType" : "ListTypedLinkFacetNamesRequest", "variableSetterType" : "ListTypedLinkFacetNamesRequest" }, "wrapper" : false }, "ListTypedLinkFacetNamesResponse" : { "c2jName" : "ListTypedLinkFacetNamesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFacetNames", "beanStyleSetterMethodName" : "setFacetNames", "c2jName" : "FacetNames", "c2jShape" : "TypedLinkNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \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 #facetNames(List)}.\n@param facetNames 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 #facetNames(List)", "deprecated" : false, "documentation" : "

                    The names of typed link facets that exist within the schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetNames", "fluentSetterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n@param facetNames The names of typed link facets that exist within the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetNames", "getterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of typed link facets that exist within the schema.", "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" : "FacetNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "FacetNames", "sensitive" : false, "setterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n@param facetNames The names of typed link facets that exist within the schema.", "setterMethodName" : "setFacetNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : "

                    The names of typed link facets that exist within the schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FacetNames" : { "beanStyleGetterMethodName" : "getFacetNames", "beanStyleSetterMethodName" : "setFacetNames", "c2jName" : "FacetNames", "c2jShape" : "TypedLinkNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \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 #facetNames(List)}.\n@param facetNames 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 #facetNames(List)", "deprecated" : false, "documentation" : "

                    The names of typed link facets that exist within the schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetNames", "fluentSetterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n@param facetNames The names of typed link facets that exist within the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetNames", "getterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of typed link facets that exist within the schema.", "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" : "FacetNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "FacetNames", "sensitive" : false, "setterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n@param facetNames The names of typed link facets that exist within the schema.", "setterMethodName" : "setFacetNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : "

                    The names of typed link facets that exist within the schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFacetNames", "beanStyleSetterMethodName" : "setFacetNames", "c2jName" : "FacetNames", "c2jShape" : "TypedLinkNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \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 #facetNames(List)}.\n@param facetNames 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 #facetNames(List)", "deprecated" : false, "documentation" : "

                    The names of typed link facets that exist within the schema.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetNames", "fluentSetterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n@param facetNames The names of typed link facets that exist within the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetNames", "getterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of typed link facets that exist within the schema.", "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" : "FacetNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "FacetNames", "sensitive" : false, "setterDocumentation" : "

                    The names of typed link facets that exist within the schema.

                    \n@param facetNames The names of typed link facets that exist within the schema.", "setterMethodName" : "setFacetNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "facetNames", "variableType" : "java.util.List", "documentation" : "

                    The names of typed link facets that exist within the schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTypedLinkFacetNamesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTypedLinkFacetNamesResponse", "variableName" : "listTypedLinkFacetNamesResponse", "variableType" : "ListTypedLinkFacetNamesResponse", "documentation" : null, "simpleType" : "ListTypedLinkFacetNamesResponse", "variableSetterType" : "ListTypedLinkFacetNamesResponse" }, "wrapper" : false }, "LookupPolicyRequest" : { "c2jName" : "LookupPolicyRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "LookupPolicy", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/policy/lookup", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@param objectReference Reference that identifies the object whose policies will be looked up.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@return Reference that identifies the object whose policies will be looked up.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@param objectReference Reference that identifies the object whose policies will be looked up.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The token to request the next page of results.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The token to request the next page of results.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The token to request the next page of results.

                    \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The token to request the next page of results.

                    \n@return The token to request the next page of results.", "getterModel" : { "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, "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 token to request the next page of results.

                    \n@param nextToken The token to request the next page of results.", "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 token to request the next page of results.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The token to request the next page of results.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The token to request the next page of results.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The token to request the next page of results.

                    \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The token to request the next page of results.

                    \n@return The token to request the next page of results.", "getterModel" : { "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, "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 token to request the next page of results.

                    \n@param nextToken The token to request the next page of results.", "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 token to request the next page of results.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@param objectReference Reference that identifies the object whose policies will be looked up.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@return Reference that identifies the object whose policies will be looked up.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@param objectReference Reference that identifies the object whose policies will be looked up.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@return The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@param objectReference Reference that identifies the object whose policies will be looked up.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@return Reference that identifies the object whose policies will be looked up.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    \n@param objectReference Reference that identifies the object whose policies will be looked up.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                    Reference that identifies the object whose policies will be looked up.

                    ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The token to request the next page of results.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The token to request the next page of results.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The token to request the next page of results.

                    \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The token to request the next page of results.

                    \n@return The token to request the next page of results.", "getterModel" : { "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, "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 token to request the next page of results.

                    \n@param nextToken The token to request the next page of results.", "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 token to request the next page of results.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "NumberResults", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \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, "documentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@return The maximum number of items to be retrieved in a single call. This is an approximate number.", "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, "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    \n@param maxResults The maximum number of items to be retrieved in a single call. This is an approximate number.", "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 maximum number of items to be retrieved in a single call. This is an approximate number.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference" ], "shapeName" : "LookupPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LookupPolicyRequest", "variableName" : "lookupPolicyRequest", "variableType" : "LookupPolicyRequest", "documentation" : null, "simpleType" : "LookupPolicyRequest", "variableSetterType" : "LookupPolicyRequest" }, "wrapper" : false }, "LookupPolicyResponse" : { "c2jName" : "LookupPolicyResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyToPathList", "beanStyleSetterMethodName" : "setPolicyToPathList", "c2jName" : "PolicyToPathList", "c2jShape" : "PolicyToPathList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \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 #policyToPathList(List)}.\n@param policyToPathList 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 #policyToPathList(List)", "deprecated" : false, "documentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyToPathList", "fluentSetterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyToPathList", "getterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "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" : "PolicyToPathList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyToPathList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyToPath", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyToPath.Builder} avoiding the need to create one manually via {@link PolicyToPath#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyToPath.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyToPath)}.\n@param member a consumer that will call methods on {@link PolicyToPath.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyToPath)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyToPath", "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, "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" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : "", "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyToPath", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyToPath", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyToPathList", "sensitive" : false, "setterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "setterMethodName" : "setPolicyToPathList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyToPathList" : { "beanStyleGetterMethodName" : "getPolicyToPathList", "beanStyleSetterMethodName" : "setPolicyToPathList", "c2jName" : "PolicyToPathList", "c2jShape" : "PolicyToPathList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \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 #policyToPathList(List)}.\n@param policyToPathList 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 #policyToPathList(List)", "deprecated" : false, "documentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyToPathList", "fluentSetterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyToPathList", "getterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "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" : "PolicyToPathList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyToPathList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyToPath", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyToPath.Builder} avoiding the need to create one manually via {@link PolicyToPath#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyToPath.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyToPath)}.\n@param member a consumer that will call methods on {@link PolicyToPath.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyToPath)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyToPath", "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, "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" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : "", "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyToPath", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyToPath", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyToPathList", "sensitive" : false, "setterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "setterMethodName" : "setPolicyToPathList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyToPathList", "beanStyleSetterMethodName" : "setPolicyToPathList", "c2jName" : "PolicyToPathList", "c2jShape" : "PolicyToPathList", "defaultConsumerFluentSetterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \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 #policyToPathList(List)}.\n@param policyToPathList 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 #policyToPathList(List)", "deprecated" : false, "documentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyToPathList", "fluentSetterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyToPathList", "getterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "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" : "PolicyToPathList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyToPathList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyToPath", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyToPath.Builder} avoiding the need to create one manually via {@link PolicyToPath#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyToPath.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyToPath)}.\n@param member a consumer that will call methods on {@link PolicyToPath.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyToPath)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyToPath", "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, "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" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "member", "variableType" : "PolicyToPath", "documentation" : "", "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyToPath", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyToPath", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyToPathList", "sensitive" : false, "setterDocumentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    \n@param policyToPathList Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.", "setterMethodName" : "setPolicyToPathList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyToPathList", "variableType" : "java.util.List", "documentation" : "

                    Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                    The pagination token.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    The pagination token.

                    \n@param nextToken The pagination token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "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, "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 pagination token.

                    \n@param nextToken The pagination token.", "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 pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LookupPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LookupPolicyResponse", "variableName" : "lookupPolicyResponse", "variableType" : "LookupPolicyResponse", "documentation" : null, "simpleType" : "LookupPolicyResponse", "variableSetterType" : "LookupPolicyResponse" }, "wrapper" : false }, "NotIndexException" : { "c2jName" : "NotIndexException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the requested operation can only operate on index objects.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotIndexException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotIndexException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotIndexException", "variableName" : "notIndexException", "variableType" : "NotIndexException", "documentation" : null, "simpleType" : "NotIndexException", "variableSetterType" : "NotIndexException" }, "wrapper" : false }, "NotNodeException" : { "c2jName" : "NotNodeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Occurs when any invalid operations are performed on an object that is not a node, such as calling ListObjectChildren for a leaf node object.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotNodeException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotNodeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotNodeException", "variableName" : "notNodeException", "variableType" : "NotNodeException", "documentation" : null, "simpleType" : "NotNodeException", "variableSetterType" : "NotNodeException" }, "wrapper" : false }, "NotPolicyException" : { "c2jName" : "NotPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the requested operation can only operate on policy objects.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotPolicyException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotPolicyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotPolicyException", "variableName" : "notPolicyException", "variableType" : "NotPolicyException", "documentation" : null, "simpleType" : "NotPolicyException", "variableSetterType" : "NotPolicyException" }, "wrapper" : false }, "ObjectAlreadyDetachedException" : { "c2jName" : "ObjectAlreadyDetachedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the object is not attached to the index.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ObjectAlreadyDetachedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectAlreadyDetachedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ObjectAlreadyDetachedException", "variableName" : "objectAlreadyDetachedException", "variableType" : "ObjectAlreadyDetachedException", "documentation" : null, "simpleType" : "ObjectAlreadyDetachedException", "variableSetterType" : "ObjectAlreadyDetachedException" }, "wrapper" : false }, "ObjectAttributeAction" : { "c2jName" : "ObjectAttributeAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The action to take on the object attribute.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectAttributeActionTypeAsString", "beanStyleSetterMethodName" : "setObjectAttributeActionType", "c2jName" : "ObjectAttributeActionType", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    A type that can be either Update or Delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeActionTypeAsString(String)}.\n@param objectAttributeActionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeActionType(String)", "deprecated" : false, "documentation" : "

                    A type that can be either Update or Delete.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectAttributeActionType", "fluentEnumSetterMethodName" : "objectAttributeActionType", "fluentGetterMethodName" : "objectAttributeActionTypeAsString", "fluentSetterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n@param objectAttributeActionType A type that can be either Update or Delete.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "objectAttributeActionType", "getterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectAttributeActionType} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectAttributeActionTypeAsString}.\n

                    \n@return A type that can be either Update or Delete.\n@see UpdateActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectAttributeActionType", "sensitive" : false, "setterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n@param objectAttributeActionType A type that can be either Update or Delete.\n@see UpdateActionType", "setterMethodName" : "setObjectAttributeActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectAttributeActionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectAttributeActionType", "variableType" : "String", "documentation" : "

                    A type that can be either Update or Delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeUpdateValue", "beanStyleSetterMethodName" : "setObjectAttributeUpdateValue", "c2jName" : "ObjectAttributeUpdateValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The value that you want to update to.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeUpdateValue(TypedAttributeValue)}.\n@param objectAttributeUpdateValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeUpdateValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The value that you want to update to.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeUpdateValue", "fluentSetterDocumentation" : "

                    The value that you want to update to.

                    \n@param objectAttributeUpdateValue The value that you want to update to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeUpdateValue", "getterDocumentation" : "

                    The value that you want to update to.

                    \n@return The value that you want to update to.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeUpdateValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeUpdateValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeUpdateValue", "sensitive" : false, "setterDocumentation" : "

                    The value that you want to update to.

                    \n@param objectAttributeUpdateValue The value that you want to update to.", "setterMethodName" : "setObjectAttributeUpdateValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "objectAttributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "objectAttributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The value that you want to update to.

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectAttributeActionType" : { "beanStyleGetterMethodName" : "getObjectAttributeActionTypeAsString", "beanStyleSetterMethodName" : "setObjectAttributeActionType", "c2jName" : "ObjectAttributeActionType", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    A type that can be either Update or Delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeActionTypeAsString(String)}.\n@param objectAttributeActionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeActionType(String)", "deprecated" : false, "documentation" : "

                    A type that can be either Update or Delete.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectAttributeActionType", "fluentEnumSetterMethodName" : "objectAttributeActionType", "fluentGetterMethodName" : "objectAttributeActionTypeAsString", "fluentSetterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n@param objectAttributeActionType A type that can be either Update or Delete.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "objectAttributeActionType", "getterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectAttributeActionType} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectAttributeActionTypeAsString}.\n

                    \n@return A type that can be either Update or Delete.\n@see UpdateActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectAttributeActionType", "sensitive" : false, "setterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n@param objectAttributeActionType A type that can be either Update or Delete.\n@see UpdateActionType", "setterMethodName" : "setObjectAttributeActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectAttributeActionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectAttributeActionType", "variableType" : "String", "documentation" : "

                    A type that can be either Update or Delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectAttributeUpdateValue" : { "beanStyleGetterMethodName" : "getObjectAttributeUpdateValue", "beanStyleSetterMethodName" : "setObjectAttributeUpdateValue", "c2jName" : "ObjectAttributeUpdateValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The value that you want to update to.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeUpdateValue(TypedAttributeValue)}.\n@param objectAttributeUpdateValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeUpdateValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The value that you want to update to.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeUpdateValue", "fluentSetterDocumentation" : "

                    The value that you want to update to.

                    \n@param objectAttributeUpdateValue The value that you want to update to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeUpdateValue", "getterDocumentation" : "

                    The value that you want to update to.

                    \n@return The value that you want to update to.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeUpdateValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeUpdateValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeUpdateValue", "sensitive" : false, "setterDocumentation" : "

                    The value that you want to update to.

                    \n@param objectAttributeUpdateValue The value that you want to update to.", "setterMethodName" : "setObjectAttributeUpdateValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "objectAttributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "objectAttributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The value that you want to update to.

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectAttributeActionTypeAsString", "beanStyleSetterMethodName" : "setObjectAttributeActionType", "c2jName" : "ObjectAttributeActionType", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                    A type that can be either Update or Delete.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeActionTypeAsString(String)}.\n@param objectAttributeActionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeActionType(String)", "deprecated" : false, "documentation" : "

                    A type that can be either Update or Delete.

                    ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectAttributeActionType", "fluentEnumSetterMethodName" : "objectAttributeActionType", "fluentGetterMethodName" : "objectAttributeActionTypeAsString", "fluentSetterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n@param objectAttributeActionType A type that can be either Update or Delete.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "objectAttributeActionType", "getterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectAttributeActionType} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectAttributeActionTypeAsString}.\n

                    \n@return A type that can be either Update or Delete.\n@see UpdateActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectAttributeActionType", "sensitive" : false, "setterDocumentation" : "

                    A type that can be either Update or Delete.

                    \n@param objectAttributeActionType A type that can be either Update or Delete.\n@see UpdateActionType", "setterMethodName" : "setObjectAttributeActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectAttributeActionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectAttributeActionType", "variableType" : "String", "documentation" : "

                    A type that can be either Update or Delete.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeUpdateValue", "beanStyleSetterMethodName" : "setObjectAttributeUpdateValue", "c2jName" : "ObjectAttributeUpdateValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The value that you want to update to.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeUpdateValue(TypedAttributeValue)}.\n@param objectAttributeUpdateValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeUpdateValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                    The value that you want to update to.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeUpdateValue", "fluentSetterDocumentation" : "

                    The value that you want to update to.

                    \n@param objectAttributeUpdateValue The value that you want to update to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeUpdateValue", "getterDocumentation" : "

                    The value that you want to update to.

                    \n@return The value that you want to update to.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeUpdateValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeUpdateValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeUpdateValue", "sensitive" : false, "setterDocumentation" : "

                    The value that you want to update to.

                    \n@param objectAttributeUpdateValue The value that you want to update to.", "setterMethodName" : "setObjectAttributeUpdateValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "objectAttributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "objectAttributeUpdateValue", "variableType" : "TypedAttributeValue", "documentation" : "

                    The value that you want to update to.

                    ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectAttributeAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : null, "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "wrapper" : false }, "ObjectAttributeRange" : { "c2jName" : "ObjectAttributeRange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A range of attributes.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributeKey", "beanStyleSetterMethodName" : "setAttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #attributeKey(AttributeKey)}.\n@param attributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute that the attribute range covers.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@param attributeKey The key of the attribute that the attribute range covers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeKey", "getterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@return The key of the attribute that the attribute range covers.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@param attributeKey The key of the attribute that the attribute range covers.", "setterMethodName" : "setAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute that the attribute range covers.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRange", "beanStyleSetterMethodName" : "setRange", "c2jName" : "Range", "c2jShape" : "TypedAttributeValueRange", "defaultConsumerFluentSetterDocumentation" : "

                    The range of attribute values being selected.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValueRange.Builder} avoiding the need to create one manually via {@link TypedAttributeValueRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValueRange.Builder#build()} is called immediately and its result is passed to {@link #range(TypedAttributeValueRange)}.\n@param range a consumer that will call methods on {@link TypedAttributeValueRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #range(TypedAttributeValueRange)", "deprecated" : false, "documentation" : "

                    The range of attribute values being selected.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "range", "fluentSetterDocumentation" : "

                    The range of attribute values being selected.

                    \n@param range The range of attribute values being selected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "range", "getterDocumentation" : "

                    The range of attribute values being selected.

                    \n@return The range of attribute values being selected.", "getterModel" : { "returnType" : "TypedAttributeValueRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Range", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Range", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Range", "sensitive" : false, "setterDocumentation" : "

                    The range of attribute values being selected.

                    \n@param range The range of attribute values being selected.", "setterMethodName" : "setRange", "setterModel" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : "

                    The range of attribute values being selected.

                    ", "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeKey" : { "beanStyleGetterMethodName" : "getAttributeKey", "beanStyleSetterMethodName" : "setAttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #attributeKey(AttributeKey)}.\n@param attributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute that the attribute range covers.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@param attributeKey The key of the attribute that the attribute range covers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeKey", "getterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@return The key of the attribute that the attribute range covers.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@param attributeKey The key of the attribute that the attribute range covers.", "setterMethodName" : "setAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute that the attribute range covers.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, "Range" : { "beanStyleGetterMethodName" : "getRange", "beanStyleSetterMethodName" : "setRange", "c2jName" : "Range", "c2jShape" : "TypedAttributeValueRange", "defaultConsumerFluentSetterDocumentation" : "

                    The range of attribute values being selected.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValueRange.Builder} avoiding the need to create one manually via {@link TypedAttributeValueRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValueRange.Builder#build()} is called immediately and its result is passed to {@link #range(TypedAttributeValueRange)}.\n@param range a consumer that will call methods on {@link TypedAttributeValueRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #range(TypedAttributeValueRange)", "deprecated" : false, "documentation" : "

                    The range of attribute values being selected.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "range", "fluentSetterDocumentation" : "

                    The range of attribute values being selected.

                    \n@param range The range of attribute values being selected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "range", "getterDocumentation" : "

                    The range of attribute values being selected.

                    \n@return The range of attribute values being selected.", "getterModel" : { "returnType" : "TypedAttributeValueRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Range", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Range", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Range", "sensitive" : false, "setterDocumentation" : "

                    The range of attribute values being selected.

                    \n@param range The range of attribute values being selected.", "setterMethodName" : "setRange", "setterModel" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : "

                    The range of attribute values being selected.

                    ", "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributeKey", "beanStyleSetterMethodName" : "setAttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #attributeKey(AttributeKey)}.\n@param attributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute that the attribute range covers.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@param attributeKey The key of the attribute that the attribute range covers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeKey", "getterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@return The key of the attribute that the attribute range covers.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute that the attribute range covers.

                    \n@param attributeKey The key of the attribute that the attribute range covers.", "setterMethodName" : "setAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "attributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute that the attribute range covers.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRange", "beanStyleSetterMethodName" : "setRange", "c2jName" : "Range", "c2jShape" : "TypedAttributeValueRange", "defaultConsumerFluentSetterDocumentation" : "

                    The range of attribute values being selected.

                    \nThis is a convenience that creates an instance of the {@link TypedAttributeValueRange.Builder} avoiding the need to create one manually via {@link TypedAttributeValueRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValueRange.Builder#build()} is called immediately and its result is passed to {@link #range(TypedAttributeValueRange)}.\n@param range a consumer that will call methods on {@link TypedAttributeValueRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #range(TypedAttributeValueRange)", "deprecated" : false, "documentation" : "

                    The range of attribute values being selected.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "range", "fluentSetterDocumentation" : "

                    The range of attribute values being selected.

                    \n@param range The range of attribute values being selected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "range", "getterDocumentation" : "

                    The range of attribute values being selected.

                    \n@return The range of attribute values being selected.", "getterModel" : { "returnType" : "TypedAttributeValueRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Range", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Range", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Range", "sensitive" : false, "setterDocumentation" : "

                    The range of attribute values being selected.

                    \n@param range The range of attribute values being selected.", "setterMethodName" : "setRange", "setterModel" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : "

                    The range of attribute values being selected.

                    ", "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectAttributeRange", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ObjectAttributeRange", "variableName" : "objectAttributeRange", "variableType" : "ObjectAttributeRange", "documentation" : null, "simpleType" : "ObjectAttributeRange", "variableSetterType" : "ObjectAttributeRange" }, "wrapper" : false }, "ObjectAttributeUpdate" : { "c2jName" : "ObjectAttributeUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Structure that contains attribute update information.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectAttributeKey", "beanStyleSetterMethodName" : "setObjectAttributeKey", "c2jName" : "ObjectAttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeKey(AttributeKey)}.\n@param objectAttributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute being updated.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param objectAttributeKey The key of the attribute being updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeKey", "getterDocumentation" : "

                    The key of the attribute being updated.

                    \n@return The key of the attribute being updated.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param objectAttributeKey The key of the attribute being updated.", "setterMethodName" : "setObjectAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "objectAttributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "objectAttributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute being updated.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeAction", "beanStyleSetterMethodName" : "setObjectAttributeAction", "c2jName" : "ObjectAttributeAction", "c2jShape" : "ObjectAttributeAction", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \nThis is a convenience that creates an instance of the {@link ObjectAttributeAction.Builder} avoiding the need to create one manually via {@link ObjectAttributeAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeAction.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeAction(ObjectAttributeAction)}.\n@param objectAttributeAction a consumer that will call methods on {@link ObjectAttributeAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeAction(ObjectAttributeAction)", "deprecated" : false, "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeAction", "fluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param objectAttributeAction The action to perform as part of the attribute update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeAction", "getterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@return The action to perform as part of the attribute update.", "getterModel" : { "returnType" : "ObjectAttributeAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeAction", "sensitive" : false, "setterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param objectAttributeAction The action to perform as part of the attribute update.", "setterMethodName" : "setObjectAttributeAction", "setterModel" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : null, "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectAttributeAction" : { "beanStyleGetterMethodName" : "getObjectAttributeAction", "beanStyleSetterMethodName" : "setObjectAttributeAction", "c2jName" : "ObjectAttributeAction", "c2jShape" : "ObjectAttributeAction", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \nThis is a convenience that creates an instance of the {@link ObjectAttributeAction.Builder} avoiding the need to create one manually via {@link ObjectAttributeAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeAction.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeAction(ObjectAttributeAction)}.\n@param objectAttributeAction a consumer that will call methods on {@link ObjectAttributeAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeAction(ObjectAttributeAction)", "deprecated" : false, "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeAction", "fluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param objectAttributeAction The action to perform as part of the attribute update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeAction", "getterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@return The action to perform as part of the attribute update.", "getterModel" : { "returnType" : "ObjectAttributeAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeAction", "sensitive" : false, "setterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param objectAttributeAction The action to perform as part of the attribute update.", "setterMethodName" : "setObjectAttributeAction", "setterModel" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : null, "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "xmlNameSpaceUri" : null }, "ObjectAttributeKey" : { "beanStyleGetterMethodName" : "getObjectAttributeKey", "beanStyleSetterMethodName" : "setObjectAttributeKey", "c2jName" : "ObjectAttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeKey(AttributeKey)}.\n@param objectAttributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute being updated.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param objectAttributeKey The key of the attribute being updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeKey", "getterDocumentation" : "

                    The key of the attribute being updated.

                    \n@return The key of the attribute being updated.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param objectAttributeKey The key of the attribute being updated.", "setterMethodName" : "setObjectAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "objectAttributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "objectAttributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute being updated.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectAttributeKey", "beanStyleSetterMethodName" : "setObjectAttributeKey", "c2jName" : "ObjectAttributeKey", "c2jShape" : "AttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \nThis is a convenience that creates an instance of the {@link AttributeKey.Builder} avoiding the need to create one manually via {@link AttributeKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeKey.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeKey(AttributeKey)}.\n@param objectAttributeKey a consumer that will call methods on {@link AttributeKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeKey(AttributeKey)", "deprecated" : false, "documentation" : "

                    The key of the attribute being updated.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeKey", "fluentSetterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param objectAttributeKey The key of the attribute being updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeKey", "getterDocumentation" : "

                    The key of the attribute being updated.

                    \n@return The key of the attribute being updated.", "getterModel" : { "returnType" : "AttributeKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeKey", "sensitive" : false, "setterDocumentation" : "

                    The key of the attribute being updated.

                    \n@param objectAttributeKey The key of the attribute being updated.", "setterMethodName" : "setObjectAttributeKey", "setterModel" : { "variableDeclarationType" : "AttributeKey", "variableName" : "objectAttributeKey", "variableType" : "AttributeKey", "documentation" : null, "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeKey", "variableName" : "objectAttributeKey", "variableType" : "AttributeKey", "documentation" : "

                    The key of the attribute being updated.

                    ", "simpleType" : "AttributeKey", "variableSetterType" : "AttributeKey" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectAttributeAction", "beanStyleSetterMethodName" : "setObjectAttributeAction", "c2jName" : "ObjectAttributeAction", "c2jShape" : "ObjectAttributeAction", "defaultConsumerFluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \nThis is a convenience that creates an instance of the {@link ObjectAttributeAction.Builder} avoiding the need to create one manually via {@link ObjectAttributeAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeAction.Builder#build()} is called immediately and its result is passed to {@link #objectAttributeAction(ObjectAttributeAction)}.\n@param objectAttributeAction a consumer that will call methods on {@link ObjectAttributeAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectAttributeAction(ObjectAttributeAction)", "deprecated" : false, "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectAttributeAction", "fluentSetterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param objectAttributeAction The action to perform as part of the attribute update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectAttributeAction", "getterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@return The action to perform as part of the attribute update.", "getterModel" : { "returnType" : "ObjectAttributeAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectAttributeAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectAttributeAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectAttributeAction", "sensitive" : false, "setterDocumentation" : "

                    The action to perform as part of the attribute update.

                    \n@param objectAttributeAction The action to perform as part of the attribute update.", "setterMethodName" : "setObjectAttributeAction", "setterModel" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : null, "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeAction", "variableName" : "objectAttributeAction", "variableType" : "ObjectAttributeAction", "documentation" : "

                    The action to perform as part of the attribute update.

                    ", "simpleType" : "ObjectAttributeAction", "variableSetterType" : "ObjectAttributeAction" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectAttributeUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "objectAttributeUpdate", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "wrapper" : false }, "ObjectIdentifierAndLinkNameTuple" : { "c2jName" : "ObjectIdentifierAndLinkNameTuple", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A pair of ObjectIdentifier and LinkName.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ID that is associated with the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ID that is associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ID that is associated with the object.

                    \n@param objectIdentifier The ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ID that is associated with the object.

                    \n@return The ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ID that is associated with the object.

                    \n@param objectIdentifier The ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ID that is associated with the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of the link between the parent and the child object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@param linkName The name of the link between the parent and the child object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@return The name of the link between the parent and the child 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@param linkName The name of the link between the parent and the child object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of the link between the parent and the child object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LinkName" : { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of the link between the parent and the child object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@param linkName The name of the link between the parent and the child object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@return The name of the link between the parent and the child 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@param linkName The name of the link between the parent and the child object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of the link between the parent and the child object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ID that is associated with the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ID that is associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ID that is associated with the object.

                    \n@param objectIdentifier The ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ID that is associated with the object.

                    \n@return The ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ID that is associated with the object.

                    \n@param objectIdentifier The ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ID that is associated with the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                    The ID that is associated with the object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                    The ID that is associated with the object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                    The ID that is associated with the object.

                    \n@param objectIdentifier The ID that is associated with the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                    The ID that is associated with the object.

                    \n@return The ID that is associated with the 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                    The ID that is associated with the object.

                    \n@param objectIdentifier The ID that is associated with the object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                    The ID that is associated with the object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLinkName", "beanStyleSetterMethodName" : "setLinkName", "c2jName" : "LinkName", "c2jShape" : "LinkName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkName(String)}.\n@param linkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkName(String)", "deprecated" : false, "documentation" : "

                    The name of the link between the parent and the child object.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "linkName", "fluentSetterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@param linkName The name of the link between the parent and the child object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "linkName", "getterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@return The name of the link between the parent and the child 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" : "LinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LinkName", "sensitive" : false, "setterDocumentation" : "

                    The name of the link between the parent and the child object.

                    \n@param linkName The name of the link between the parent and the child object.", "setterMethodName" : "setLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "linkName", "variableType" : "String", "documentation" : "

                    The name of the link between the parent and the child object.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectIdentifierAndLinkNameTuple", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ObjectIdentifierAndLinkNameTuple", "variableName" : "objectIdentifierAndLinkNameTuple", "variableType" : "ObjectIdentifierAndLinkNameTuple", "documentation" : null, "simpleType" : "ObjectIdentifierAndLinkNameTuple", "variableSetterType" : "ObjectIdentifierAndLinkNameTuple" }, "wrapper" : false }, "ObjectNotDetachedException" : { "c2jName" : "ObjectNotDetachedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the requested operation cannot be completed because the object has not been detached from the tree.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ObjectNotDetachedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectNotDetachedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ObjectNotDetachedException", "variableName" : "objectNotDetachedException", "variableType" : "ObjectNotDetachedException", "documentation" : null, "simpleType" : "ObjectNotDetachedException", "variableSetterType" : "ObjectNotDetachedException" }, "wrapper" : false }, "ObjectReference" : { "c2jName" : "ObjectReference", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The reference that identifies an object.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSelector", "beanStyleSetterMethodName" : "setSelector", "c2jName" : "Selector", "c2jShape" : "SelectorObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                    A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                    • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                    • /some/path - Identifies the object based on path

                    • #SomeBatchReference - Identifies the object in a batch call

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selector(String)}.\n@param selector a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selector(String)", "deprecated" : false, "documentation" : "

                    A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                    • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                    • /some/path - Identifies the object based on path

                    • #SomeBatchReference - Identifies the object in a batch call

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "selector", "fluentSetterDocumentation" : "

                    A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                    • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                    • /some/path - Identifies the object based on path

                    • #SomeBatchReference - Identifies the object in a batch call

                    \n@param selector A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                    • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                    • /some/path - Identifies the object based on path

                    • #SomeBatchReference - Identifies the object in a batch call

                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selector", "getterDocumentation" : "

                      A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                      • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                      • /some/path - Identifies the object based on path

                      • #SomeBatchReference - Identifies the object in a batch call

                      \n@return A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                      • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                      • /some/path - Identifies the object based on path

                      • #SomeBatchReference - Identifies the object in a batch call

                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Selector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Selector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Selector", "sensitive" : false, "setterDocumentation" : "

                        A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                        • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                        • /some/path - Identifies the object based on path

                        • #SomeBatchReference - Identifies the object in a batch call

                        \n@param selector A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                        • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                        • /some/path - Identifies the object based on path

                        • #SomeBatchReference - Identifies the object in a batch call

                        • ", "setterMethodName" : "setSelector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "selector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "selector", "variableType" : "String", "documentation" : "

                          A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                          • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                          • /some/path - Identifies the object based on path

                          • #SomeBatchReference - Identifies the object in a batch call

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Selector" : { "beanStyleGetterMethodName" : "getSelector", "beanStyleSetterMethodName" : "setSelector", "c2jName" : "Selector", "c2jShape" : "SelectorObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                          A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                          • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                          • /some/path - Identifies the object based on path

                          • #SomeBatchReference - Identifies the object in a batch call

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selector(String)}.\n@param selector a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selector(String)", "deprecated" : false, "documentation" : "

                          A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                          • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                          • /some/path - Identifies the object based on path

                          • #SomeBatchReference - Identifies the object in a batch call

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "selector", "fluentSetterDocumentation" : "

                          A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                          • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                          • /some/path - Identifies the object based on path

                          • #SomeBatchReference - Identifies the object in a batch call

                          \n@param selector A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                          • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                          • /some/path - Identifies the object based on path

                          • #SomeBatchReference - Identifies the object in a batch call

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selector", "getterDocumentation" : "

                            A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                            • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                            • /some/path - Identifies the object based on path

                            • #SomeBatchReference - Identifies the object in a batch call

                            \n@return A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                            • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                            • /some/path - Identifies the object based on path

                            • #SomeBatchReference - Identifies the object in a batch call

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Selector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Selector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Selector", "sensitive" : false, "setterDocumentation" : "

                              A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                              • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                              • /some/path - Identifies the object based on path

                              • #SomeBatchReference - Identifies the object in a batch call

                              \n@param selector A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                              • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                              • /some/path - Identifies the object based on path

                              • #SomeBatchReference - Identifies the object in a batch call

                              • ", "setterMethodName" : "setSelector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "selector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "selector", "variableType" : "String", "documentation" : "

                                A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                • /some/path - Identifies the object based on path

                                • #SomeBatchReference - Identifies the object in a batch call

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSelector", "beanStyleSetterMethodName" : "setSelector", "c2jName" : "Selector", "c2jShape" : "SelectorObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                • /some/path - Identifies the object based on path

                                • #SomeBatchReference - Identifies the object in a batch call

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selector(String)}.\n@param selector a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selector(String)", "deprecated" : false, "documentation" : "

                                A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                • /some/path - Identifies the object based on path

                                • #SomeBatchReference - Identifies the object in a batch call

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "selector", "fluentSetterDocumentation" : "

                                A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                • /some/path - Identifies the object based on path

                                • #SomeBatchReference - Identifies the object in a batch call

                                \n@param selector A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                • /some/path - Identifies the object based on path

                                • #SomeBatchReference - Identifies the object in a batch call

                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selector", "getterDocumentation" : "

                                  A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                  • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                  • /some/path - Identifies the object based on path

                                  • #SomeBatchReference - Identifies the object in a batch call

                                  \n@return A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                  • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                  • /some/path - Identifies the object based on path

                                  • #SomeBatchReference - Identifies the object in a batch call

                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Selector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Selector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Selector", "sensitive" : false, "setterDocumentation" : "

                                    A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                    • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                    • /some/path - Identifies the object based on path

                                    • #SomeBatchReference - Identifies the object in a batch call

                                    \n@param selector A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                    • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                    • /some/path - Identifies the object based on path

                                    • #SomeBatchReference - Identifies the object in a batch call

                                    • ", "setterMethodName" : "setSelector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "selector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "selector", "variableType" : "String", "documentation" : "

                                      A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:

                                      • $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier

                                      • /some/path - Identifies the object based on path

                                      • #SomeBatchReference - Identifies the object in a batch call

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectReference", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "wrapper" : false }, "ObjectType" : { "c2jName" : "ObjectType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NODE", "value" : "NODE" }, { "name" : "LEAF_NODE", "value" : "LEAF_NODE" }, { "name" : "POLICY", "value" : "POLICY" }, { "name" : "INDEX", "value" : "INDEX" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ObjectType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ObjectType", "variableName" : "objectType", "variableType" : "ObjectType", "documentation" : null, "simpleType" : "ObjectType", "variableSetterType" : "ObjectType" }, "wrapper" : false }, "PathToObjectIdentifiers" : { "c2jName" : "PathToObjectIdentifiers", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Returns the path to the ObjectIdentifiers that is associated with the directory.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "PathString", "defaultConsumerFluentSetterDocumentation" : "

                                      The path that is used to identify the object starting from directory 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 #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "documentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@param path The path that is used to identify the object starting from directory root.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@return The path that is used to identify the object starting from directory root.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@param path The path that is used to identify the object starting from directory root.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n@param objectIdentifiers Lists ObjectIdentifiers starting from directory root to the object in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Lists ObjectIdentifiers starting from directory root to the object 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n@param objectIdentifiers Lists ObjectIdentifiers starting from directory root to the object in the request.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifiers" : { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n@param objectIdentifiers Lists ObjectIdentifiers starting from directory root to the object in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Lists ObjectIdentifiers starting from directory root to the object 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n@param objectIdentifiers Lists ObjectIdentifiers starting from directory root to the object in the request.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Path" : { "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "PathString", "defaultConsumerFluentSetterDocumentation" : "

                                      The path that is used to identify the object starting from directory 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 #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "documentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@param path The path that is used to identify the object starting from directory root.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@return The path that is used to identify the object starting from directory root.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@param path The path that is used to identify the object starting from directory root.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "PathString", "defaultConsumerFluentSetterDocumentation" : "

                                      The path that is used to identify the object starting from directory 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 #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "documentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@param path The path that is used to identify the object starting from directory root.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@return The path that is used to identify the object starting from directory root.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      \n@param path The path that is used to identify the object starting from directory root.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                      The path that is used to identify the object starting from directory root.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifiers", "beanStyleSetterMethodName" : "setObjectIdentifiers", "c2jName" : "ObjectIdentifiers", "c2jShape" : "ObjectIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object 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 #objectIdentifiers(List)}.\n@param objectIdentifiers 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 #objectIdentifiers(List)", "deprecated" : false, "documentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifiers", "fluentSetterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n@param objectIdentifiers Lists ObjectIdentifiers starting from directory root to the object in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifiers", "getterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Lists ObjectIdentifiers starting from directory root to the object 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" : "ObjectIdentifiers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifiers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectIdentifier", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "ObjectIdentifiers", "sensitive" : false, "setterDocumentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      \n@param objectIdentifiers Lists ObjectIdentifiers starting from directory root to the object in the request.", "setterMethodName" : "setObjectIdentifiers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "objectIdentifiers", "variableType" : "java.util.List", "documentation" : "

                                      Lists ObjectIdentifiers starting from directory root to the object in the request.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PathToObjectIdentifiers", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PathToObjectIdentifiers", "variableName" : "pathToObjectIdentifiers", "variableType" : "PathToObjectIdentifiers", "documentation" : null, "simpleType" : "PathToObjectIdentifiers", "variableSetterType" : "PathToObjectIdentifiers" }, "wrapper" : false }, "PolicyAttachment" : { "c2jName" : "PolicyAttachment", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached. For more information, see Policies.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The ID of PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \n@param policyId The ID of PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \n@return The ID of PolicyAttachment.", "getterModel" : { "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, "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 ID of PolicyAttachment.

                                      \n@param policyId The ID of PolicyAttachment.", "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 ID of PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@param objectIdentifier The ObjectIdentifier that is associated with PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@return The ObjectIdentifier that is associated with PolicyAttachment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@param objectIdentifier The ObjectIdentifier that is associated with PolicyAttachment.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyType(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, "documentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \n@param policyType The type of policy that can be associated with PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \n@return The type of policy that can be associated with PolicyAttachment.", "getterModel" : { "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, "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 can be associated with PolicyAttachment.

                                      \n@param policyType The type of policy that can be associated with PolicyAttachment.", "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 can be associated with PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@param objectIdentifier The ObjectIdentifier that is associated with PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@return The ObjectIdentifier that is associated with PolicyAttachment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@param objectIdentifier The ObjectIdentifier that is associated with PolicyAttachment.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The ID of PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \n@param policyId The ID of PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \n@return The ID of PolicyAttachment.", "getterModel" : { "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, "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 ID of PolicyAttachment.

                                      \n@param policyId The ID of PolicyAttachment.", "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 ID of PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyType" : { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyType(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, "documentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \n@param policyType The type of policy that can be associated with PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \n@return The type of policy that can be associated with PolicyAttachment.", "getterModel" : { "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, "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 can be associated with PolicyAttachment.

                                      \n@param policyType The type of policy that can be associated with PolicyAttachment.", "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 can be associated with PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The ID of PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \n@param policyId The ID of PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                      The ID of PolicyAttachment.

                                      \n@return The ID of PolicyAttachment.", "getterModel" : { "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, "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 ID of PolicyAttachment.

                                      \n@param policyId The ID of PolicyAttachment.", "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 ID of PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@param objectIdentifier The ObjectIdentifier that is associated with PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@return The ObjectIdentifier that is associated with PolicyAttachment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      \n@param objectIdentifier The ObjectIdentifier that is associated with PolicyAttachment.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                                      The ObjectIdentifier that is associated with PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyType(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, "documentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \n@param policyType The type of policy that can be associated with PolicyAttachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                      The type of policy that can be associated with PolicyAttachment.

                                      \n@return The type of policy that can be associated with PolicyAttachment.", "getterModel" : { "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, "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 can be associated with PolicyAttachment.

                                      \n@param policyType The type of policy that can be associated with PolicyAttachment.", "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 can be associated with PolicyAttachment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyAttachment", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyAttachment", "variableName" : "policyAttachment", "variableType" : "PolicyAttachment", "documentation" : null, "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "wrapper" : false }, "PolicyToPath" : { "c2jName" : "PolicyToPath", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "PathString", "defaultConsumerFluentSetterDocumentation" : "

                                      The path that is referenced from the 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 #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "documentation" : "

                                      The path that is referenced from the root.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@param path The path that is referenced from the root.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@return The path that is referenced from the root.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@param path The path that is referenced from the root.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                      The path that is referenced from the root.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "PolicyAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                                      List of policy 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 #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, "documentation" : "

                                      List of policy objects.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                      List of policy objects.

                                      \n@param policies List of policy objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                      List of policy objects.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return List of policy 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" : "Policies", "queryString" : 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" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyAttachment.Builder} avoiding the need to create one manually via {@link PolicyAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyAttachment)}.\n@param member a consumer that will call methods on {@link PolicyAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyAttachment", "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, "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" : "PolicyAttachment", "variableName" : "member", "variableType" : "PolicyAttachment", "documentation" : null, "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyAttachment", "variableName" : "member", "variableType" : "PolicyAttachment", "documentation" : "", "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                      List of policy objects.

                                      \n@param policies List of policy objects.", "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" : "

                                      List of policy objects.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Path" : { "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "PathString", "defaultConsumerFluentSetterDocumentation" : "

                                      The path that is referenced from the 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 #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "documentation" : "

                                      The path that is referenced from the root.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@param path The path that is referenced from the root.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@return The path that is referenced from the root.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@param path The path that is referenced from the root.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                      The path that is referenced from the root.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Policies" : { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "PolicyAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                                      List of policy 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 #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, "documentation" : "

                                      List of policy objects.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                      List of policy objects.

                                      \n@param policies List of policy objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                      List of policy objects.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return List of policy 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" : "Policies", "queryString" : 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" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyAttachment.Builder} avoiding the need to create one manually via {@link PolicyAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyAttachment)}.\n@param member a consumer that will call methods on {@link PolicyAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyAttachment", "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, "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" : "PolicyAttachment", "variableName" : "member", "variableType" : "PolicyAttachment", "documentation" : null, "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyAttachment", "variableName" : "member", "variableType" : "PolicyAttachment", "documentation" : "", "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                      List of policy objects.

                                      \n@param policies List of policy objects.", "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" : "

                                      List of policy objects.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "PathString", "defaultConsumerFluentSetterDocumentation" : "

                                      The path that is referenced from the 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 #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "documentation" : "

                                      The path that is referenced from the root.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@param path The path that is referenced from the root.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@return The path that is referenced from the root.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                      The path that is referenced from the root.

                                      \n@param path The path that is referenced from the root.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                      The path that is referenced from the root.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "PolicyAttachmentList", "defaultConsumerFluentSetterDocumentation" : "

                                      List of policy 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 #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, "documentation" : "

                                      List of policy objects.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                      List of policy objects.

                                      \n@param policies List of policy objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                      List of policy objects.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return List of policy 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" : "Policies", "queryString" : 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" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyAttachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyAttachment.Builder} avoiding the need to create one manually via {@link PolicyAttachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyAttachment.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyAttachment)}.\n@param member a consumer that will call methods on {@link PolicyAttachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyAttachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "PolicyAttachment", "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, "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" : "PolicyAttachment", "variableName" : "member", "variableType" : "PolicyAttachment", "documentation" : null, "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyAttachment", "variableName" : "member", "variableType" : "PolicyAttachment", "documentation" : "", "simpleType" : "PolicyAttachment", "variableSetterType" : "PolicyAttachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyAttachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                      List of policy objects.

                                      \n@param policies List of policy objects.", "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" : "

                                      List of policy objects.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyToPath", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyToPath", "variableName" : "policyToPath", "variableType" : "PolicyToPath", "documentation" : null, "simpleType" : "PolicyToPath", "variableSetterType" : "PolicyToPath" }, "wrapper" : false }, "PublishSchemaRequest" : { "c2jName" : "PublishSchemaRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PublishSchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/publish", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDevelopmentSchemaArn", "beanStyleSetterMethodName" : "setDevelopmentSchemaArn", "c2jName" : "DevelopmentSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #developmentSchemaArn(String)}.\n@param developmentSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #developmentSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "developmentSchemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@param developmentSchemaArn The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "developmentSchemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DevelopmentSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@param developmentSchemaArn The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.", "setterMethodName" : "setDevelopmentSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "Version", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)", "deprecated" : false, "documentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@param version The major version under which the schema will be published. Schemas have both a major and minor version associated with them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@return The major version under which the schema will be published. Schemas have both a major and minor version associated with them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@param version The major version under which the schema will be published. Schemas have both a major and minor version associated with them.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinorVersion", "beanStyleSetterMethodName" : "setMinorVersion", "c2jName" : "MinorVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minorVersion(String)}.\n@param minorVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minorVersion(String)", "deprecated" : false, "documentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minorVersion", "fluentSetterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@param minorVersion The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minorVersion", "getterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@return The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinorVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinorVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinorVersion", "sensitive" : false, "setterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@param minorVersion The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.", "setterMethodName" : "setMinorVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@param name The new name under which the schema will be published. If this is not provided, the development schema is considered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@return The new name under which the schema will be published. If this is not provided, the development schema is considered.", "getterModel" : { "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, "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 under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@param name The new name under which the schema will be published. If this is not provided, the development schema is considered.", "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 under which the schema will be published. If this is not provided, the development schema is considered.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DevelopmentSchemaArn" : { "beanStyleGetterMethodName" : "getDevelopmentSchemaArn", "beanStyleSetterMethodName" : "setDevelopmentSchemaArn", "c2jName" : "DevelopmentSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #developmentSchemaArn(String)}.\n@param developmentSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #developmentSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "developmentSchemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@param developmentSchemaArn The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "developmentSchemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DevelopmentSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@param developmentSchemaArn The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.", "setterMethodName" : "setDevelopmentSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MinorVersion" : { "beanStyleGetterMethodName" : "getMinorVersion", "beanStyleSetterMethodName" : "setMinorVersion", "c2jName" : "MinorVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minorVersion(String)}.\n@param minorVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minorVersion(String)", "deprecated" : false, "documentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minorVersion", "fluentSetterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@param minorVersion The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minorVersion", "getterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@return The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinorVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinorVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinorVersion", "sensitive" : false, "setterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@param minorVersion The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.", "setterMethodName" : "setMinorVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@param name The new name under which the schema will be published. If this is not provided, the development schema is considered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@return The new name under which the schema will be published. If this is not provided, the development schema is considered.", "getterModel" : { "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, "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 under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@param name The new name under which the schema will be published. If this is not provided, the development schema is considered.", "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 under which the schema will be published. If this is not provided, the development schema is considered.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Version" : { "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "Version", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)", "deprecated" : false, "documentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@param version The major version under which the schema will be published. Schemas have both a major and minor version associated with them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@return The major version under which the schema will be published. Schemas have both a major and minor version associated with them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@param version The major version under which the schema will be published. Schemas have both a major and minor version associated with them.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDevelopmentSchemaArn", "beanStyleSetterMethodName" : "setDevelopmentSchemaArn", "c2jName" : "DevelopmentSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #developmentSchemaArn(String)}.\n@param developmentSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #developmentSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "developmentSchemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@param developmentSchemaArn The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "developmentSchemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DevelopmentSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      \n@param developmentSchemaArn The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.", "setterMethodName" : "setDevelopmentSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "Version", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)", "deprecated" : false, "documentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@param version The major version under which the schema will be published. Schemas have both a major and minor version associated with them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@return The major version under which the schema will be published. Schemas have both a major and minor version associated with them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      \n@param version The major version under which the schema will be published. Schemas have both a major and minor version associated with them.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

                                      The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinorVersion", "beanStyleSetterMethodName" : "setMinorVersion", "c2jName" : "MinorVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minorVersion(String)}.\n@param minorVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minorVersion(String)", "deprecated" : false, "documentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minorVersion", "fluentSetterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@param minorVersion The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minorVersion", "getterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@return The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinorVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinorVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinorVersion", "sensitive" : false, "setterDocumentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      \n@param minorVersion The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.", "setterMethodName" : "setMinorVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : "

                                      The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@param name The new name under which the schema will be published. If this is not provided, the development schema is considered.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The new name under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@return The new name under which the schema will be published. If this is not provided, the development schema is considered.", "getterModel" : { "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, "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 under which the schema will be published. If this is not provided, the development schema is considered.

                                      \n@param name The new name under which the schema will be published. If this is not provided, the development schema is considered.", "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 under which the schema will be published. If this is not provided, the development schema is considered.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DevelopmentSchemaArn", "Version" ], "shapeName" : "PublishSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PublishSchemaRequest", "variableName" : "publishSchemaRequest", "variableType" : "PublishSchemaRequest", "documentation" : null, "simpleType" : "PublishSchemaRequest", "variableSetterType" : "PublishSchemaRequest" }, "wrapper" : false }, "PublishSchemaResponse" : { "c2jName" : "PublishSchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@param publishedSchemaArn The ARN that is associated with the published schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@return The ARN that is associated with the published schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@param publishedSchemaArn The ARN that is associated with the published schema. For more information, see arns.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PublishedSchemaArn" : { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@param publishedSchemaArn The ARN that is associated with the published schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@return The ARN that is associated with the published schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@param publishedSchemaArn The ARN that is associated with the published schema. For more information, see arns.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@param publishedSchemaArn The ARN that is associated with the published schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@return The ARN that is associated with the published schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      \n@param publishedSchemaArn The ARN that is associated with the published schema. For more information, see arns.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN that is associated with the published schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PublishSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PublishSchemaResponse", "variableName" : "publishSchemaResponse", "variableType" : "PublishSchemaResponse", "documentation" : null, "simpleType" : "PublishSchemaResponse", "variableSetterType" : "PublishSchemaResponse" }, "wrapper" : false }, "PutSchemaFromJsonRequest" : { "c2jName" : "PutSchemaFromJsonRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutSchemaFromJson", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/json", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the schema to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param schemaArn The ARN of the schema to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@return The ARN of the schema to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param schemaArn The ARN of the schema to update.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the schema to update.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "Document", "c2jShape" : "SchemaJsonDocument", "defaultConsumerFluentSetterDocumentation" : "

                                      The replacement JSON schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #document(String)}.\n@param document a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(String)", "deprecated" : false, "documentation" : "

                                      The replacement JSON schema.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@param document The replacement JSON schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@return The replacement JSON schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@param document The replacement JSON schema.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                                      The replacement JSON schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Document" : { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "Document", "c2jShape" : "SchemaJsonDocument", "defaultConsumerFluentSetterDocumentation" : "

                                      The replacement JSON schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #document(String)}.\n@param document a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(String)", "deprecated" : false, "documentation" : "

                                      The replacement JSON schema.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@param document The replacement JSON schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@return The replacement JSON schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@param document The replacement JSON schema.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                                      The replacement JSON schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the schema to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param schemaArn The ARN of the schema to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@return The ARN of the schema to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param schemaArn The ARN of the schema to update.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the schema to update.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the schema to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param schemaArn The ARN of the schema to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@return The ARN of the schema to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param schemaArn The ARN of the schema to update.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the schema to update.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocument", "beanStyleSetterMethodName" : "setDocument", "c2jName" : "Document", "c2jShape" : "SchemaJsonDocument", "defaultConsumerFluentSetterDocumentation" : "

                                      The replacement JSON schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #document(String)}.\n@param document a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(String)", "deprecated" : false, "documentation" : "

                                      The replacement JSON schema.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "document", "fluentSetterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@param document The replacement JSON schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "document", "getterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@return The replacement JSON schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Document", "sensitive" : false, "setterDocumentation" : "

                                      The replacement JSON schema.

                                      \n@param document The replacement JSON schema.", "setterMethodName" : "setDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                                      The replacement JSON schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Document" ], "shapeName" : "PutSchemaFromJsonRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutSchemaFromJsonRequest", "variableName" : "putSchemaFromJsonRequest", "variableType" : "PutSchemaFromJsonRequest", "documentation" : null, "simpleType" : "PutSchemaFromJsonRequest", "variableSetterType" : "PutSchemaFromJsonRequest" }, "wrapper" : false }, "PutSchemaFromJsonResponse" : { "c2jName" : "PutSchemaFromJsonResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The ARN of the schema to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param arn The ARN of the schema to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@return The ARN of the schema to update.", "getterModel" : { "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, "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 ARN of the schema to update.

                                      \n@param arn The ARN of the schema to update.", "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 ARN of the schema to update.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The ARN of the schema to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param arn The ARN of the schema to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@return The ARN of the schema to update.", "getterModel" : { "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, "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 ARN of the schema to update.

                                      \n@param arn The ARN of the schema to update.", "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 ARN of the schema to update.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The ARN of the schema to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@param arn The ARN of the schema to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                      The ARN of the schema to update.

                                      \n@return The ARN of the schema to update.", "getterModel" : { "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, "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 ARN of the schema to update.

                                      \n@param arn The ARN of the schema to update.", "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 ARN of the schema to update.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutSchemaFromJsonResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutSchemaFromJsonResponse", "variableName" : "putSchemaFromJsonResponse", "variableType" : "PutSchemaFromJsonResponse", "documentation" : null, "simpleType" : "PutSchemaFromJsonResponse", "variableSetterType" : "PutSchemaFromJsonResponse" }, "wrapper" : false }, "RangeMode" : { "c2jName" : "RangeMode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "FIRST", "value" : "FIRST" }, { "name" : "LAST", "value" : "LAST" }, { "name" : "LAST_BEFORE_MISSING_VALUES", "value" : "LAST_BEFORE_MISSING_VALUES" }, { "name" : "INCLUSIVE", "value" : "INCLUSIVE" }, { "name" : "EXCLUSIVE", "value" : "EXCLUSIVE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RangeMode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RangeMode", "variableName" : "rangeMode", "variableType" : "RangeMode", "documentation" : null, "simpleType" : "RangeMode", "variableSetterType" : "RangeMode" }, "wrapper" : false }, "RemoveFacetFromObjectRequest" : { "c2jName" : "RemoveFacetFromObjectRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RemoveFacetFromObject", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/facets/delete", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the directory in which the object resides.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@param directoryArn The ARN of the directory in which the object resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@return The ARN of the directory in which the object resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@param directoryArn The ARN of the directory in which the object resides.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN of the directory in which the object resides.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@param schemaFacet The facet to remove. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@return The facet to remove. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@param schemaFacet The facet to remove. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      A reference to the object to remove the facet from.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@param objectReference A reference to the object to remove the facet from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@return A reference to the object to remove the facet from.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@param objectReference A reference to the object to remove the facet from.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                                      A reference to the object to remove the facet from.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the directory in which the object resides.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@param directoryArn The ARN of the directory in which the object resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@return The ARN of the directory in which the object resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@param directoryArn The ARN of the directory in which the object resides.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN of the directory in which the object resides.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      A reference to the object to remove the facet from.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@param objectReference A reference to the object to remove the facet from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@return A reference to the object to remove the facet from.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@param objectReference A reference to the object to remove the facet from.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                                      A reference to the object to remove the facet from.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "SchemaFacet" : { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@param schemaFacet The facet to remove. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@return The facet to remove. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@param schemaFacet The facet to remove. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the directory in which the object resides.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@param directoryArn The ARN of the directory in which the object resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@return The ARN of the directory in which the object resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the directory in which the object resides.

                                      \n@param directoryArn The ARN of the directory in which the object resides.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN of the directory in which the object resides.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemaFacet", "beanStyleSetterMethodName" : "setSchemaFacet", "c2jName" : "SchemaFacet", "c2jShape" : "SchemaFacet", "defaultConsumerFluentSetterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \nThis is a convenience that creates an instance of the {@link SchemaFacet.Builder} avoiding the need to create one manually via {@link SchemaFacet#builder()}.\n\nWhen the {@link Consumer} completes, {@link SchemaFacet.Builder#build()} is called immediately and its result is passed to {@link #schemaFacet(SchemaFacet)}.\n@param schemaFacet a consumer that will call methods on {@link SchemaFacet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaFacet(SchemaFacet)", "deprecated" : false, "documentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaFacet", "fluentSetterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@param schemaFacet The facet to remove. See SchemaFacet for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaFacet", "getterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@return The facet to remove. See SchemaFacet for details.", "getterModel" : { "returnType" : "SchemaFacet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SchemaFacet", "sensitive" : false, "setterDocumentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      \n@param schemaFacet The facet to remove. See SchemaFacet for details.", "setterMethodName" : "setSchemaFacet", "setterModel" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : "

                                      The facet to remove. See SchemaFacet for details.

                                      ", "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      A reference to the object to remove the facet from.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@param objectReference A reference to the object to remove the facet from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@return A reference to the object to remove the facet from.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      A reference to the object to remove the facet from.

                                      \n@param objectReference A reference to the object to remove the facet from.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                                      A reference to the object to remove the facet from.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "SchemaFacet", "ObjectReference" ], "shapeName" : "RemoveFacetFromObjectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveFacetFromObjectRequest", "variableName" : "removeFacetFromObjectRequest", "variableType" : "RemoveFacetFromObjectRequest", "documentation" : null, "simpleType" : "RemoveFacetFromObjectRequest", "variableSetterType" : "RemoveFacetFromObjectRequest" }, "wrapper" : false }, "RemoveFacetFromObjectResponse" : { "c2jName" : "RemoveFacetFromObjectResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveFacetFromObjectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveFacetFromObjectResponse", "variableName" : "removeFacetFromObjectResponse", "variableType" : "RemoveFacetFromObjectResponse", "documentation" : null, "simpleType" : "RemoveFacetFromObjectResponse", "variableSetterType" : "RemoveFacetFromObjectResponse" }, "wrapper" : false }, "RequiredAttributeBehavior" : { "c2jName" : "RequiredAttributeBehavior", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "REQUIRED_ALWAYS", "value" : "REQUIRED_ALWAYS" }, { "name" : "NOT_REQUIRED", "value" : "NOT_REQUIRED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RequiredAttributeBehavior", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RequiredAttributeBehavior", "variableName" : "requiredAttributeBehavior", "variableType" : "RequiredAttributeBehavior", "documentation" : null, "simpleType" : "RequiredAttributeBehavior", "variableSetterType" : "RequiredAttributeBehavior" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The specified resource could not be found.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "RetryableConflictException" : { "c2jName" : "RetryableConflictException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RetryableConflictException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RetryableConflictException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RetryableConflictException", "variableName" : "retryableConflictException", "variableType" : "RetryableConflictException", "documentation" : null, "simpleType" : "RetryableConflictException", "variableSetterType" : "RetryableConflictException" }, "wrapper" : false }, "Rule" : { "c2jName" : "Rule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RuleType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of attribute validation rule.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The type of attribute validation rule.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RuleType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of attribute validation rule.

                                      \n@param type The type of attribute validation rule.\n@see RuleType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RuleType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of attribute validation rule.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RuleType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of attribute validation rule.\n@see RuleType", "getterModel" : { "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, "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 attribute validation rule.

                                      \n@param type The type of attribute validation rule.\n@see RuleType", "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 attribute validation rule.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "RuleParameterMap", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #parameters(Map)}.\n@param parameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(Map)", "deprecated" : false, "documentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n@param parameters The minimum and maximum parameters that are associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The minimum and maximum parameters that are associated with the rule.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "RuleParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n@param parameters The minimum and maximum parameters that are associated with the rule.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parameters", "variableType" : "java.util.Map", "documentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Parameters" : { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "RuleParameterMap", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #parameters(Map)}.\n@param parameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(Map)", "deprecated" : false, "documentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n@param parameters The minimum and maximum parameters that are associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The minimum and maximum parameters that are associated with the rule.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "RuleParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n@param parameters The minimum and maximum parameters that are associated with the rule.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parameters", "variableType" : "java.util.Map", "documentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RuleType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of attribute validation rule.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The type of attribute validation rule.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RuleType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of attribute validation rule.

                                      \n@param type The type of attribute validation rule.\n@see RuleType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RuleType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of attribute validation rule.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RuleType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of attribute validation rule.\n@see RuleType", "getterModel" : { "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, "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 attribute validation rule.

                                      \n@param type The type of attribute validation rule.\n@see RuleType", "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 attribute validation rule.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RuleType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of attribute validation rule.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The type of attribute validation rule.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RuleType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of attribute validation rule.

                                      \n@param type The type of attribute validation rule.\n@see RuleType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RuleType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of attribute validation rule.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RuleType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of attribute validation rule.\n@see RuleType", "getterModel" : { "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, "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 attribute validation rule.

                                      \n@param type The type of attribute validation rule.\n@see RuleType", "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 attribute validation rule.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "RuleParameterMap", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #parameters(Map)}.\n@param parameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(Map)", "deprecated" : false, "documentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n@param parameters The minimum and maximum parameters that are associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The minimum and maximum parameters that are associated with the rule.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleParameterKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "RuleParameterValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : 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" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      \n@param parameters The minimum and maximum parameters that are associated with the rule.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parameters", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "parameters", "variableType" : "java.util.Map", "documentation" : "

                                      The minimum and maximum parameters that are associated with the rule.

                                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Rule", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "rule", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "wrapper" : false }, "RuleType" : { "c2jName" : "RuleType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "BINARY_LENGTH", "value" : "BINARY_LENGTH" }, { "name" : "NUMBER_COMPARISON", "value" : "NUMBER_COMPARISON" }, { "name" : "STRING_FROM_SET", "value" : "STRING_FROM_SET" }, { "name" : "STRING_LENGTH", "value" : "STRING_LENGTH" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RuleType", "variableName" : "ruleType", "variableType" : "RuleType", "documentation" : null, "simpleType" : "RuleType", "variableSetterType" : "RuleType" }, "wrapper" : false }, "SchemaAlreadyExistsException" : { "c2jName" : "SchemaAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SchemaAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SchemaAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SchemaAlreadyExistsException", "variableName" : "schemaAlreadyExistsException", "variableType" : "SchemaAlreadyExistsException", "documentation" : null, "simpleType" : "SchemaAlreadyExistsException", "variableSetterType" : "SchemaAlreadyExistsException" }, "wrapper" : false }, "SchemaAlreadyPublishedException" : { "c2jName" : "SchemaAlreadyPublishedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Indicates that a schema is already published.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SchemaAlreadyPublishedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SchemaAlreadyPublishedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SchemaAlreadyPublishedException", "variableName" : "schemaAlreadyPublishedException", "variableType" : "SchemaAlreadyPublishedException", "documentation" : null, "simpleType" : "SchemaAlreadyPublishedException", "variableSetterType" : "SchemaAlreadyPublishedException" }, "wrapper" : false }, "SchemaFacet" : { "c2jName" : "SchemaFacet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      A facet.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@param schemaArn The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@return The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@param schemaArn The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetName", "beanStyleSetterMethodName" : "setFacetName", "c2jName" : "FacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetName(String)}.\n@param facetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetName(String)", "deprecated" : false, "documentation" : "

                                      The name of the facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetName", "fluentSetterDocumentation" : "

                                      The name of the facet.

                                      \n@param facetName The name of the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetName", "getterDocumentation" : "

                                      The name of the facet.

                                      \n@return The name of the facet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetName", "sensitive" : false, "setterDocumentation" : "

                                      The name of the facet.

                                      \n@param facetName The name of the facet.", "setterMethodName" : "setFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : "

                                      The name of the facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FacetName" : { "beanStyleGetterMethodName" : "getFacetName", "beanStyleSetterMethodName" : "setFacetName", "c2jName" : "FacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetName(String)}.\n@param facetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetName(String)", "deprecated" : false, "documentation" : "

                                      The name of the facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetName", "fluentSetterDocumentation" : "

                                      The name of the facet.

                                      \n@param facetName The name of the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetName", "getterDocumentation" : "

                                      The name of the facet.

                                      \n@return The name of the facet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetName", "sensitive" : false, "setterDocumentation" : "

                                      The name of the facet.

                                      \n@param facetName The name of the facet.", "setterMethodName" : "setFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : "

                                      The name of the facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@param schemaArn The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@return The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@param schemaArn The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@param schemaArn The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@return The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      \n@param schemaArn The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFacetName", "beanStyleSetterMethodName" : "setFacetName", "c2jName" : "FacetName", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #facetName(String)}.\n@param facetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetName(String)", "deprecated" : false, "documentation" : "

                                      The name of the facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "facetName", "fluentSetterDocumentation" : "

                                      The name of the facet.

                                      \n@param facetName The name of the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "facetName", "getterDocumentation" : "

                                      The name of the facet.

                                      \n@return The name of the facet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FacetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FacetName", "sensitive" : false, "setterDocumentation" : "

                                      The name of the facet.

                                      \n@param facetName The name of the facet.", "setterMethodName" : "setFacetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "facetName", "variableType" : "String", "documentation" : "

                                      The name of the facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SchemaFacet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SchemaFacet", "variableName" : "schemaFacet", "variableType" : "SchemaFacet", "documentation" : null, "simpleType" : "SchemaFacet", "variableSetterType" : "SchemaFacet" }, "wrapper" : false }, "StillContainsLinksException" : { "c2jName" : "StillContainsLinksException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The object could not be deleted because links still exist. Remove the links and then try the operation again.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "StillContainsLinksException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StillContainsLinksException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StillContainsLinksException", "variableName" : "stillContainsLinksException", "variableType" : "StillContainsLinksException", "documentation" : null, "simpleType" : "StillContainsLinksException", "variableSetterType" : "StillContainsLinksException" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The tag structure that contains a tag key and value.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The key that is associated with 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, "documentation" : "

                                      The key that is associated with the tag.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                      The key that is associated with the tag.

                                      \n@param key The key that is associated with the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                      The key that is associated with the tag.

                                      \n@return The key that is associated with 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, "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 that is associated with the tag.

                                      \n@param key The key that is associated with 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 that is associated with the tag.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The value that is associated with 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 #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, "documentation" : "

                                      The value that is associated with the tag.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                      The value that is associated with the tag.

                                      \n@param value The value that is associated with the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                      The value that is associated with the tag.

                                      \n@return The value that is associated with 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" : "Value", "queryString" : 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 value that is associated with the tag.

                                      \n@param value The value that is associated with the tag.", "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 value that is associated with the tag.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The key that is associated with 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, "documentation" : "

                                      The key that is associated with the tag.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                      The key that is associated with the tag.

                                      \n@param key The key that is associated with the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                      The key that is associated with the tag.

                                      \n@return The key that is associated with 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, "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 that is associated with the tag.

                                      \n@param key The key that is associated with 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 that is associated with the tag.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The value that is associated with 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 #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, "documentation" : "

                                      The value that is associated with the tag.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                      The value that is associated with the tag.

                                      \n@param value The value that is associated with the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                      The value that is associated with the tag.

                                      \n@return The value that is associated with 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" : "Value", "queryString" : 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 value that is associated with the tag.

                                      \n@param value The value that is associated with the tag.", "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 value that is associated with the tag.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The key that is associated with 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, "documentation" : "

                                      The key that is associated with the tag.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                      The key that is associated with the tag.

                                      \n@param key The key that is associated with the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                      The key that is associated with the tag.

                                      \n@return The key that is associated with 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, "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 that is associated with the tag.

                                      \n@param key The key that is associated with 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 that is associated with the tag.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The value that is associated with 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 #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, "documentation" : "

                                      The value that is associated with the tag.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                      The value that is associated with the tag.

                                      \n@param value The value that is associated with the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                      The value that is associated with the tag.

                                      \n@return The value that is associated with 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" : "Value", "queryString" : 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 value that is associated with the tag.

                                      \n@param value The value that is associated with the tag.", "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 value that is associated with the tag.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/tags/add", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \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, "documentation" : "

                                      A list of tag key-value pairs.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \n@param tags A list of tag key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of tag key-value pairs.", "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, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                                      A list of tag key-value pairs.

                                      \n@param tags A list of tag key-value pairs.", "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" : "

                                      A list of tag key-value pairs.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \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, "documentation" : "

                                      A list of tag key-value pairs.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \n@param tags A list of tag key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of tag key-value pairs.", "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, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                                      A list of tag key-value pairs.

                                      \n@param tags A list of tag key-value pairs.", "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" : "

                                      A list of tag key-value pairs.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \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, "documentation" : "

                                      A list of tag key-value pairs.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \n@param tags A list of tag key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                      A list of tag key-value pairs.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of tag key-value pairs.", "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, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                                      A list of tag key-value pairs.

                                      \n@param tags A list of tag key-value pairs.", "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" : "

                                      A list of tag key-value pairs.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "Tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "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, "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 }, "TypedAttributeValue" : { "c2jName" : "TypedAttributeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Represents the data for a typed attribute. You can set one, and only one, of the elements. Each attribute in an item is a name-value pair. Attributes have a single value.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStringValue", "beanStyleSetterMethodName" : "setStringValue", "c2jName" : "StringValue", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A string data value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stringValue(String)}.\n@param stringValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stringValue(String)", "deprecated" : false, "documentation" : "

                                      A string data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stringValue", "fluentSetterDocumentation" : "

                                      A string data value.

                                      \n@param stringValue A string data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stringValue", "getterDocumentation" : "

                                      A string data value.

                                      \n@return A string data value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StringValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StringValue", "sensitive" : false, "setterDocumentation" : "

                                      A string data value.

                                      \n@param stringValue A string data value.", "setterMethodName" : "setStringValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

                                      A string data value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBinaryValue", "beanStyleSetterMethodName" : "setBinaryValue", "c2jName" : "BinaryValue", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A binary data value.

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #binaryValue(SdkBytes)}.\n@param binaryValue a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #binaryValue(SdkBytes)", "deprecated" : false, "documentation" : "

                                      A binary data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "binaryValue", "fluentSetterDocumentation" : "

                                      A binary data value.

                                      \n@param binaryValue A binary data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "binaryValue", "getterDocumentation" : "

                                      A binary data value.

                                      \n@return A binary data value.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BinaryValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "BinaryValue", "sensitive" : false, "setterDocumentation" : "

                                      A binary data value.

                                      \n@param binaryValue A binary data value.", "setterMethodName" : "setBinaryValue", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "binaryValue", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "binaryValue", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                      A binary data value.

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBooleanValue", "beanStyleSetterMethodName" : "setBooleanValue", "c2jName" : "BooleanValue", "c2jShape" : "BooleanAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A Boolean data value.

                                      \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 #booleanValue(Boolean)}.\n@param booleanValue 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 #booleanValue(Boolean)", "deprecated" : false, "documentation" : "

                                      A Boolean data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "booleanValue", "fluentSetterDocumentation" : "

                                      A Boolean data value.

                                      \n@param booleanValue A Boolean data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "booleanValue", "getterDocumentation" : "

                                      A Boolean data value.

                                      \n@return A Boolean data value.", "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" : "BooleanValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BooleanValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "BooleanValue", "sensitive" : false, "setterDocumentation" : "

                                      A Boolean data value.

                                      \n@param booleanValue A Boolean data value.", "setterMethodName" : "setBooleanValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "booleanValue", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "booleanValue", "variableType" : "Boolean", "documentation" : "

                                      A Boolean data value.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumberValue", "beanStyleSetterMethodName" : "setNumberValue", "c2jName" : "NumberValue", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A number data value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #numberValue(String)}.\n@param numberValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberValue(String)", "deprecated" : false, "documentation" : "

                                      A number data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberValue", "fluentSetterDocumentation" : "

                                      A number data value.

                                      \n@param numberValue A number data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberValue", "getterDocumentation" : "

                                      A number data value.

                                      \n@return A number data value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumberValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NumberValue", "sensitive" : false, "setterDocumentation" : "

                                      A number data value.

                                      \n@param numberValue A number data value.", "setterMethodName" : "setNumberValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "numberValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "numberValue", "variableType" : "String", "documentation" : "

                                      A number data value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatetimeValue", "beanStyleSetterMethodName" : "setDatetimeValue", "c2jName" : "DatetimeValue", "c2jShape" : "DatetimeAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A date and time value.

                                      \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 #datetimeValue(Instant)}.\n@param datetimeValue 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 #datetimeValue(Instant)", "deprecated" : false, "documentation" : "

                                      A date and time value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datetimeValue", "fluentSetterDocumentation" : "

                                      A date and time value.

                                      \n@param datetimeValue A date and time value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datetimeValue", "getterDocumentation" : "

                                      A date and time value.

                                      \n@return A date and time value.", "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" : "DatetimeValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatetimeValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DatetimeValue", "sensitive" : false, "setterDocumentation" : "

                                      A date and time value.

                                      \n@param datetimeValue A date and time value.", "setterMethodName" : "setDatetimeValue", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "datetimeValue", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "datetimeValue", "variableType" : "java.time.Instant", "documentation" : "

                                      A date and time value.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BinaryValue" : { "beanStyleGetterMethodName" : "getBinaryValue", "beanStyleSetterMethodName" : "setBinaryValue", "c2jName" : "BinaryValue", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A binary data value.

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #binaryValue(SdkBytes)}.\n@param binaryValue a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #binaryValue(SdkBytes)", "deprecated" : false, "documentation" : "

                                      A binary data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "binaryValue", "fluentSetterDocumentation" : "

                                      A binary data value.

                                      \n@param binaryValue A binary data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "binaryValue", "getterDocumentation" : "

                                      A binary data value.

                                      \n@return A binary data value.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BinaryValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "BinaryValue", "sensitive" : false, "setterDocumentation" : "

                                      A binary data value.

                                      \n@param binaryValue A binary data value.", "setterMethodName" : "setBinaryValue", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "binaryValue", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "binaryValue", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                      A binary data value.

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "BooleanValue" : { "beanStyleGetterMethodName" : "getBooleanValue", "beanStyleSetterMethodName" : "setBooleanValue", "c2jName" : "BooleanValue", "c2jShape" : "BooleanAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A Boolean data value.

                                      \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 #booleanValue(Boolean)}.\n@param booleanValue 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 #booleanValue(Boolean)", "deprecated" : false, "documentation" : "

                                      A Boolean data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "booleanValue", "fluentSetterDocumentation" : "

                                      A Boolean data value.

                                      \n@param booleanValue A Boolean data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "booleanValue", "getterDocumentation" : "

                                      A Boolean data value.

                                      \n@return A Boolean data value.", "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" : "BooleanValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BooleanValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "BooleanValue", "sensitive" : false, "setterDocumentation" : "

                                      A Boolean data value.

                                      \n@param booleanValue A Boolean data value.", "setterMethodName" : "setBooleanValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "booleanValue", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "booleanValue", "variableType" : "Boolean", "documentation" : "

                                      A Boolean data value.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "DatetimeValue" : { "beanStyleGetterMethodName" : "getDatetimeValue", "beanStyleSetterMethodName" : "setDatetimeValue", "c2jName" : "DatetimeValue", "c2jShape" : "DatetimeAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A date and time value.

                                      \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 #datetimeValue(Instant)}.\n@param datetimeValue 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 #datetimeValue(Instant)", "deprecated" : false, "documentation" : "

                                      A date and time value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datetimeValue", "fluentSetterDocumentation" : "

                                      A date and time value.

                                      \n@param datetimeValue A date and time value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datetimeValue", "getterDocumentation" : "

                                      A date and time value.

                                      \n@return A date and time value.", "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" : "DatetimeValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatetimeValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DatetimeValue", "sensitive" : false, "setterDocumentation" : "

                                      A date and time value.

                                      \n@param datetimeValue A date and time value.", "setterMethodName" : "setDatetimeValue", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "datetimeValue", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "datetimeValue", "variableType" : "java.time.Instant", "documentation" : "

                                      A date and time value.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "NumberValue" : { "beanStyleGetterMethodName" : "getNumberValue", "beanStyleSetterMethodName" : "setNumberValue", "c2jName" : "NumberValue", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A number data value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #numberValue(String)}.\n@param numberValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberValue(String)", "deprecated" : false, "documentation" : "

                                      A number data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberValue", "fluentSetterDocumentation" : "

                                      A number data value.

                                      \n@param numberValue A number data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberValue", "getterDocumentation" : "

                                      A number data value.

                                      \n@return A number data value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumberValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NumberValue", "sensitive" : false, "setterDocumentation" : "

                                      A number data value.

                                      \n@param numberValue A number data value.", "setterMethodName" : "setNumberValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "numberValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "numberValue", "variableType" : "String", "documentation" : "

                                      A number data value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StringValue" : { "beanStyleGetterMethodName" : "getStringValue", "beanStyleSetterMethodName" : "setStringValue", "c2jName" : "StringValue", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A string data value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stringValue(String)}.\n@param stringValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stringValue(String)", "deprecated" : false, "documentation" : "

                                      A string data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stringValue", "fluentSetterDocumentation" : "

                                      A string data value.

                                      \n@param stringValue A string data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stringValue", "getterDocumentation" : "

                                      A string data value.

                                      \n@return A string data value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StringValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StringValue", "sensitive" : false, "setterDocumentation" : "

                                      A string data value.

                                      \n@param stringValue A string data value.", "setterMethodName" : "setStringValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

                                      A string data value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStringValue", "beanStyleSetterMethodName" : "setStringValue", "c2jName" : "StringValue", "c2jShape" : "StringAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A string data value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stringValue(String)}.\n@param stringValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stringValue(String)", "deprecated" : false, "documentation" : "

                                      A string data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stringValue", "fluentSetterDocumentation" : "

                                      A string data value.

                                      \n@param stringValue A string data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stringValue", "getterDocumentation" : "

                                      A string data value.

                                      \n@return A string data value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StringValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StringValue", "sensitive" : false, "setterDocumentation" : "

                                      A string data value.

                                      \n@param stringValue A string data value.", "setterMethodName" : "setStringValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

                                      A string data value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBinaryValue", "beanStyleSetterMethodName" : "setBinaryValue", "c2jName" : "BinaryValue", "c2jShape" : "BinaryAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A binary data value.

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #binaryValue(SdkBytes)}.\n@param binaryValue a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #binaryValue(SdkBytes)", "deprecated" : false, "documentation" : "

                                      A binary data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "binaryValue", "fluentSetterDocumentation" : "

                                      A binary data value.

                                      \n@param binaryValue A binary data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "binaryValue", "getterDocumentation" : "

                                      A binary data value.

                                      \n@return A binary data value.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BinaryValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "BinaryValue", "sensitive" : false, "setterDocumentation" : "

                                      A binary data value.

                                      \n@param binaryValue A binary data value.", "setterMethodName" : "setBinaryValue", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "binaryValue", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "binaryValue", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                      A binary data value.

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBooleanValue", "beanStyleSetterMethodName" : "setBooleanValue", "c2jName" : "BooleanValue", "c2jShape" : "BooleanAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A Boolean data value.

                                      \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 #booleanValue(Boolean)}.\n@param booleanValue 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 #booleanValue(Boolean)", "deprecated" : false, "documentation" : "

                                      A Boolean data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "booleanValue", "fluentSetterDocumentation" : "

                                      A Boolean data value.

                                      \n@param booleanValue A Boolean data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "booleanValue", "getterDocumentation" : "

                                      A Boolean data value.

                                      \n@return A Boolean data value.", "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" : "BooleanValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BooleanValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "BooleanValue", "sensitive" : false, "setterDocumentation" : "

                                      A Boolean data value.

                                      \n@param booleanValue A Boolean data value.", "setterMethodName" : "setBooleanValue", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "booleanValue", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "booleanValue", "variableType" : "Boolean", "documentation" : "

                                      A Boolean data value.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumberValue", "beanStyleSetterMethodName" : "setNumberValue", "c2jName" : "NumberValue", "c2jShape" : "NumberAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A number data value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #numberValue(String)}.\n@param numberValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberValue(String)", "deprecated" : false, "documentation" : "

                                      A number data value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberValue", "fluentSetterDocumentation" : "

                                      A number data value.

                                      \n@param numberValue A number data value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberValue", "getterDocumentation" : "

                                      A number data value.

                                      \n@return A number data value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumberValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NumberValue", "sensitive" : false, "setterDocumentation" : "

                                      A number data value.

                                      \n@param numberValue A number data value.", "setterMethodName" : "setNumberValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "numberValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "numberValue", "variableType" : "String", "documentation" : "

                                      A number data value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatetimeValue", "beanStyleSetterMethodName" : "setDatetimeValue", "c2jName" : "DatetimeValue", "c2jShape" : "DatetimeAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      A date and time value.

                                      \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 #datetimeValue(Instant)}.\n@param datetimeValue 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 #datetimeValue(Instant)", "deprecated" : false, "documentation" : "

                                      A date and time value.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "datetimeValue", "fluentSetterDocumentation" : "

                                      A date and time value.

                                      \n@param datetimeValue A date and time value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "datetimeValue", "getterDocumentation" : "

                                      A date and time value.

                                      \n@return A date and time value.", "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" : "DatetimeValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatetimeValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DatetimeValue", "sensitive" : false, "setterDocumentation" : "

                                      A date and time value.

                                      \n@param datetimeValue A date and time value.", "setterMethodName" : "setDatetimeValue", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "datetimeValue", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "datetimeValue", "variableType" : "java.time.Instant", "documentation" : "

                                      A date and time value.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TypedAttributeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "typedAttributeValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "wrapper" : false }, "TypedAttributeValueRange" : { "c2jName" : "TypedAttributeValueRange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      A range of attribute values. For more information, see Range Filters.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStartModeAsString", "beanStyleSetterMethodName" : "setStartMode", "c2jName" : "StartMode", "c2jShape" : "RangeMode", "defaultConsumerFluentSetterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startModeAsString(String)}.\n@param startMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startMode(String)", "deprecated" : false, "documentation" : "

                                      The inclusive or exclusive range start.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RangeMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "startMode", "fluentEnumSetterMethodName" : "startMode", "fluentGetterMethodName" : "startModeAsString", "fluentSetterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n@param startMode The inclusive or exclusive range start.\n@see RangeMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see RangeMode", "fluentSetterMethodName" : "startMode", "getterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #startMode} will return {@link RangeMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #startModeAsString}.\n

                                      \n@return The inclusive or exclusive range start.\n@see RangeMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartMode", "sensitive" : false, "setterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n@param startMode The inclusive or exclusive range start.\n@see RangeMode", "setterMethodName" : "setStartMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "startMode", "variableType" : "String", "documentation" : "

                                      The inclusive or exclusive range start.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartValue", "beanStyleSetterMethodName" : "setStartValue", "c2jName" : "StartValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The value to start the range at.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #startValue(TypedAttributeValue)}.\n@param startValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The value to start the range at.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startValue", "fluentSetterDocumentation" : "

                                      The value to start the range at.

                                      \n@param startValue The value to start the range at.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startValue", "getterDocumentation" : "

                                      The value to start the range at.

                                      \n@return The value to start the range at.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StartValue", "sensitive" : false, "setterDocumentation" : "

                                      The value to start the range at.

                                      \n@param startValue The value to start the range at.", "setterMethodName" : "setStartValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "startValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "startValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The value to start the range at.

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndModeAsString", "beanStyleSetterMethodName" : "setEndMode", "c2jName" : "EndMode", "c2jShape" : "RangeMode", "defaultConsumerFluentSetterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endModeAsString(String)}.\n@param endMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endMode(String)", "deprecated" : false, "documentation" : "

                                      The inclusive or exclusive range end.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RangeMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endMode", "fluentEnumSetterMethodName" : "endMode", "fluentGetterMethodName" : "endModeAsString", "fluentSetterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n@param endMode The inclusive or exclusive range end.\n@see RangeMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see RangeMode", "fluentSetterMethodName" : "endMode", "getterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #endMode} will return {@link RangeMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endModeAsString}.\n

                                      \n@return The inclusive or exclusive range end.\n@see RangeMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndMode", "sensitive" : false, "setterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n@param endMode The inclusive or exclusive range end.\n@see RangeMode", "setterMethodName" : "setEndMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endMode", "variableType" : "String", "documentation" : "

                                      The inclusive or exclusive range end.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndValue", "beanStyleSetterMethodName" : "setEndValue", "c2jName" : "EndValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #endValue(TypedAttributeValue)}.\n@param endValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The attribute value to terminate the range at.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endValue", "fluentSetterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@param endValue The attribute value to terminate the range at.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endValue", "getterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@return The attribute value to terminate the range at.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndValue", "sensitive" : false, "setterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@param endValue The attribute value to terminate the range at.", "setterMethodName" : "setEndValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "endValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "endValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The attribute value to terminate the range at.

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndMode" : { "beanStyleGetterMethodName" : "getEndModeAsString", "beanStyleSetterMethodName" : "setEndMode", "c2jName" : "EndMode", "c2jShape" : "RangeMode", "defaultConsumerFluentSetterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endModeAsString(String)}.\n@param endMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endMode(String)", "deprecated" : false, "documentation" : "

                                      The inclusive or exclusive range end.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RangeMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endMode", "fluentEnumSetterMethodName" : "endMode", "fluentGetterMethodName" : "endModeAsString", "fluentSetterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n@param endMode The inclusive or exclusive range end.\n@see RangeMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see RangeMode", "fluentSetterMethodName" : "endMode", "getterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #endMode} will return {@link RangeMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endModeAsString}.\n

                                      \n@return The inclusive or exclusive range end.\n@see RangeMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndMode", "sensitive" : false, "setterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n@param endMode The inclusive or exclusive range end.\n@see RangeMode", "setterMethodName" : "setEndMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endMode", "variableType" : "String", "documentation" : "

                                      The inclusive or exclusive range end.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndValue" : { "beanStyleGetterMethodName" : "getEndValue", "beanStyleSetterMethodName" : "setEndValue", "c2jName" : "EndValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #endValue(TypedAttributeValue)}.\n@param endValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The attribute value to terminate the range at.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endValue", "fluentSetterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@param endValue The attribute value to terminate the range at.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endValue", "getterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@return The attribute value to terminate the range at.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndValue", "sensitive" : false, "setterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@param endValue The attribute value to terminate the range at.", "setterMethodName" : "setEndValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "endValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "endValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The attribute value to terminate the range at.

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, "StartMode" : { "beanStyleGetterMethodName" : "getStartModeAsString", "beanStyleSetterMethodName" : "setStartMode", "c2jName" : "StartMode", "c2jShape" : "RangeMode", "defaultConsumerFluentSetterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startModeAsString(String)}.\n@param startMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startMode(String)", "deprecated" : false, "documentation" : "

                                      The inclusive or exclusive range start.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RangeMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "startMode", "fluentEnumSetterMethodName" : "startMode", "fluentGetterMethodName" : "startModeAsString", "fluentSetterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n@param startMode The inclusive or exclusive range start.\n@see RangeMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see RangeMode", "fluentSetterMethodName" : "startMode", "getterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #startMode} will return {@link RangeMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #startModeAsString}.\n

                                      \n@return The inclusive or exclusive range start.\n@see RangeMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartMode", "sensitive" : false, "setterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n@param startMode The inclusive or exclusive range start.\n@see RangeMode", "setterMethodName" : "setStartMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "startMode", "variableType" : "String", "documentation" : "

                                      The inclusive or exclusive range start.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartValue" : { "beanStyleGetterMethodName" : "getStartValue", "beanStyleSetterMethodName" : "setStartValue", "c2jName" : "StartValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The value to start the range at.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #startValue(TypedAttributeValue)}.\n@param startValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The value to start the range at.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startValue", "fluentSetterDocumentation" : "

                                      The value to start the range at.

                                      \n@param startValue The value to start the range at.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startValue", "getterDocumentation" : "

                                      The value to start the range at.

                                      \n@return The value to start the range at.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StartValue", "sensitive" : false, "setterDocumentation" : "

                                      The value to start the range at.

                                      \n@param startValue The value to start the range at.", "setterMethodName" : "setStartValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "startValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "startValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The value to start the range at.

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStartModeAsString", "beanStyleSetterMethodName" : "setStartMode", "c2jName" : "StartMode", "c2jShape" : "RangeMode", "defaultConsumerFluentSetterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startModeAsString(String)}.\n@param startMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startMode(String)", "deprecated" : false, "documentation" : "

                                      The inclusive or exclusive range start.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RangeMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "startMode", "fluentEnumSetterMethodName" : "startMode", "fluentGetterMethodName" : "startModeAsString", "fluentSetterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n@param startMode The inclusive or exclusive range start.\n@see RangeMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see RangeMode", "fluentSetterMethodName" : "startMode", "getterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #startMode} will return {@link RangeMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #startModeAsString}.\n

                                      \n@return The inclusive or exclusive range start.\n@see RangeMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StartMode", "sensitive" : false, "setterDocumentation" : "

                                      The inclusive or exclusive range start.

                                      \n@param startMode The inclusive or exclusive range start.\n@see RangeMode", "setterMethodName" : "setStartMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "startMode", "variableType" : "String", "documentation" : "

                                      The inclusive or exclusive range start.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartValue", "beanStyleSetterMethodName" : "setStartValue", "c2jName" : "StartValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The value to start the range at.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #startValue(TypedAttributeValue)}.\n@param startValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The value to start the range at.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startValue", "fluentSetterDocumentation" : "

                                      The value to start the range at.

                                      \n@param startValue The value to start the range at.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startValue", "getterDocumentation" : "

                                      The value to start the range at.

                                      \n@return The value to start the range at.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StartValue", "sensitive" : false, "setterDocumentation" : "

                                      The value to start the range at.

                                      \n@param startValue The value to start the range at.", "setterMethodName" : "setStartValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "startValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "startValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The value to start the range at.

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndModeAsString", "beanStyleSetterMethodName" : "setEndMode", "c2jName" : "EndMode", "c2jShape" : "RangeMode", "defaultConsumerFluentSetterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endModeAsString(String)}.\n@param endMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endMode(String)", "deprecated" : false, "documentation" : "

                                      The inclusive or exclusive range end.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RangeMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "endMode", "fluentEnumSetterMethodName" : "endMode", "fluentGetterMethodName" : "endModeAsString", "fluentSetterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n@param endMode The inclusive or exclusive range end.\n@see RangeMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see RangeMode", "fluentSetterMethodName" : "endMode", "getterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #endMode} will return {@link RangeMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endModeAsString}.\n

                                      \n@return The inclusive or exclusive range end.\n@see RangeMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndMode", "sensitive" : false, "setterDocumentation" : "

                                      The inclusive or exclusive range end.

                                      \n@param endMode The inclusive or exclusive range end.\n@see RangeMode", "setterMethodName" : "setEndMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endMode", "variableType" : "String", "documentation" : "

                                      The inclusive or exclusive range end.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndValue", "beanStyleSetterMethodName" : "setEndValue", "c2jName" : "EndValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #endValue(TypedAttributeValue)}.\n@param endValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The attribute value to terminate the range at.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endValue", "fluentSetterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@param endValue The attribute value to terminate the range at.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endValue", "getterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@return The attribute value to terminate the range at.", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndValue", "sensitive" : false, "setterDocumentation" : "

                                      The attribute value to terminate the range at.

                                      \n@param endValue The attribute value to terminate the range at.", "setterMethodName" : "setEndValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "endValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "endValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The attribute value to terminate the range at.

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StartMode", "EndMode" ], "shapeName" : "TypedAttributeValueRange", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "typedAttributeValueRange", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "wrapper" : false }, "TypedLinkAttributeDefinition" : { "c2jName" : "TypedLinkAttributeDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      A typed link attribute definition.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param name The unique name of the typed link attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@return The unique name of the typed link attribute.", "getterModel" : { "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, "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 unique name of the typed link attribute.

                                      \n@param name The unique name of the typed link attribute.", "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 unique name of the typed link attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "FacetAttributeType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of the attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The type of the attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : "FacetAttributeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of the attribute.

                                      \n@param type The type of the attribute.\n@see FacetAttributeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetAttributeType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of the attribute.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link FacetAttributeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of the attribute.\n@see FacetAttributeType", "getterModel" : { "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, "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 attribute.

                                      \n@param type The type of the attribute.\n@see FacetAttributeType", "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 attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(TypedAttributeValue)}.\n@param defaultValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The default value of the attribute (if configured).

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@param defaultValue The default value of the attribute (if configured).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@return The default value of the attribute (if configured).", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@param defaultValue The default value of the attribute (if configured).", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The default value of the attribute (if configured).

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsImmutable", "beanStyleSetterMethodName" : "setIsImmutable", "c2jName" : "IsImmutable", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \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 #isImmutable(Boolean)}.\n@param isImmutable 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 #isImmutable(Boolean)", "deprecated" : false, "documentation" : "

                                      Whether the attribute is mutable or not.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isImmutable", "fluentSetterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@param isImmutable Whether the attribute is mutable or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isImmutable", "getterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@return Whether the attribute is mutable or not.", "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" : "IsImmutable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsImmutable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsImmutable", "sensitive" : false, "setterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@param isImmutable Whether the attribute is mutable or not.", "setterMethodName" : "setIsImmutable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : "

                                      Whether the attribute is mutable or not.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "RuleMap", "defaultConsumerFluentSetterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #rules(Map)}.\n@param rules a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(Map)", "deprecated" : false, "documentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n@param rules Validation rules that are attached to the attribute definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Validation rules that are attached to the attribute definition.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #value(Rule)}.\n@param value a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Rule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Rule", "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n@param rules Validation rules that are attached to the attribute definition.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequiredBehaviorAsString", "beanStyleSetterMethodName" : "setRequiredBehavior", "c2jName" : "RequiredBehavior", "c2jShape" : "RequiredAttributeBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requiredBehaviorAsString(String)}.\n@param requiredBehavior a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requiredBehavior(String)", "deprecated" : false, "documentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RequiredAttributeBehavior", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "requiredBehavior", "fluentEnumSetterMethodName" : "requiredBehavior", "fluentGetterMethodName" : "requiredBehaviorAsString", "fluentSetterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n@param requiredBehavior The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiredAttributeBehavior", "fluentSetterMethodName" : "requiredBehavior", "getterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #requiredBehavior} will return {@link RequiredAttributeBehavior#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #requiredBehaviorAsString}.\n

                                      \n@return The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequiredBehavior", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiredBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequiredBehavior", "sensitive" : false, "setterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n@param requiredBehavior The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior", "setterMethodName" : "setRequiredBehavior", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(TypedAttributeValue)}.\n@param defaultValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The default value of the attribute (if configured).

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@param defaultValue The default value of the attribute (if configured).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@return The default value of the attribute (if configured).", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@param defaultValue The default value of the attribute (if configured).", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The default value of the attribute (if configured).

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, "IsImmutable" : { "beanStyleGetterMethodName" : "getIsImmutable", "beanStyleSetterMethodName" : "setIsImmutable", "c2jName" : "IsImmutable", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \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 #isImmutable(Boolean)}.\n@param isImmutable 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 #isImmutable(Boolean)", "deprecated" : false, "documentation" : "

                                      Whether the attribute is mutable or not.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isImmutable", "fluentSetterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@param isImmutable Whether the attribute is mutable or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isImmutable", "getterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@return Whether the attribute is mutable or not.", "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" : "IsImmutable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsImmutable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsImmutable", "sensitive" : false, "setterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@param isImmutable Whether the attribute is mutable or not.", "setterMethodName" : "setIsImmutable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : "

                                      Whether the attribute is mutable or not.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param name The unique name of the typed link attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@return The unique name of the typed link attribute.", "getterModel" : { "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, "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 unique name of the typed link attribute.

                                      \n@param name The unique name of the typed link attribute.", "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 unique name of the typed link attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RequiredBehavior" : { "beanStyleGetterMethodName" : "getRequiredBehaviorAsString", "beanStyleSetterMethodName" : "setRequiredBehavior", "c2jName" : "RequiredBehavior", "c2jShape" : "RequiredAttributeBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requiredBehaviorAsString(String)}.\n@param requiredBehavior a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requiredBehavior(String)", "deprecated" : false, "documentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RequiredAttributeBehavior", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "requiredBehavior", "fluentEnumSetterMethodName" : "requiredBehavior", "fluentGetterMethodName" : "requiredBehaviorAsString", "fluentSetterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n@param requiredBehavior The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiredAttributeBehavior", "fluentSetterMethodName" : "requiredBehavior", "getterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #requiredBehavior} will return {@link RequiredAttributeBehavior#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #requiredBehaviorAsString}.\n

                                      \n@return The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequiredBehavior", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiredBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequiredBehavior", "sensitive" : false, "setterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n@param requiredBehavior The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior", "setterMethodName" : "setRequiredBehavior", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Rules" : { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "RuleMap", "defaultConsumerFluentSetterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #rules(Map)}.\n@param rules a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(Map)", "deprecated" : false, "documentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n@param rules Validation rules that are attached to the attribute definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Validation rules that are attached to the attribute definition.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #value(Rule)}.\n@param value a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Rule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Rule", "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n@param rules Validation rules that are attached to the attribute definition.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "FacetAttributeType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of the attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The type of the attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : "FacetAttributeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of the attribute.

                                      \n@param type The type of the attribute.\n@see FacetAttributeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetAttributeType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of the attribute.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link FacetAttributeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of the attribute.\n@see FacetAttributeType", "getterModel" : { "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, "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 attribute.

                                      \n@param type The type of the attribute.\n@see FacetAttributeType", "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 attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param name The unique name of the typed link attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@return The unique name of the typed link attribute.", "getterModel" : { "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, "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 unique name of the typed link attribute.

                                      \n@param name The unique name of the typed link attribute.", "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 unique name of the typed link attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "FacetAttributeType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of the attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The type of the attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : "FacetAttributeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of the attribute.

                                      \n@param type The type of the attribute.\n@see FacetAttributeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FacetAttributeType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of the attribute.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link FacetAttributeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of the attribute.\n@see FacetAttributeType", "getterModel" : { "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, "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 attribute.

                                      \n@param type The type of the attribute.\n@see FacetAttributeType", "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 attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "TypedAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValue.Builder} avoiding the need to create one manually via {@link TypedAttributeValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValue.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(TypedAttributeValue)}.\n@param defaultValue a consumer that will call methods on {@link TypedAttributeValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(TypedAttributeValue)", "deprecated" : false, "documentation" : "

                                      The default value of the attribute (if configured).

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@param defaultValue The default value of the attribute (if configured).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@return The default value of the attribute (if configured).", "getterModel" : { "returnType" : "TypedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

                                      The default value of the attribute (if configured).

                                      \n@param defaultValue The default value of the attribute (if configured).", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : null, "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValue", "variableName" : "defaultValue", "variableType" : "TypedAttributeValue", "documentation" : "

                                      The default value of the attribute (if configured).

                                      ", "simpleType" : "TypedAttributeValue", "variableSetterType" : "TypedAttributeValue" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsImmutable", "beanStyleSetterMethodName" : "setIsImmutable", "c2jName" : "IsImmutable", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \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 #isImmutable(Boolean)}.\n@param isImmutable 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 #isImmutable(Boolean)", "deprecated" : false, "documentation" : "

                                      Whether the attribute is mutable or not.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isImmutable", "fluentSetterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@param isImmutable Whether the attribute is mutable or not.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isImmutable", "getterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@return Whether the attribute is mutable or not.", "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" : "IsImmutable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsImmutable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsImmutable", "sensitive" : false, "setterDocumentation" : "

                                      Whether the attribute is mutable or not.

                                      \n@param isImmutable Whether the attribute is mutable or not.", "setterMethodName" : "setIsImmutable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isImmutable", "variableType" : "Boolean", "documentation" : "

                                      Whether the attribute is mutable or not.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "RuleMap", "defaultConsumerFluentSetterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #rules(Map)}.\n@param rules a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(Map)", "deprecated" : false, "documentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n@param rules Validation rules that are attached to the attribute definition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Validation rules that are attached to the attribute definition.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "RuleKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : 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" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #value(Rule)}.\n@param value a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Rule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "Rule", "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "value", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      \n@param rules Validation rules that are attached to the attribute definition.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "rules", "variableType" : "java.util.Map", "documentation" : "

                                      Validation rules that are attached to the attribute definition.

                                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequiredBehaviorAsString", "beanStyleSetterMethodName" : "setRequiredBehavior", "c2jName" : "RequiredBehavior", "c2jShape" : "RequiredAttributeBehavior", "defaultConsumerFluentSetterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #requiredBehaviorAsString(String)}.\n@param requiredBehavior a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requiredBehavior(String)", "deprecated" : false, "documentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RequiredAttributeBehavior", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "requiredBehavior", "fluentEnumSetterMethodName" : "requiredBehavior", "fluentGetterMethodName" : "requiredBehaviorAsString", "fluentSetterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n@param requiredBehavior The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequiredAttributeBehavior", "fluentSetterMethodName" : "requiredBehavior", "getterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #requiredBehavior} will return {@link RequiredAttributeBehavior#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #requiredBehaviorAsString}.\n

                                      \n@return The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequiredBehavior", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiredBehavior", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RequiredBehavior", "sensitive" : false, "setterDocumentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      \n@param requiredBehavior The required behavior of the TypedLinkAttributeDefinition.\n@see RequiredAttributeBehavior", "setterMethodName" : "setRequiredBehavior", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "requiredBehavior", "variableType" : "String", "documentation" : "

                                      The required behavior of the TypedLinkAttributeDefinition.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Type", "RequiredBehavior" ], "shapeName" : "TypedLinkAttributeDefinition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "typedLinkAttributeDefinition", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "wrapper" : false }, "TypedLinkAttributeRange" : { "c2jName" : "TypedLinkAttributeRange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Identifies the range of attributes that are used by a specified filter.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeName(String)}.\n@param attributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeName(String)", "deprecated" : false, "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "fluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param attributeName The unique name of the typed link attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeName", "getterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@return The unique name of the typed link attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "setterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param attributeName The unique name of the typed link attribute.", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRange", "beanStyleSetterMethodName" : "setRange", "c2jName" : "Range", "c2jShape" : "TypedAttributeValueRange", "defaultConsumerFluentSetterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValueRange.Builder} avoiding the need to create one manually via {@link TypedAttributeValueRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValueRange.Builder#build()} is called immediately and its result is passed to {@link #range(TypedAttributeValueRange)}.\n@param range a consumer that will call methods on {@link TypedAttributeValueRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #range(TypedAttributeValueRange)", "deprecated" : false, "documentation" : "

                                      The range of attribute values that are being selected.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "range", "fluentSetterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@param range The range of attribute values that are being selected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "range", "getterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@return The range of attribute values that are being selected.", "getterModel" : { "returnType" : "TypedAttributeValueRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Range", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Range", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Range", "sensitive" : false, "setterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@param range The range of attribute values that are being selected.", "setterMethodName" : "setRange", "setterModel" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : "

                                      The range of attribute values that are being selected.

                                      ", "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeName" : { "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeName(String)}.\n@param attributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeName(String)", "deprecated" : false, "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "fluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param attributeName The unique name of the typed link attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeName", "getterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@return The unique name of the typed link attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "setterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param attributeName The unique name of the typed link attribute.", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Range" : { "beanStyleGetterMethodName" : "getRange", "beanStyleSetterMethodName" : "setRange", "c2jName" : "Range", "c2jShape" : "TypedAttributeValueRange", "defaultConsumerFluentSetterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValueRange.Builder} avoiding the need to create one manually via {@link TypedAttributeValueRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValueRange.Builder#build()} is called immediately and its result is passed to {@link #range(TypedAttributeValueRange)}.\n@param range a consumer that will call methods on {@link TypedAttributeValueRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #range(TypedAttributeValueRange)", "deprecated" : false, "documentation" : "

                                      The range of attribute values that are being selected.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "range", "fluentSetterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@param range The range of attribute values that are being selected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "range", "getterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@return The range of attribute values that are being selected.", "getterModel" : { "returnType" : "TypedAttributeValueRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Range", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Range", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Range", "sensitive" : false, "setterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@param range The range of attribute values that are being selected.", "setterMethodName" : "setRange", "setterModel" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : "

                                      The range of attribute values that are being selected.

                                      ", "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributeName", "beanStyleSetterMethodName" : "setAttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attributeName(String)}.\n@param attributeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeName(String)", "deprecated" : false, "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeName", "fluentSetterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param attributeName The unique name of the typed link attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeName", "getterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@return The unique name of the typed link attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttributeName", "sensitive" : false, "setterDocumentation" : "

                                      The unique name of the typed link attribute.

                                      \n@param attributeName The unique name of the typed link attribute.", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                      The unique name of the typed link attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRange", "beanStyleSetterMethodName" : "setRange", "c2jName" : "Range", "c2jShape" : "TypedAttributeValueRange", "defaultConsumerFluentSetterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \nThis is a convenience that creates an instance of the {@link TypedAttributeValueRange.Builder} avoiding the need to create one manually via {@link TypedAttributeValueRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedAttributeValueRange.Builder#build()} is called immediately and its result is passed to {@link #range(TypedAttributeValueRange)}.\n@param range a consumer that will call methods on {@link TypedAttributeValueRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #range(TypedAttributeValueRange)", "deprecated" : false, "documentation" : "

                                      The range of attribute values that are being selected.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "range", "fluentSetterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@param range The range of attribute values that are being selected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "range", "getterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@return The range of attribute values that are being selected.", "getterModel" : { "returnType" : "TypedAttributeValueRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Range", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Range", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Range", "sensitive" : false, "setterDocumentation" : "

                                      The range of attribute values that are being selected.

                                      \n@param range The range of attribute values that are being selected.", "setterMethodName" : "setRange", "setterModel" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : null, "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedAttributeValueRange", "variableName" : "range", "variableType" : "TypedAttributeValueRange", "documentation" : "

                                      The range of attribute values that are being selected.

                                      ", "simpleType" : "TypedAttributeValueRange", "variableSetterType" : "TypedAttributeValueRange" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Range" ], "shapeName" : "TypedLinkAttributeRange", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedLinkAttributeRange", "variableName" : "typedLinkAttributeRange", "variableType" : "TypedLinkAttributeRange", "documentation" : null, "simpleType" : "TypedLinkAttributeRange", "variableSetterType" : "TypedLinkAttributeRange" }, "wrapper" : false }, "TypedLinkFacet" : { "c2jName" : "TypedLinkFacet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Defines the typed links structure and its attributes. To create a typed link facet, use the CreateTypedLinkFacet API.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TypedLinkAttributeDefinitionList", "defaultConsumerFluentSetterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same 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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n@param attributes A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same 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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeDefinition)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeDefinition", "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, "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" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n@param attributes A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n@param identityAttributeOrder The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n@param identityAttributeOrder The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TypedLinkAttributeDefinitionList", "defaultConsumerFluentSetterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same 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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n@param attributes A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same 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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeDefinition)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeDefinition", "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, "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" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n@param attributes A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IdentityAttributeOrder" : { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n@param identityAttributeOrder The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n@param identityAttributeOrder The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TypedLinkAttributeDefinitionList", "defaultConsumerFluentSetterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same 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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n@param attributes A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same 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" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkAttributeDefinition)}.\n@param member a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkAttributeDefinition", "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, "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" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "member", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkAttributeDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkAttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      \n@param attributes A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                      A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n@param identityAttributeOrder The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      \n@param identityAttributeOrder The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                                      The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Attributes", "IdentityAttributeOrder" ], "shapeName" : "TypedLinkFacet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedLinkFacet", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkFacet", "documentation" : null, "simpleType" : "TypedLinkFacet", "variableSetterType" : "TypedLinkFacet" }, "wrapper" : false }, "TypedLinkFacetAttributeUpdate" : { "c2jName" : "TypedLinkFacetAttributeUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      A typed link facet attribute update.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "Attribute", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "

                                      The attribute to update.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #attribute(TypedLinkAttributeDefinition)}.\n@param attribute a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "

                                      The attribute to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

                                      The attribute to update.

                                      \n@param attribute The attribute to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

                                      The attribute to update.

                                      \n@return The attribute to update.", "getterModel" : { "returnType" : "TypedLinkAttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

                                      The attribute to update.

                                      \n@param attribute The attribute to update.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "attribute", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "attribute", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "

                                      The attribute to update.

                                      ", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The action to perform when updating the attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \n@param action The action to perform when updating the attribute.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                      \n@return The action to perform when updating the attribute.\n@see UpdateActionType", "getterModel" : { "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, "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 action to perform when updating the attribute.

                                      \n@param action The action to perform when updating the attribute.\n@see UpdateActionType", "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 action to perform when updating the attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The action to perform when updating the attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \n@param action The action to perform when updating the attribute.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                      \n@return The action to perform when updating the attribute.\n@see UpdateActionType", "getterModel" : { "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, "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 action to perform when updating the attribute.

                                      \n@param action The action to perform when updating the attribute.\n@see UpdateActionType", "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 action to perform when updating the attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Attribute" : { "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "Attribute", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "

                                      The attribute to update.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #attribute(TypedLinkAttributeDefinition)}.\n@param attribute a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "

                                      The attribute to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

                                      The attribute to update.

                                      \n@param attribute The attribute to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

                                      The attribute to update.

                                      \n@return The attribute to update.", "getterModel" : { "returnType" : "TypedLinkAttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

                                      The attribute to update.

                                      \n@param attribute The attribute to update.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "attribute", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "attribute", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "

                                      The attribute to update.

                                      ", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttribute", "beanStyleSetterMethodName" : "setAttribute", "c2jName" : "Attribute", "c2jShape" : "TypedLinkAttributeDefinition", "defaultConsumerFluentSetterDocumentation" : "

                                      The attribute to update.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkAttributeDefinition.Builder} avoiding the need to create one manually via {@link TypedLinkAttributeDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkAttributeDefinition.Builder#build()} is called immediately and its result is passed to {@link #attribute(TypedLinkAttributeDefinition)}.\n@param attribute a consumer that will call methods on {@link TypedLinkAttributeDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attribute(TypedLinkAttributeDefinition)", "deprecated" : false, "documentation" : "

                                      The attribute to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attribute", "fluentSetterDocumentation" : "

                                      The attribute to update.

                                      \n@param attribute The attribute to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attribute", "getterDocumentation" : "

                                      The attribute to update.

                                      \n@return The attribute to update.", "getterModel" : { "returnType" : "TypedLinkAttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attribute", "sensitive" : false, "setterDocumentation" : "

                                      The attribute to update.

                                      \n@param attribute The attribute to update.", "setterMethodName" : "setAttribute", "setterModel" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "attribute", "variableType" : "TypedLinkAttributeDefinition", "documentation" : null, "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkAttributeDefinition", "variableName" : "attribute", "variableType" : "TypedLinkAttributeDefinition", "documentation" : "

                                      The attribute to update.

                                      ", "simpleType" : "TypedLinkAttributeDefinition", "variableSetterType" : "TypedLinkAttributeDefinition" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "UpdateActionType", "defaultConsumerFluentSetterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The action to perform when updating the attribute.

                                      ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \n@param action The action to perform when updating the attribute.\n@see UpdateActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                      The action to perform when updating the attribute.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link UpdateActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                      \n@return The action to perform when updating the attribute.\n@see UpdateActionType", "getterModel" : { "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, "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 action to perform when updating the attribute.

                                      \n@param action The action to perform when updating the attribute.\n@see UpdateActionType", "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 action to perform when updating the attribute.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Attribute", "Action" ], "shapeName" : "TypedLinkFacetAttributeUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedLinkFacetAttributeUpdate", "variableName" : "typedLinkFacetAttributeUpdate", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : null, "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "wrapper" : false }, "TypedLinkSchemaAndFacetName" : { "c2jName" : "TypedLinkSchemaAndFacetName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkName", "beanStyleSetterMethodName" : "setTypedLinkName", "c2jName" : "TypedLinkName", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typedLinkName(String)}.\n@param typedLinkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkName(String)", "deprecated" : false, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkName", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param typedLinkName The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkName", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TypedLinkName", "sensitive" : false, "setterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param typedLinkName The unique name of the typed link facet.", "setterMethodName" : "setTypedLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "typedLinkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "typedLinkName", "variableType" : "String", "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TypedLinkName" : { "beanStyleGetterMethodName" : "getTypedLinkName", "beanStyleSetterMethodName" : "setTypedLinkName", "c2jName" : "TypedLinkName", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typedLinkName(String)}.\n@param typedLinkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkName(String)", "deprecated" : false, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkName", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param typedLinkName The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkName", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TypedLinkName", "sensitive" : false, "setterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param typedLinkName The unique name of the typed link facet.", "setterMethodName" : "setTypedLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "typedLinkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "typedLinkName", "variableType" : "String", "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkName", "beanStyleSetterMethodName" : "setTypedLinkName", "c2jName" : "TypedLinkName", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typedLinkName(String)}.\n@param typedLinkName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkName(String)", "deprecated" : false, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkName", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param typedLinkName The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkName", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TypedLinkName", "sensitive" : false, "setterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param typedLinkName The unique name of the typed link facet.", "setterMethodName" : "setTypedLinkName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "typedLinkName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "typedLinkName", "variableType" : "String", "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "TypedLinkName" ], "shapeName" : "TypedLinkSchemaAndFacetName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkSchemaAndFacetName", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "wrapper" : false }, "TypedLinkSpecifier" : { "c2jName" : "TypedLinkSpecifier", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Contains all the information that is used to uniquely identify a typed link. The parameters discussed in this topic are used to uniquely specify the typed link being operated on. The AttachTypedLink API returns a typed link specifier while the DetachTypedLink API accepts one as input. Similarly, the ListIncomingTypedLinks and ListOutgoingTypedLinks API operations provide typed link specifiers as output. You can also construct a typed link specifier from scratch.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdentityAttributeValues", "beanStyleSetterMethodName" : "setIdentityAttributeValues", "c2jName" : "IdentityAttributeValues", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \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 #identityAttributeValues(List)}.\n@param identityAttributeValues 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 #identityAttributeValues(List)", "deprecated" : false, "documentation" : "

                                      Identifies the attribute value to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeValues", "fluentSetterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n@param identityAttributeValues Identifies the attribute value to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeValues", "getterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Identifies the attribute value to update.", "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" : "IdentityAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IdentityAttributeValues", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n@param identityAttributeValues Identifies the attribute value to update.", "setterMethodName" : "setIdentityAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeValues", "variableType" : "java.util.List", "documentation" : "

                                      Identifies the attribute value to update.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IdentityAttributeValues" : { "beanStyleGetterMethodName" : "getIdentityAttributeValues", "beanStyleSetterMethodName" : "setIdentityAttributeValues", "c2jName" : "IdentityAttributeValues", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \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 #identityAttributeValues(List)}.\n@param identityAttributeValues 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 #identityAttributeValues(List)", "deprecated" : false, "documentation" : "

                                      Identifies the attribute value to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeValues", "fluentSetterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n@param identityAttributeValues Identifies the attribute value to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeValues", "getterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Identifies the attribute value to update.", "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" : "IdentityAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IdentityAttributeValues", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n@param identityAttributeValues Identifies the attribute value to update.", "setterMethodName" : "setIdentityAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeValues", "variableType" : "java.util.List", "documentation" : "

                                      Identifies the attribute value to update.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SourceObjectReference" : { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TargetObjectReference" : { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, "TypedLinkFacet" : { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypedLinkFacet", "beanStyleSetterMethodName" : "setTypedLinkFacet", "c2jName" : "TypedLinkFacet", "c2jShape" : "TypedLinkSchemaAndFacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkSchemaAndFacetName.Builder} avoiding the need to create one manually via {@link TypedLinkSchemaAndFacetName#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSchemaAndFacetName.Builder#build()} is called immediately and its result is passed to {@link #typedLinkFacet(TypedLinkSchemaAndFacetName)}.\n@param typedLinkFacet a consumer that will call methods on {@link TypedLinkSchemaAndFacetName.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkFacet(TypedLinkSchemaAndFacetName)", "deprecated" : false, "documentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkFacet", "fluentSetterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkFacet", "getterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@return Identifies the typed link facet that is associated with the typed link.", "getterModel" : { "returnType" : "TypedLinkSchemaAndFacetName", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkFacet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkFacet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkFacet", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      \n@param typedLinkFacet Identifies the typed link facet that is associated with the typed link.", "setterMethodName" : "setTypedLinkFacet", "setterModel" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : null, "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSchemaAndFacetName", "variableName" : "typedLinkFacet", "variableType" : "TypedLinkSchemaAndFacetName", "documentation" : "

                                      Identifies the typed link facet that is associated with the typed link.

                                      ", "simpleType" : "TypedLinkSchemaAndFacetName", "variableSetterType" : "TypedLinkSchemaAndFacetName" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceObjectReference", "beanStyleSetterMethodName" : "setSourceObjectReference", "c2jName" : "SourceObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #sourceObjectReference(ObjectReference)}.\n@param sourceObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceObjectReference", "fluentSetterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@param sourceObjectReference Identifies the source object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceObjectReference", "getterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@return Identifies the source object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      \n@param sourceObjectReference Identifies the source object that the typed link will attach to.", "setterMethodName" : "setSourceObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "sourceObjectReference", "variableType" : "ObjectReference", "documentation" : "

                                      Identifies the source object that the typed link will attach to.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetObjectReference", "beanStyleSetterMethodName" : "setTargetObjectReference", "c2jName" : "TargetObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #targetObjectReference(ObjectReference)}.\n@param targetObjectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetObjectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetObjectReference", "fluentSetterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@param targetObjectReference Identifies the target object that the typed link will attach to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetObjectReference", "getterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@return Identifies the target object that the typed link will attach to.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      \n@param targetObjectReference Identifies the target object that the typed link will attach to.", "setterMethodName" : "setTargetObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "targetObjectReference", "variableType" : "ObjectReference", "documentation" : "

                                      Identifies the target object that the typed link will attach to.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdentityAttributeValues", "beanStyleSetterMethodName" : "setIdentityAttributeValues", "c2jName" : "IdentityAttributeValues", "c2jShape" : "AttributeNameAndValueList", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \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 #identityAttributeValues(List)}.\n@param identityAttributeValues 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 #identityAttributeValues(List)", "deprecated" : false, "documentation" : "

                                      Identifies the attribute value to update.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeValues", "fluentSetterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n@param identityAttributeValues Identifies the attribute value to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeValues", "getterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Identifies the attribute value to update.", "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" : "IdentityAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeNameAndValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttributeNameAndValue.Builder} avoiding the need to create one manually via {@link AttributeNameAndValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttributeNameAndValue.Builder#build()} is called immediately and its result is passed to {@link #member(AttributeNameAndValue)}.\n@param member a consumer that will call methods on {@link AttributeNameAndValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttributeNameAndValue)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "AttributeNameAndValue", "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, "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" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : null, "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttributeNameAndValue", "variableName" : "member", "variableType" : "AttributeNameAndValue", "documentation" : "", "simpleType" : "AttributeNameAndValue", "variableSetterType" : "AttributeNameAndValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeNameAndValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttributeNameAndValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IdentityAttributeValues", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the attribute value to update.

                                      \n@param identityAttributeValues Identifies the attribute value to update.", "setterMethodName" : "setIdentityAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeValues", "variableType" : "java.util.List", "documentation" : "

                                      Identifies the attribute value to update.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TypedLinkFacet", "SourceObjectReference", "TargetObjectReference", "IdentityAttributeValues" ], "shapeName" : "TypedLinkSpecifier", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "wrapper" : false }, "UnsupportedIndexTypeException" : { "c2jName" : "UnsupportedIndexTypeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Indicates that the requested index type is not supported.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnsupportedIndexTypeException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnsupportedIndexTypeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedIndexTypeException", "variableName" : "unsupportedIndexTypeException", "variableType" : "UnsupportedIndexTypeException", "documentation" : null, "simpleType" : "UnsupportedIndexTypeException", "variableSetterType" : "UnsupportedIndexTypeException" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/tags/remove", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                      Keys of the tag that need to be removed from 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 #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, "documentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n@param tagKeys Keys of the tag that need to be removed from the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Keys of the tag that need to be removed from 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" : "TagKeys", "queryString" : 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n@param tagKeys Keys of the tag that need to be removed from the 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" : "

                                      Keys of the tag that need to be removed from the resource.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                      Keys of the tag that need to be removed from 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 #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, "documentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n@param tagKeys Keys of the tag that need to be removed from the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Keys of the tag that need to be removed from 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" : "TagKeys", "queryString" : 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n@param tagKeys Keys of the tag that need to be removed from the 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" : "

                                      Keys of the tag that need to be removed from the resource.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@return The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      \n@param resourceArn The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                      Keys of the tag that need to be removed from 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 #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, "documentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n@param tagKeys Keys of the tag that need to be removed from the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Keys of the tag that need to be removed from 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" : "TagKeys", "queryString" : 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" : { "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "

                                      Keys of the tag that need to be removed from the resource.

                                      \n@param tagKeys Keys of the tag that need to be removed from the 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" : "

                                      Keys of the tag that need to be removed from the resource.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "TagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "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, "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 }, "UpdateActionType" : { "c2jName" : "UpdateActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CREATE_OR_UPDATE", "value" : "CREATE_OR_UPDATE" }, { "name" : "DELETE", "value" : "DELETE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateActionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateActionType", "variableName" : "updateActionType", "variableType" : "UpdateActionType", "documentation" : null, "simpleType" : "UpdateActionType", "variableSetterType" : "UpdateActionType" }, "wrapper" : false }, "UpdateFacetRequest" : { "c2jName" : "UpdateFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/facet", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The name of the facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The name of the facet.

                                      \n@param name The name of the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of the facet.

                                      \n@return The name of the facet.", "getterModel" : { "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, "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 name of the facet.

                                      \n@param name The name of the facet.", "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 name of the facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "FacetAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n@param attributeUpdates List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttributeUpdate.Builder} avoiding the need to create one manually via {@link FacetAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttributeUpdate)}.\n@param member a consumer that will call methods on {@link FacetAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttributeUpdate", "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, "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" : "FacetAttributeUpdate", "variableName" : "member", "variableType" : "FacetAttributeUpdate", "documentation" : null, "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeUpdate", "variableName" : "member", "variableType" : "FacetAttributeUpdate", "documentation" : "", "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n@param attributeUpdates List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                                      \n@return The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "FacetAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n@param attributeUpdates List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttributeUpdate.Builder} avoiding the need to create one manually via {@link FacetAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttributeUpdate)}.\n@param member a consumer that will call methods on {@link FacetAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttributeUpdate", "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, "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" : "FacetAttributeUpdate", "variableName" : "member", "variableType" : "FacetAttributeUpdate", "documentation" : null, "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeUpdate", "variableName" : "member", "variableType" : "FacetAttributeUpdate", "documentation" : "", "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n@param attributeUpdates List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The name of the facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The name of the facet.

                                      \n@param name The name of the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of the facet.

                                      \n@return The name of the facet.", "getterModel" : { "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, "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 name of the facet.

                                      \n@param name The name of the facet.", "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 name of the facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectType" : { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                                      \n@return The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "FacetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The name of the facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The name of the facet.

                                      \n@param name The name of the facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of the facet.

                                      \n@return The name of the facet.", "getterModel" : { "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, "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 name of the facet.

                                      \n@param name The name of the facet.", "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 name of the facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "FacetAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n@param attributeUpdates List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FacetAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FacetAttributeUpdate.Builder} avoiding the need to create one manually via {@link FacetAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link FacetAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(FacetAttributeUpdate)}.\n@param member a consumer that will call methods on {@link FacetAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FacetAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "FacetAttributeUpdate", "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, "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" : "FacetAttributeUpdate", "variableName" : "member", "variableType" : "FacetAttributeUpdate", "documentation" : null, "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FacetAttributeUpdate", "variableName" : "member", "variableType" : "FacetAttributeUpdate", "documentation" : "", "simpleType" : "FacetAttributeUpdate", "variableSetterType" : "FacetAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FacetAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FacetAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      \n@param attributeUpdates List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectTypeAsString", "beanStyleSetterMethodName" : "setObjectType", "c2jName" : "ObjectType", "c2jShape" : "ObjectType", "defaultConsumerFluentSetterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectTypeAsString(String)}.\n@param objectType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectType(String)", "deprecated" : false, "documentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ObjectType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "objectType", "fluentEnumSetterMethodName" : "objectType", "fluentGetterMethodName" : "objectTypeAsString", "fluentSetterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ObjectType", "fluentSetterMethodName" : "objectType", "getterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #objectType} will return {@link ObjectType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #objectTypeAsString}.\n

                                      \n@return The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectType", "sensitive" : false, "setterDocumentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      \n@param objectType The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.\n@see ObjectType", "setterMethodName" : "setObjectType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectType", "variableType" : "String", "documentation" : "

                                      The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "UpdateFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFacetRequest", "variableName" : "updateFacetRequest", "variableType" : "UpdateFacetRequest", "documentation" : null, "simpleType" : "UpdateFacetRequest", "variableSetterType" : "UpdateFacetRequest" }, "wrapper" : false }, "UpdateFacetResponse" : { "c2jName" : "UpdateFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFacetResponse", "variableName" : "updateFacetResponse", "variableType" : "UpdateFacetResponse", "documentation" : null, "simpleType" : "UpdateFacetResponse", "variableSetterType" : "UpdateFacetResponse" }, "wrapper" : false }, "UpdateLinkAttributesRequest" : { "c2jName" : "UpdateLinkAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateLinkAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/attributes/update", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "LinkAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      The attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      The attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LinkAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LinkAttributeUpdate.Builder} avoiding the need to create one manually via {@link LinkAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(LinkAttributeUpdate)}.\n@param member a consumer that will call methods on {@link LinkAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LinkAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "LinkAttributeUpdate", "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, "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" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : "", "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LinkAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LinkAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      The attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "LinkAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      The attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      The attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LinkAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LinkAttributeUpdate.Builder} avoiding the need to create one manually via {@link LinkAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(LinkAttributeUpdate)}.\n@param member a consumer that will call methods on {@link LinkAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LinkAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "LinkAttributeUpdate", "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, "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" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : "", "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LinkAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LinkAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      The attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TypedLinkSpecifier" : { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypedLinkSpecifier", "beanStyleSetterMethodName" : "setTypedLinkSpecifier", "c2jName" : "TypedLinkSpecifier", "c2jShape" : "TypedLinkSpecifier", "defaultConsumerFluentSetterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \nThis is a convenience that creates an instance of the {@link TypedLinkSpecifier.Builder} avoiding the need to create one manually via {@link TypedLinkSpecifier#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkSpecifier.Builder#build()} is called immediately and its result is passed to {@link #typedLinkSpecifier(TypedLinkSpecifier)}.\n@param typedLinkSpecifier a consumer that will call methods on {@link TypedLinkSpecifier.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #typedLinkSpecifier(TypedLinkSpecifier)", "deprecated" : false, "documentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "typedLinkSpecifier", "fluentSetterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "typedLinkSpecifier", "getterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@return Allows a typed link specifier to be accepted as input.", "getterModel" : { "returnType" : "TypedLinkSpecifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TypedLinkSpecifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TypedLinkSpecifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TypedLinkSpecifier", "sensitive" : false, "setterDocumentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      \n@param typedLinkSpecifier Allows a typed link specifier to be accepted as input.", "setterMethodName" : "setTypedLinkSpecifier", "setterModel" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : null, "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkSpecifier", "variableName" : "typedLinkSpecifier", "variableType" : "TypedLinkSpecifier", "documentation" : "

                                      Allows a typed link specifier to be accepted as input.

                                      ", "simpleType" : "TypedLinkSpecifier", "variableSetterType" : "TypedLinkSpecifier" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "LinkAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      The attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      The attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LinkAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LinkAttributeUpdate.Builder} avoiding the need to create one manually via {@link LinkAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(LinkAttributeUpdate)}.\n@param member a consumer that will call methods on {@link LinkAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LinkAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "LinkAttributeUpdate", "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, "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" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : null, "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LinkAttributeUpdate", "variableName" : "member", "variableType" : "LinkAttributeUpdate", "documentation" : "", "simpleType" : "LinkAttributeUpdate", "variableSetterType" : "LinkAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LinkAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LinkAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      The attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "TypedLinkSpecifier", "AttributeUpdates" ], "shapeName" : "UpdateLinkAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateLinkAttributesRequest", "variableName" : "updateLinkAttributesRequest", "variableType" : "UpdateLinkAttributesRequest", "documentation" : null, "simpleType" : "UpdateLinkAttributesRequest", "variableSetterType" : "UpdateLinkAttributesRequest" }, "wrapper" : false }, "UpdateLinkAttributesResponse" : { "c2jName" : "UpdateLinkAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateLinkAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateLinkAttributesResponse", "variableName" : "updateLinkAttributesResponse", "variableType" : "UpdateLinkAttributesResponse", "documentation" : null, "simpleType" : "UpdateLinkAttributesResponse", "variableSetterType" : "UpdateLinkAttributesResponse" }, "wrapper" : false }, "UpdateObjectAttributesRequest" : { "c2jName" : "UpdateObjectAttributesRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateObjectAttributes", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/object/update", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      The reference that identifies the object.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      The reference that identifies the object.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@param objectReference The reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@return The reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@param objectReference The reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                                      The reference that identifies the object.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "ObjectAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      The attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      The attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeUpdate.Builder} avoiding the need to create one manually via {@link ObjectAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeUpdate)}.\n@param member a consumer that will call methods on {@link ObjectAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeUpdate", "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, "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" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : "", "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      The attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "ObjectAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      The attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      The attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeUpdate.Builder} avoiding the need to create one manually via {@link ObjectAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeUpdate)}.\n@param member a consumer that will call methods on {@link ObjectAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeUpdate", "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, "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" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : "", "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      The attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectReference" : { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      The reference that identifies the object.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      The reference that identifies the object.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@param objectReference The reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@return The reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@param objectReference The reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                                      The reference that identifies the object.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      \n@param directoryArn The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectReference", "beanStyleSetterMethodName" : "setObjectReference", "c2jName" : "ObjectReference", "c2jShape" : "ObjectReference", "defaultConsumerFluentSetterDocumentation" : "

                                      The reference that identifies the object.

                                      \nThis is a convenience that creates an instance of the {@link ObjectReference.Builder} avoiding the need to create one manually via {@link ObjectReference#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectReference.Builder#build()} is called immediately and its result is passed to {@link #objectReference(ObjectReference)}.\n@param objectReference a consumer that will call methods on {@link ObjectReference.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectReference(ObjectReference)", "deprecated" : false, "documentation" : "

                                      The reference that identifies the object.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectReference", "fluentSetterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@param objectReference The reference that identifies the object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectReference", "getterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@return The reference that identifies the object.", "getterModel" : { "returnType" : "ObjectReference", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectReference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ObjectReference", "sensitive" : false, "setterDocumentation" : "

                                      The reference that identifies the object.

                                      \n@param objectReference The reference that identifies the object.", "setterMethodName" : "setObjectReference", "setterModel" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : null, "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectReference", "variableName" : "objectReference", "variableType" : "ObjectReference", "documentation" : "

                                      The reference that identifies the object.

                                      ", "simpleType" : "ObjectReference", "variableSetterType" : "ObjectReference" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "ObjectAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      The attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      The attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ObjectAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ObjectAttributeUpdate.Builder} avoiding the need to create one manually via {@link ObjectAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ObjectAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ObjectAttributeUpdate)}.\n@param member a consumer that will call methods on {@link ObjectAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ObjectAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "ObjectAttributeUpdate", "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, "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" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : null, "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ObjectAttributeUpdate", "variableName" : "member", "variableType" : "ObjectAttributeUpdate", "documentation" : "", "simpleType" : "ObjectAttributeUpdate", "variableSetterType" : "ObjectAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ObjectAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ObjectAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      The attributes update structure.

                                      \n@param attributeUpdates The attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      The attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DirectoryArn", "ObjectReference", "AttributeUpdates" ], "shapeName" : "UpdateObjectAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateObjectAttributesRequest", "variableName" : "updateObjectAttributesRequest", "variableType" : "UpdateObjectAttributesRequest", "documentation" : null, "simpleType" : "UpdateObjectAttributesRequest", "variableSetterType" : "UpdateObjectAttributesRequest" }, "wrapper" : false }, "UpdateObjectAttributesResponse" : { "c2jName" : "UpdateObjectAttributesResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The ObjectIdentifier of the updated object.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@param objectIdentifier The ObjectIdentifier of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@return The ObjectIdentifier of the updated 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@param objectIdentifier The ObjectIdentifier of the updated object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                                      The ObjectIdentifier of the updated object.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObjectIdentifier" : { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The ObjectIdentifier of the updated object.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@param objectIdentifier The ObjectIdentifier of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@return The ObjectIdentifier of the updated 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@param objectIdentifier The ObjectIdentifier of the updated object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                                      The ObjectIdentifier of the updated object.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getObjectIdentifier", "beanStyleSetterMethodName" : "setObjectIdentifier", "c2jName" : "ObjectIdentifier", "c2jShape" : "ObjectIdentifier", "defaultConsumerFluentSetterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectIdentifier(String)}.\n@param objectIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The ObjectIdentifier of the updated object.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectIdentifier", "fluentSetterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@param objectIdentifier The ObjectIdentifier of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectIdentifier", "getterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@return The ObjectIdentifier of the updated 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" : "ObjectIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectIdentifier", "sensitive" : false, "setterDocumentation" : "

                                      The ObjectIdentifier of the updated object.

                                      \n@param objectIdentifier The ObjectIdentifier of the updated object.", "setterMethodName" : "setObjectIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectIdentifier", "variableType" : "String", "documentation" : "

                                      The ObjectIdentifier of the updated object.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateObjectAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateObjectAttributesResponse", "variableName" : "updateObjectAttributesResponse", "variableType" : "UpdateObjectAttributesResponse", "documentation" : null, "simpleType" : "UpdateObjectAttributesResponse", "variableSetterType" : "UpdateObjectAttributesResponse" }, "wrapper" : false }, "UpdateSchemaRequest" : { "c2jName" : "UpdateSchemaRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateSchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/update", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The name of the schema.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The name of the schema.

                                      \n@param name The name of the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of the schema.

                                      \n@return The name of the schema.", "getterModel" : { "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, "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 name of the schema.

                                      \n@param name The name of the schema.", "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 name of the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The name of the schema.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The name of the schema.

                                      \n@param name The name of the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of the schema.

                                      \n@return The name of the schema.", "getterModel" : { "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, "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 name of the schema.

                                      \n@param name The name of the schema.", "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 name of the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) of the development schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SchemaName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The name of the schema.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The name of the schema.

                                      \n@param name The name of the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of the schema.

                                      \n@return The name of the schema.", "getterModel" : { "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, "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 name of the schema.

                                      \n@param name The name of the schema.", "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 name of the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name" ], "shapeName" : "UpdateSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateSchemaRequest", "variableName" : "updateSchemaRequest", "variableType" : "UpdateSchemaRequest", "documentation" : null, "simpleType" : "UpdateSchemaRequest", "variableSetterType" : "UpdateSchemaRequest" }, "wrapper" : false }, "UpdateSchemaResponse" : { "c2jName" : "UpdateSchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@param schemaArn The ARN that is associated with the updated schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@return The ARN that is associated with the updated schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@param schemaArn The ARN that is associated with the updated schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@param schemaArn The ARN that is associated with the updated schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@return The ARN that is associated with the updated schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@param schemaArn The ARN that is associated with the updated schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@param schemaArn The ARN that is associated with the updated schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@return The ARN that is associated with the updated schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      \n@param schemaArn The ARN that is associated with the updated schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The ARN that is associated with the updated schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateSchemaResponse", "variableName" : "updateSchemaResponse", "variableType" : "UpdateSchemaResponse", "documentation" : null, "simpleType" : "UpdateSchemaResponse", "variableSetterType" : "UpdateSchemaResponse" }, "wrapper" : false }, "UpdateTypedLinkFacetRequest" : { "c2jName" : "UpdateTypedLinkFacetRequest", "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" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateTypedLinkFacet", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/typedlink/facet", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "TypedLinkFacetAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      Attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      Attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      Attributes update structure.

                                      \n@param attributeUpdates Attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      Attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkFacetAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkFacetAttributeUpdate.Builder} avoiding the need to create one manually via {@link TypedLinkFacetAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkFacetAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkFacetAttributeUpdate)}.\n@param member a consumer that will call methods on {@link TypedLinkFacetAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkFacetAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkFacetAttributeUpdate", "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, "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" : "TypedLinkFacetAttributeUpdate", "variableName" : "member", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : null, "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkFacetAttributeUpdate", "variableName" : "member", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : "", "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkFacetAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkFacetAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      Attributes update structure.

                                      \n@param attributeUpdates Attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      Attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "TypedLinkFacetAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      Attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      Attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      Attributes update structure.

                                      \n@param attributeUpdates Attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      Attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkFacetAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkFacetAttributeUpdate.Builder} avoiding the need to create one manually via {@link TypedLinkFacetAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkFacetAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkFacetAttributeUpdate)}.\n@param member a consumer that will call methods on {@link TypedLinkFacetAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkFacetAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkFacetAttributeUpdate", "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, "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" : "TypedLinkFacetAttributeUpdate", "variableName" : "member", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : null, "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkFacetAttributeUpdate", "variableName" : "member", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : "", "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkFacetAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkFacetAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      Attributes update structure.

                                      \n@param attributeUpdates Attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      Attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IdentityAttributeOrder" : { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SchemaArn" : { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaArn", "beanStyleSetterMethodName" : "setSchemaArn", "c2jName" : "SchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaArn(String)}.\n@param schemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "schemaArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@return The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-amz-data-partition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amz-data-partition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      \n@param schemaArn The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.", "setterMethodName" : "setSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TypedLinkName", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

                                      The unique name of the typed link facet.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The unique name of the typed link facet.

                                      \n@return The unique name of the typed link facet.", "getterModel" : { "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, "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 unique name of the typed link facet.

                                      \n@param name The unique name of the typed link facet.", "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 unique name of the typed link facet.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeUpdates", "beanStyleSetterMethodName" : "setAttributeUpdates", "c2jName" : "AttributeUpdates", "c2jShape" : "TypedLinkFacetAttributeUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                      Attributes update structure.

                                      \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 #attributeUpdates(List)}.\n@param attributeUpdates 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 #attributeUpdates(List)", "deprecated" : false, "documentation" : "

                                      Attributes update structure.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributeUpdates", "fluentSetterDocumentation" : "

                                      Attributes update structure.

                                      \n@param attributeUpdates Attributes update structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeUpdates", "getterDocumentation" : "

                                      Attributes update structure.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return Attributes update structure.", "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" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TypedLinkFacetAttributeUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TypedLinkFacetAttributeUpdate.Builder} avoiding the need to create one manually via {@link TypedLinkFacetAttributeUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link TypedLinkFacetAttributeUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(TypedLinkFacetAttributeUpdate)}.\n@param member a consumer that will call methods on {@link TypedLinkFacetAttributeUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TypedLinkFacetAttributeUpdate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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" : "TypedLinkFacetAttributeUpdate", "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, "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" : "TypedLinkFacetAttributeUpdate", "variableName" : "member", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : null, "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TypedLinkFacetAttributeUpdate", "variableName" : "member", "variableType" : "TypedLinkFacetAttributeUpdate", "documentation" : "", "simpleType" : "TypedLinkFacetAttributeUpdate", "variableSetterType" : "TypedLinkFacetAttributeUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TypedLinkFacetAttributeUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TypedLinkFacetAttributeUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttributeUpdates", "sensitive" : false, "setterDocumentation" : "

                                      Attributes update structure.

                                      \n@param attributeUpdates Attributes update structure.", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeUpdates", "variableType" : "java.util.List", "documentation" : "

                                      Attributes update structure.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdentityAttributeOrder", "beanStyleSetterMethodName" : "setIdentityAttributeOrder", "c2jName" : "IdentityAttributeOrder", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \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 #identityAttributeOrder(List)}.\n@param identityAttributeOrder 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 #identityAttributeOrder(List)", "deprecated" : false, "documentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identityAttributeOrder", "fluentSetterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identityAttributeOrder", "getterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "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" : "IdentityAttributeOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityAttributeOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttributeName", "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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" : "IdentityAttributeOrder", "sensitive" : false, "setterDocumentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      \n@param identityAttributeOrder The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.", "setterMethodName" : "setIdentityAttributeOrder", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identityAttributeOrder", "variableType" : "java.util.List", "documentation" : "

                                      The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SchemaArn", "Name", "AttributeUpdates", "IdentityAttributeOrder" ], "shapeName" : "UpdateTypedLinkFacetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateTypedLinkFacetRequest", "variableName" : "updateTypedLinkFacetRequest", "variableType" : "UpdateTypedLinkFacetRequest", "documentation" : null, "simpleType" : "UpdateTypedLinkFacetRequest", "variableSetterType" : "UpdateTypedLinkFacetRequest" }, "wrapper" : false }, "UpdateTypedLinkFacetResponse" : { "c2jName" : "UpdateTypedLinkFacetResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateTypedLinkFacetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateTypedLinkFacetResponse", "variableName" : "updateTypedLinkFacetResponse", "variableType" : "UpdateTypedLinkFacetResponse", "documentation" : null, "simpleType" : "UpdateTypedLinkFacetResponse", "variableSetterType" : "UpdateTypedLinkFacetResponse" }, "wrapper" : false }, "UpgradeAppliedSchemaRequest" : { "c2jName" : "UpgradeAppliedSchemaRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpgradeAppliedSchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/upgradeapplied", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The revision of the published schema to upgrade the directory 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 #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@param publishedSchemaArn The revision of the published schema to upgrade the directory to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@return The revision of the published schema to upgrade the directory 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" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@param publishedSchemaArn The revision of the published schema to upgrade the directory to.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@param directoryArn The ARN for the directory to which the upgraded schema will be applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@return The ARN for the directory to which the upgraded schema will be applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@param directoryArn The ARN for the directory to which the upgraded schema will be applied.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDryRun", "beanStyleSetterMethodName" : "setDryRun", "c2jName" : "DryRun", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)", "deprecated" : false, "documentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dryRun", "fluentSetterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@param dryRun Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dryRun", "getterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@return Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.", "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" : "DryRun", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DryRun", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DryRun", "sensitive" : false, "setterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@param dryRun Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.", "setterMethodName" : "setDryRun", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@param directoryArn The ARN for the directory to which the upgraded schema will be applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@return The ARN for the directory to which the upgraded schema will be applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@param directoryArn The ARN for the directory to which the upgraded schema will be applied.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DryRun" : { "beanStyleGetterMethodName" : "getDryRun", "beanStyleSetterMethodName" : "setDryRun", "c2jName" : "DryRun", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)", "deprecated" : false, "documentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dryRun", "fluentSetterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@param dryRun Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dryRun", "getterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@return Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.", "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" : "DryRun", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DryRun", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DryRun", "sensitive" : false, "setterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@param dryRun Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.", "setterMethodName" : "setDryRun", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PublishedSchemaArn" : { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The revision of the published schema to upgrade the directory 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 #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@param publishedSchemaArn The revision of the published schema to upgrade the directory to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@return The revision of the published schema to upgrade the directory 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" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@param publishedSchemaArn The revision of the published schema to upgrade the directory to.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The revision of the published schema to upgrade the directory 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 #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@param publishedSchemaArn The revision of the published schema to upgrade the directory to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@return The revision of the published schema to upgrade the directory 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" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      \n@param publishedSchemaArn The revision of the published schema to upgrade the directory to.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The revision of the published schema to upgrade the directory to.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@param directoryArn The ARN for the directory to which the upgraded schema will be applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@return The ARN for the directory to which the upgraded schema will be applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      \n@param directoryArn The ARN for the directory to which the upgraded schema will be applied.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN for the directory to which the upgraded schema will be applied.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDryRun", "beanStyleSetterMethodName" : "setDryRun", "c2jName" : "DryRun", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)", "deprecated" : false, "documentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dryRun", "fluentSetterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@param dryRun Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dryRun", "getterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@return Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.", "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" : "DryRun", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DryRun", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DryRun", "sensitive" : false, "setterDocumentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      \n@param dryRun Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.", "setterMethodName" : "setDryRun", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : "

                                      Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PublishedSchemaArn", "DirectoryArn" ], "shapeName" : "UpgradeAppliedSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpgradeAppliedSchemaRequest", "variableName" : "upgradeAppliedSchemaRequest", "variableType" : "UpgradeAppliedSchemaRequest", "documentation" : null, "simpleType" : "UpgradeAppliedSchemaRequest", "variableSetterType" : "UpgradeAppliedSchemaRequest" }, "wrapper" : false }, "UpgradeAppliedSchemaResponse" : { "c2jName" : "UpgradeAppliedSchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getUpgradedSchemaArn", "beanStyleSetterMethodName" : "setUpgradedSchemaArn", "c2jName" : "UpgradedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of 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 #upgradedSchemaArn(String)}.\n@param upgradedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #upgradedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "upgradedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "upgradedSchemaArn", "getterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@return The ARN of the upgraded schema that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpgradedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpgradedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpgradedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.", "setterMethodName" : "setUpgradedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the directory that is returned as part of 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@param directoryArn The ARN of the directory that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@return The ARN of the directory that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@param directoryArn The ARN of the directory that is returned as part of the response.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryArn" : { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the directory that is returned as part of 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@param directoryArn The ARN of the directory that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@return The ARN of the directory that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@param directoryArn The ARN of the directory that is returned as part of the response.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpgradedSchemaArn" : { "beanStyleGetterMethodName" : "getUpgradedSchemaArn", "beanStyleSetterMethodName" : "setUpgradedSchemaArn", "c2jName" : "UpgradedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of 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 #upgradedSchemaArn(String)}.\n@param upgradedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #upgradedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "upgradedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "upgradedSchemaArn", "getterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@return The ARN of the upgraded schema that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpgradedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpgradedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpgradedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.", "setterMethodName" : "setUpgradedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUpgradedSchemaArn", "beanStyleSetterMethodName" : "setUpgradedSchemaArn", "c2jName" : "UpgradedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of 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 #upgradedSchemaArn(String)}.\n@param upgradedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #upgradedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "upgradedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "upgradedSchemaArn", "getterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@return The ARN of the upgraded schema that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpgradedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpgradedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpgradedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.", "setterMethodName" : "setUpgradedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDirectoryArn", "beanStyleSetterMethodName" : "setDirectoryArn", "c2jName" : "DirectoryArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the directory that is returned as part of 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 #directoryArn(String)}.\n@param directoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "directoryArn", "fluentSetterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@param directoryArn The ARN of the directory that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "directoryArn", "getterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@return The ARN of the directory that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DirectoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DirectoryArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      \n@param directoryArn The ARN of the directory that is returned as part of the response.", "setterMethodName" : "setDirectoryArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryArn", "variableType" : "String", "documentation" : "

                                      The ARN of the directory that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpgradeAppliedSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpgradeAppliedSchemaResponse", "variableName" : "upgradeAppliedSchemaResponse", "variableType" : "UpgradeAppliedSchemaResponse", "documentation" : null, "simpleType" : "UpgradeAppliedSchemaResponse", "variableSetterType" : "UpgradeAppliedSchemaResponse" }, "wrapper" : false }, "UpgradePublishedSchemaRequest" : { "c2jName" : "UpgradePublishedSchemaRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpgradePublishedSchema", "locationName" : null, "requestUri" : "/amazonclouddirectory/2017-01-11/schema/upgradepublished", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDevelopmentSchemaArn", "beanStyleSetterMethodName" : "setDevelopmentSchemaArn", "c2jName" : "DevelopmentSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #developmentSchemaArn(String)}.\n@param developmentSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #developmentSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "developmentSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@param developmentSchemaArn The ARN of the development schema with the changes used for the upgrade.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "developmentSchemaArn", "getterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@return The ARN of the development schema with the changes used for the upgrade.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DevelopmentSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DevelopmentSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DevelopmentSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@param developmentSchemaArn The ARN of the development schema with the changes used for the upgrade.", "setterMethodName" : "setDevelopmentSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the published schema to be upgraded.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@param publishedSchemaArn The ARN of the published schema to be upgraded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@return The ARN of the published schema to be upgraded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@param publishedSchemaArn The ARN of the published schema to be upgraded.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the published schema to be upgraded.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinorVersion", "beanStyleSetterMethodName" : "setMinorVersion", "c2jName" : "MinorVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minorVersion(String)}.\n@param minorVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minorVersion(String)", "deprecated" : false, "documentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minorVersion", "fluentSetterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@param minorVersion Identifies the minor version of the published schema that will be created. This parameter is NOT optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minorVersion", "getterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@return Identifies the minor version of the published schema that will be created. This parameter is NOT optional.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinorVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinorVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinorVersion", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@param minorVersion Identifies the minor version of the published schema that will be created. This parameter is NOT optional.", "setterMethodName" : "setMinorVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDryRun", "beanStyleSetterMethodName" : "setDryRun", "c2jName" : "DryRun", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)", "deprecated" : false, "documentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dryRun", "fluentSetterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@param dryRun Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dryRun", "getterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@return Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.", "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" : "DryRun", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DryRun", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DryRun", "sensitive" : false, "setterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@param dryRun Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.", "setterMethodName" : "setDryRun", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DevelopmentSchemaArn" : { "beanStyleGetterMethodName" : "getDevelopmentSchemaArn", "beanStyleSetterMethodName" : "setDevelopmentSchemaArn", "c2jName" : "DevelopmentSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #developmentSchemaArn(String)}.\n@param developmentSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #developmentSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "developmentSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@param developmentSchemaArn The ARN of the development schema with the changes used for the upgrade.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "developmentSchemaArn", "getterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@return The ARN of the development schema with the changes used for the upgrade.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DevelopmentSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DevelopmentSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DevelopmentSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@param developmentSchemaArn The ARN of the development schema with the changes used for the upgrade.", "setterMethodName" : "setDevelopmentSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DryRun" : { "beanStyleGetterMethodName" : "getDryRun", "beanStyleSetterMethodName" : "setDryRun", "c2jName" : "DryRun", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)", "deprecated" : false, "documentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dryRun", "fluentSetterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@param dryRun Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dryRun", "getterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@return Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.", "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" : "DryRun", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DryRun", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DryRun", "sensitive" : false, "setterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@param dryRun Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.", "setterMethodName" : "setDryRun", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MinorVersion" : { "beanStyleGetterMethodName" : "getMinorVersion", "beanStyleSetterMethodName" : "setMinorVersion", "c2jName" : "MinorVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minorVersion(String)}.\n@param minorVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minorVersion(String)", "deprecated" : false, "documentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minorVersion", "fluentSetterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@param minorVersion Identifies the minor version of the published schema that will be created. This parameter is NOT optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minorVersion", "getterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@return Identifies the minor version of the published schema that will be created. This parameter is NOT optional.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinorVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinorVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinorVersion", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@param minorVersion Identifies the minor version of the published schema that will be created. This parameter is NOT optional.", "setterMethodName" : "setMinorVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PublishedSchemaArn" : { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the published schema to be upgraded.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@param publishedSchemaArn The ARN of the published schema to be upgraded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@return The ARN of the published schema to be upgraded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@param publishedSchemaArn The ARN of the published schema to be upgraded.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the published schema to be upgraded.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDevelopmentSchemaArn", "beanStyleSetterMethodName" : "setDevelopmentSchemaArn", "c2jName" : "DevelopmentSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #developmentSchemaArn(String)}.\n@param developmentSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #developmentSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "developmentSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@param developmentSchemaArn The ARN of the development schema with the changes used for the upgrade.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "developmentSchemaArn", "getterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@return The ARN of the development schema with the changes used for the upgrade.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DevelopmentSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DevelopmentSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DevelopmentSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      \n@param developmentSchemaArn The ARN of the development schema with the changes used for the upgrade.", "setterMethodName" : "setDevelopmentSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "developmentSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the development schema with the changes used for the upgrade.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPublishedSchemaArn", "beanStyleSetterMethodName" : "setPublishedSchemaArn", "c2jName" : "PublishedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #publishedSchemaArn(String)}.\n@param publishedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publishedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the published schema to be upgraded.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "publishedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@param publishedSchemaArn The ARN of the published schema to be upgraded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publishedSchemaArn", "getterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@return The ARN of the published schema to be upgraded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PublishedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PublishedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PublishedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the published schema to be upgraded.

                                      \n@param publishedSchemaArn The ARN of the published schema to be upgraded.", "setterMethodName" : "setPublishedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "publishedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the published schema to be upgraded.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinorVersion", "beanStyleSetterMethodName" : "setMinorVersion", "c2jName" : "MinorVersion", "c2jShape" : "Version", "defaultConsumerFluentSetterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minorVersion(String)}.\n@param minorVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minorVersion(String)", "deprecated" : false, "documentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minorVersion", "fluentSetterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@param minorVersion Identifies the minor version of the published schema that will be created. This parameter is NOT optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minorVersion", "getterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@return Identifies the minor version of the published schema that will be created. This parameter is NOT optional.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinorVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinorVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinorVersion", "sensitive" : false, "setterDocumentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      \n@param minorVersion Identifies the minor version of the published schema that will be created. This parameter is NOT optional.", "setterMethodName" : "setMinorVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minorVersion", "variableType" : "String", "documentation" : "

                                      Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDryRun", "beanStyleSetterMethodName" : "setDryRun", "c2jName" : "DryRun", "c2jShape" : "Bool", "defaultConsumerFluentSetterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)", "deprecated" : false, "documentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dryRun", "fluentSetterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@param dryRun Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dryRun", "getterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@return Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.", "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" : "DryRun", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DryRun", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DryRun", "sensitive" : false, "setterDocumentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      \n@param dryRun Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.", "setterMethodName" : "setDryRun", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dryRun", "variableType" : "Boolean", "documentation" : "

                                      Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DevelopmentSchemaArn", "PublishedSchemaArn", "MinorVersion" ], "shapeName" : "UpgradePublishedSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpgradePublishedSchemaRequest", "variableName" : "upgradePublishedSchemaRequest", "variableType" : "UpgradePublishedSchemaRequest", "documentation" : null, "simpleType" : "UpgradePublishedSchemaRequest", "variableSetterType" : "UpgradePublishedSchemaRequest" }, "wrapper" : false }, "UpgradePublishedSchemaResponse" : { "c2jName" : "UpgradePublishedSchemaResponse", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getUpgradedSchemaArn", "beanStyleSetterMethodName" : "setUpgradedSchemaArn", "c2jName" : "UpgradedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of 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 #upgradedSchemaArn(String)}.\n@param upgradedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #upgradedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "upgradedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "upgradedSchemaArn", "getterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@return The ARN of the upgraded schema that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpgradedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpgradedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpgradedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.", "setterMethodName" : "setUpgradedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "UpgradedSchemaArn" : { "beanStyleGetterMethodName" : "getUpgradedSchemaArn", "beanStyleSetterMethodName" : "setUpgradedSchemaArn", "c2jName" : "UpgradedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of 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 #upgradedSchemaArn(String)}.\n@param upgradedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #upgradedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "upgradedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "upgradedSchemaArn", "getterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@return The ARN of the upgraded schema that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpgradedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpgradedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpgradedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.", "setterMethodName" : "setUpgradedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUpgradedSchemaArn", "beanStyleSetterMethodName" : "setUpgradedSchemaArn", "c2jName" : "UpgradedSchemaArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of 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 #upgradedSchemaArn(String)}.\n@param upgradedSchemaArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #upgradedSchemaArn(String)", "deprecated" : false, "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "upgradedSchemaArn", "fluentSetterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "upgradedSchemaArn", "getterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@return The ARN of the upgraded schema that is returned as part of the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpgradedSchemaArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpgradedSchemaArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpgradedSchemaArn", "sensitive" : false, "setterDocumentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      \n@param upgradedSchemaArn The ARN of the upgraded schema that is returned as part of the response.", "setterMethodName" : "setUpgradedSchemaArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "upgradedSchemaArn", "variableType" : "String", "documentation" : "

                                      The ARN of the upgraded schema that is returned as part of the response.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpgradePublishedSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpgradePublishedSchemaResponse", "variableName" : "upgradePublishedSchemaResponse", "variableType" : "UpgradePublishedSchemaResponse", "documentation" : null, "simpleType" : "UpgradePublishedSchemaResponse", "variableSetterType" : "UpgradePublishedSchemaResponse" }, "wrapper" : false }, "ValidationException" : { "c2jName" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Indicates that your request is malformed in some manner. See the exception message.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ValidationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ValidationException", "variableName" : "validationException", "variableType" : "ValidationException", "documentation" : null, "simpleType" : "ValidationException", "variableSetterType" : "ValidationException" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 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" : "CloudDirectoryException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryException", "sdkRequestBaseClassName" : "CloudDirectoryRequest", "sdkResponseBaseClassName" : "CloudDirectoryResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy