models.sdb-2009-04-15-intermediate.json Maven / Gradle / Ivy
Show all versions of simpledb Show documentation
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"defaultExceptionUnmarshaller" : null,
"modelMarshallerDefaultValueSupplier" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : {
"Attribute" : {
"customUnmarshallerFqcn" : null,
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"AlternateNameEncoding" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : null,
"marshallLocationName" : null,
"unmarshallLocationName" : "Name/@encoding"
}
}, {
"AlternateValueEncoding" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : null,
"marshallLocationName" : null,
"unmarshallLocationName" : "Value/@encoding"
}
} ],
"staxTargetDepthOffset" : null
},
"Item" : {
"customUnmarshallerFqcn" : null,
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"AlternateNameEncoding" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : null,
"marshallLocationName" : null,
"unmarshallLocationName" : "Name/@encoding"
}
} ],
"staxTargetDepthOffset" : null
}
},
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"skipSmokeTests" : false,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2009-04-15",
"asyncBuilder" : "DefaultSimpleDBAsyncClientBuilder",
"asyncBuilderInterface" : "SimpleDBAsyncClientBuilder",
"asyncClient" : "DefaultSimpleDBAsyncClient",
"asyncInterface" : "SimpleDBAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V2",
"baseBuilder" : "DefaultSimpleDBBaseClientBuilder",
"baseBuilderInterface" : "SimpleDBBaseClientBuilder",
"baseExceptionName" : "SimpleDBException",
"baseRequestName" : "SimpleDBRequest",
"baseResponseName" : "SimpleDBResponse",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "simpledb",
"contentType" : null,
"cucumberModuleInjectorClassName" : "SimpleDBClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : "Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud. By offloading the time and effort associated with building and operating a web-scale database, SimpleDB provides developers the freedom to focus on application development. A traditional, clustered relational database requires a sizable upfront capital outlay, is complex to design, and often requires extensive and repetitive database administration. Amazon SimpleDB is dramatically simpler, requiring no schema, automatically indexing your data and providing a simple API for storage and access. This approach eliminates the administrative burden of data modeling, index maintenance, and performance tuning. Developers gain access to this functionality within Amazon's proven computing environment, are able to scale instantly, and pay only for what they use.
Visit http://aws.amazon.com/simpledb/ for more information.
",
"endpointPrefix" : "sdb",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.simpledb",
"fullModelPackageName" : "software.amazon.awssdk.services.simpledb.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.simpledb.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.simpledb.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.simpledb.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.simpledb.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "simpledb.model",
"paginatorsPackageName" : "simpledb.paginators",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "software.amazon.awssdk.core.runtime.transform.StandardErrorUnmarshaller",
"protocolFactory" : null,
"requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest",
"requestTransformPackageName" : "simpledb.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon SimpleDB",
"serviceName" : "Amazon SimpleDB",
"signingName" : "sdb",
"smokeTestsPackageName" : "simpledb.smoketests",
"syncBuilder" : "DefaultSimpleDBClientBuilder",
"syncBuilderInterface" : "SimpleDBClientBuilder",
"syncClient" : "DefaultSimpleDBClient",
"syncInterface" : "SimpleDBClient",
"transformPackageName" : "simpledb.transform",
"uid" : "sdb-2009-04-15",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"BatchDeleteAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. This enables Amazon SimpleDB to optimize requests, which generally yields better throughput.
The following limitations are enforced for this operation:
- 1 MB request size
- 25 item limit per BatchDeleteAttributes operation
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchDeleteAttributesRequest",
"variableName" : "batchDeleteAttributesRequest",
"variableType" : "BatchDeleteAttributesRequest",
"documentation" : "",
"simpleType" : "BatchDeleteAttributesRequest",
"variableSetterType" : "BatchDeleteAttributesRequest"
},
"methodName" : "batchDeleteAttributes",
"operationName" : "BatchDeleteAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "BatchDeleteAttributesResponse",
"documentation" : null
},
"syncReturnType" : "BatchDeleteAttributesResponse"
},
"BatchPutAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " The BatchPutAttributes
operation creates or replaces attributes within one or more items. By using this operation, the client can perform multiple PutAttribute operation with a single call. This helps yield savings in round trips and latencies, enabling Amazon SimpleDB to optimize requests and generally produce better throughput.
The client may specify the item name with the Item.X.ItemName
parameter. The client may specify new attributes using a combination of the Item.X.Attribute.Y.Name
and Item.X.Attribute.Y.Value
parameters. The client may specify the first attribute for the first item using the parameters Item.0.Attribute.0.Name
and Item.0.Attribute.0.Value
, and for the second attribute for the first item by the parameters Item.0.Attribute.1.Name
and Item.0.Attribute.1.Value
, and so on.
Attributes are uniquely identified within an item by their name/value combination. For example, a single item can have the attributes { \"first_name\", \"first_value\" }
and { \"first_name\", \"second_value\" }
. However, it cannot have two attribute instances where both the Item.X.Attribute.Y.Name
and Item.X.Attribute.Y.Value
are the same.
Optionally, the requester can supply the Replace
parameter for each individual value. Setting this value to true
will cause the new attribute values to replace the existing attribute values. For example, if an item I
has the attributes { 'a', '1' }, { 'b', '2'}
and { 'b', '3' }
and the requester does a BatchPutAttributes of {'I', 'b', '4' }
with the Replace parameter set to true, the final attributes of the item will be { 'a', '1' }
and { 'b', '4' }
, replacing the previous values of the 'b' attribute with the new value.
This operation is vulnerable to exceeding the maximum URL size when making a REST request using the HTTP GET method. This operation does not support conditions using Expected.X.Name
, Expected.X.Value
, or Expected.X.Exists
. You can execute multiple BatchPutAttributes
operations and other operations in parallel. However, large numbers of concurrent BatchPutAttributes
calls can result in Service Unavailable (503) responses.
The following limitations are enforced for this operation:
- 256 attribute name-value pairs per item
- 1 MB request size
- 1 billion attributes per domain
- 10 GB of total user data storage per domain
- 25 item limit per
BatchPutAttributes
operation
",
"exceptions" : [ {
"exceptionName" : "DuplicateItemNameException",
"documentation" : "The item name was specified more than once.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoSuchDomainException",
"documentation" : "The specified domain does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NumberItemAttributesExceededException",
"documentation" : "Too many attributes in this item.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "NumberDomainAttributesExceededException",
"documentation" : "Too many attributes in this domain.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "NumberDomainBytesExceededException",
"documentation" : "Too many bytes in this domain.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "NumberSubmittedItemsExceededException",
"documentation" : "Too many items exist in a single call.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "NumberSubmittedAttributesExceededException",
"documentation" : "Too many attributes exist in a single call.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchPutAttributesRequest",
"variableName" : "batchPutAttributesRequest",
"variableType" : "BatchPutAttributesRequest",
"documentation" : "",
"simpleType" : "BatchPutAttributesRequest",
"variableSetterType" : "BatchPutAttributesRequest"
},
"methodName" : "batchPutAttributes",
"operationName" : "BatchPutAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "BatchPutAttributesResponse",
"documentation" : null
},
"syncReturnType" : "BatchPutAttributesResponse"
},
"CreateDomain" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " The CreateDomain
operation creates a new domain. The domain name should be unique among the domains associated with the Access Key ID provided in the request. The CreateDomain
operation may take 10 or more seconds to complete.
The client can create up to 100 domains per account.
If the client requires additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NumberDomainsExceededException",
"documentation" : "Too many domains exist per this account.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDomainRequest",
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"documentation" : "",
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"methodName" : "createDomain",
"operationName" : "CreateDomain",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDomainResponse",
"documentation" : null
},
"syncReturnType" : "CreateDomainResponse"
},
"DeleteAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes one or more attributes associated with an item. If all attributes of the item are deleted, the item is deleted.
DeleteAttributes
is an idempotent operation; running it multiple times on the same item or attribute does not result in an error response.
Because Amazon SimpleDB makes multiple copies of item data and uses an eventual consistency update model, performing a GetAttributes or Select operation (read) immediately after a DeleteAttributes
or PutAttributes operation (write) might not return updated item data.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoSuchDomainException",
"documentation" : "The specified domain does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AttributeDoesNotExistException",
"documentation" : "The specified attribute does not exist.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAttributesRequest",
"variableName" : "deleteAttributesRequest",
"variableType" : "DeleteAttributesRequest",
"documentation" : "",
"simpleType" : "DeleteAttributesRequest",
"variableSetterType" : "DeleteAttributesRequest"
},
"methodName" : "deleteAttributes",
"operationName" : "DeleteAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAttributesResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAttributesResponse"
},
"DeleteDomain" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " The DeleteDomain
operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The DeleteDomain
operation might take 10 or more seconds to complete.
",
"exceptions" : [ {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDomainRequest",
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"documentation" : "",
"simpleType" : "DeleteDomainRequest",
"variableSetterType" : "DeleteDomainRequest"
},
"methodName" : "deleteDomain",
"operationName" : "DeleteDomain",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDomainResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDomainResponse"
},
"DomainMetadata" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
",
"exceptions" : [ {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoSuchDomainException",
"documentation" : "The specified domain does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DomainMetadataRequest",
"variableName" : "domainMetadataRequest",
"variableType" : "DomainMetadataRequest",
"documentation" : "",
"simpleType" : "DomainMetadataRequest",
"variableSetterType" : "DomainMetadataRequest"
},
"methodName" : "domainMetadata",
"operationName" : "DomainMetadata",
"paginated" : false,
"returnType" : {
"returnType" : "DomainMetadataResponse",
"documentation" : null
},
"syncReturnType" : "DomainMetadataResponse"
},
"GetAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns all of the attributes associated with the specified item. Optionally, the attributes returned can be limited to one or more attributes by specifying an attribute name parameter.
If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoSuchDomainException",
"documentation" : "The specified domain does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetAttributesRequest",
"variableName" : "getAttributesRequest",
"variableType" : "GetAttributesRequest",
"documentation" : "",
"simpleType" : "GetAttributesRequest",
"variableSetterType" : "GetAttributesRequest"
},
"methodName" : "getAttributes",
"operationName" : "GetAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "GetAttributesResponse",
"documentation" : null
},
"syncReturnType" : "GetAttributesResponse"
},
"ListDomains" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " The ListDomains
operation lists all domains associated with the Access Key ID. It returns domain names up to the limit set by MaxNumberOfDomains. A NextToken is returned if there are more than MaxNumberOfDomains
domains. Calling ListDomains
successive times with the NextToken
provided by the operation returns up to MaxNumberOfDomains
more domain names with each successive operation call.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified NextToken is not valid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDomainsRequest",
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"documentation" : "",
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"methodName" : "listDomains",
"operationName" : "ListDomains",
"paginated" : false,
"returnType" : {
"returnType" : "ListDomainsResponse",
"documentation" : null
},
"syncReturnType" : "ListDomainsResponse"
},
"PutAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " The PutAttributes operation creates or replaces attributes in an item. The client may specify new attributes using a combination of the Attribute.X.Name
and Attribute.X.Value
parameters. The client specifies the first attribute by the parameters Attribute.0.Name
and Attribute.0.Value
, the second attribute by the parameters Attribute.1.Name
and Attribute.1.Value
, and so on.
Attributes are uniquely identified in an item by their name/value combination. For example, a single item can have the attributes { \"first_name\", \"first_value\" }
and { \"first_name\", second_value\" }
. However, it cannot have two attribute instances where both the Attribute.X.Name
and Attribute.X.Value
are the same.
Optionally, the requestor can supply the Replace
parameter for each individual attribute. Setting this value to true
causes the new attribute value to replace the existing attribute value(s). For example, if an item has the attributes { 'a', '1' }
, { 'b', '2'}
and { 'b', '3' }
and the requestor calls PutAttributes
using the attributes { 'b', '4' }
with the Replace
parameter set to true, the final attributes of the item are changed to { 'a', '1' }
and { 'b', '4' }
, which replaces the previous values of the 'b' attribute with the new value.
You cannot specify an empty string as an attribute name.
Because Amazon SimpleDB makes multiple copies of client data and uses an eventual consistency update model, an immediate GetAttributes or Select operation (read) immediately after a PutAttributes or DeleteAttributes operation (write) might not return the updated data.
The following limitations are enforced for this operation:
- 256 total attribute name-value pairs per item
- One billion attributes per domain
- 10 GB of total user data storage per domain
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoSuchDomainException",
"documentation" : "The specified domain does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NumberDomainAttributesExceededException",
"documentation" : "Too many attributes in this domain.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "NumberDomainBytesExceededException",
"documentation" : "Too many bytes in this domain.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "NumberItemAttributesExceededException",
"documentation" : "Too many attributes in this item.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "AttributeDoesNotExistException",
"documentation" : "The specified attribute does not exist.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutAttributesRequest",
"variableName" : "putAttributesRequest",
"variableType" : "PutAttributesRequest",
"documentation" : "",
"simpleType" : "PutAttributesRequest",
"variableSetterType" : "PutAttributesRequest"
},
"methodName" : "putAttributes",
"operationName" : "PutAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "PutAttributesResponse",
"documentation" : null
},
"syncReturnType" : "PutAttributesResponse"
},
"Select" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " The Select
operation returns a set of attributes for ItemNames
that match the select expression. Select
is similar to the standard SQL SELECT statement.
The total size of the response cannot exceed 1 MB in total size. Amazon SimpleDB automatically adjusts the number of items returned per page to enforce this limit. For example, if the client asks to retrieve 2500 items, but each individual item is 10 kB in size, the system returns 100 items and an appropriate NextToken
so the client can access the next page of results.
For information on how to construct select expressions, see Using Select to Create Amazon SimpleDB Queries in the Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified NextToken is not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidNumberPredicatesException",
"documentation" : "Too many predicates exist in the query expression.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidNumberValueTestsException",
"documentation" : "Too many predicates exist in the query expression.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidQueryExpressionException",
"documentation" : "The specified query expression syntax is not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingParameterException",
"documentation" : "The request must contain the specified missing parameter.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoSuchDomainException",
"documentation" : "The specified domain does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RequestTimeoutException",
"documentation" : "A timeout occurred when attempting to query the specified domain with specified query expression.
",
"httpStatusCode" : 408
}, {
"exceptionName" : "TooManyRequestedAttributesException",
"documentation" : "Too many attributes requested.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SelectRequest",
"variableName" : "selectRequest",
"variableType" : "SelectRequest",
"documentation" : "",
"simpleType" : "SelectRequest",
"variableSetterType" : "SelectRequest"
},
"methodName" : "select",
"operationName" : "Select",
"paginated" : false,
"returnType" : {
"returnType" : "SelectResponse",
"documentation" : null
},
"syncReturnType" : "SelectResponse"
}
},
"shapes" : {
"Attribute" : {
"c2jName" : "Attribute",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"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.",
"enumType" : null,
"fluentEnumGetterMethodName" : 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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"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,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the attribute.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlternateNameEncoding",
"beanStyleSetterMethodName" : "setAlternateNameEncoding",
"c2jName" : "AlternateNameEncoding",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alternateNameEncoding(String)}.\n@param alternateNameEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alternateNameEncoding(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "alternateNameEncoding",
"fluentSetterDocumentation" : "\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alternateNameEncoding",
"getterDocumentation" : "\n@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" : "AlternateNameEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name/@encoding",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlternateNameEncoding",
"setterDocumentation" : "\n@param alternateNameEncoding ",
"setterMethodName" : "setAlternateNameEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alternateNameEncoding",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alternateNameEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The value 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 #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 of the attribute.",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "The value of the attribute.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlternateValueEncoding",
"beanStyleSetterMethodName" : "setAlternateValueEncoding",
"c2jName" : "AlternateValueEncoding",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alternateValueEncoding(String)}.\n@param alternateValueEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alternateValueEncoding(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "alternateValueEncoding",
"fluentSetterDocumentation" : "\n@param alternateValueEncoding \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alternateValueEncoding",
"getterDocumentation" : "\n@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" : "AlternateValueEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value/@encoding",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlternateValueEncoding",
"setterDocumentation" : "\n@param alternateValueEncoding ",
"setterMethodName" : "setAlternateValueEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alternateValueEncoding",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alternateValueEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlternateNameEncoding" : {
"beanStyleGetterMethodName" : "getAlternateNameEncoding",
"beanStyleSetterMethodName" : "setAlternateNameEncoding",
"c2jName" : "AlternateNameEncoding",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alternateNameEncoding(String)}.\n@param alternateNameEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alternateNameEncoding(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "alternateNameEncoding",
"fluentSetterDocumentation" : "\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alternateNameEncoding",
"getterDocumentation" : "\n@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" : "AlternateNameEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name/@encoding",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlternateNameEncoding",
"setterDocumentation" : "\n@param alternateNameEncoding ",
"setterMethodName" : "setAlternateNameEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alternateNameEncoding",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alternateNameEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AlternateValueEncoding" : {
"beanStyleGetterMethodName" : "getAlternateValueEncoding",
"beanStyleSetterMethodName" : "setAlternateValueEncoding",
"c2jName" : "AlternateValueEncoding",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alternateValueEncoding(String)}.\n@param alternateValueEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alternateValueEncoding(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "alternateValueEncoding",
"fluentSetterDocumentation" : "\n@param alternateValueEncoding \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alternateValueEncoding",
"getterDocumentation" : "\n@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" : "AlternateValueEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value/@encoding",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlternateValueEncoding",
"setterDocumentation" : "\n@param alternateValueEncoding ",
"setterMethodName" : "setAlternateValueEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alternateValueEncoding",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alternateValueEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"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.",
"enumType" : null,
"fluentEnumGetterMethodName" : 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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"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,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the attribute.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The value 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 #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 of the attribute.",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "The value of the attribute.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"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.",
"enumType" : null,
"fluentEnumGetterMethodName" : 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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"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,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the attribute.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlternateNameEncoding",
"beanStyleSetterMethodName" : "setAlternateNameEncoding",
"c2jName" : "AlternateNameEncoding",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alternateNameEncoding(String)}.\n@param alternateNameEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alternateNameEncoding(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "alternateNameEncoding",
"fluentSetterDocumentation" : "\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alternateNameEncoding",
"getterDocumentation" : "\n@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" : "AlternateNameEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name/@encoding",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlternateNameEncoding",
"setterDocumentation" : "\n@param alternateNameEncoding ",
"setterMethodName" : "setAlternateNameEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alternateNameEncoding",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alternateNameEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The value 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 #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 of the attribute.",
"enumType" : null,
"fluentEnumGetterMethodName" : 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" : "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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "The value of the attribute.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlternateValueEncoding",
"beanStyleSetterMethodName" : "setAlternateValueEncoding",
"c2jName" : "AlternateValueEncoding",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alternateValueEncoding(String)}.\n@param alternateValueEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alternateValueEncoding(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "alternateValueEncoding",
"fluentSetterDocumentation" : "\n@param alternateValueEncoding \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alternateValueEncoding",
"getterDocumentation" : "\n@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" : "AlternateValueEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value/@encoding",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AlternateValueEncoding",
"setterDocumentation" : "\n@param alternateValueEncoding ",
"setterMethodName" : "setAlternateValueEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alternateValueEncoding",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alternateValueEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "Value" ],
"shapeName" : "Attribute",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "attribute",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"wrapper" : false
},
"AttributeDoesNotExistException" : {
"c2jName" : "AttributeDoesNotExist",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The specified attribute does not exist.
",
"enums" : null,
"errorCode" : "AttributeDoesNotExist",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getBoxUsage",
"beanStyleSetterMethodName" : "setBoxUsage",
"c2jName" : "BoxUsage",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "boxUsage",
"fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boxUsage",
"getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoxUsage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoxUsage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Float",
"marshallingType" : "FLOAT",
"name" : "BoxUsage",
"setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.",
"setterMethodName" : "setBoxUsage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BoxUsage" : {
"beanStyleGetterMethodName" : "getBoxUsage",
"beanStyleSetterMethodName" : "setBoxUsage",
"c2jName" : "BoxUsage",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "boxUsage",
"fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boxUsage",
"getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoxUsage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoxUsage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Float",
"marshallingType" : "FLOAT",
"name" : "BoxUsage",
"setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.",
"setterMethodName" : "setBoxUsage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getBoxUsage",
"beanStyleSetterMethodName" : "setBoxUsage",
"c2jName" : "BoxUsage",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "boxUsage",
"fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boxUsage",
"getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoxUsage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoxUsage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Float",
"marshallingType" : "FLOAT",
"name" : "BoxUsage",
"setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.",
"setterMethodName" : "setBoxUsage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttributeDoesNotExistException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttributeDoesNotExistException",
"variableName" : "attributeDoesNotExistException",
"variableType" : "AttributeDoesNotExistException",
"documentation" : null,
"simpleType" : "AttributeDoesNotExistException",
"variableSetterType" : "AttributeDoesNotExistException"
},
"wrapper" : false
},
"BatchDeleteAttributesRequest" : {
"c2jName" : "BatchDeleteAttributesRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "BatchDeleteAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which the attributes are being deleted.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@return The name of the domain in which the attributes are being deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which the attributes are being deleted.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItems",
"beanStyleSetterMethodName" : "setItems",
"c2jName" : "Items",
"c2jShape" : "DeletableItemList",
"defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #items(List)",
"deprecated" : false,
"documentation" : "A list of items on which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "items",
"fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "items",
"getterDocumentation" : "A list of items on which to perform the operation.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of items on which to perform the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Items",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Items",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DeletableItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DeletableItem.Builder} avoiding the need to create one manually via {@link DeletableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeletableItem.Builder#build()} is called immediately and its result is passed to {@link #member(DeletableItem)}.\n@param member a consumer that will call methods on {@link DeletableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DeletableItem)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "DeletableItem",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Item",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "member",
"variableType" : "DeletableItem",
"documentation" : null,
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "member",
"variableType" : "DeletableItem",
"documentation" : "",
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Item",
"memberType" : "DeletableItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DeletableItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Items",
"setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.",
"setterMethodName" : "setItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : "A list of items on which to perform the operation.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which the attributes are being deleted.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@return The name of the domain in which the attributes are being deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which the attributes are being deleted.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Items" : {
"beanStyleGetterMethodName" : "getItems",
"beanStyleSetterMethodName" : "setItems",
"c2jName" : "Items",
"c2jShape" : "DeletableItemList",
"defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #items(List)",
"deprecated" : false,
"documentation" : "A list of items on which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "items",
"fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "items",
"getterDocumentation" : "A list of items on which to perform the operation.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of items on which to perform the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Items",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Items",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DeletableItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DeletableItem.Builder} avoiding the need to create one manually via {@link DeletableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeletableItem.Builder#build()} is called immediately and its result is passed to {@link #member(DeletableItem)}.\n@param member a consumer that will call methods on {@link DeletableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DeletableItem)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "DeletableItem",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Item",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "member",
"variableType" : "DeletableItem",
"documentation" : null,
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "member",
"variableType" : "DeletableItem",
"documentation" : "",
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Item",
"memberType" : "DeletableItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DeletableItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Items",
"setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.",
"setterMethodName" : "setItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : "A list of items on which to perform the operation.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which the attributes are being deleted.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@return The name of the domain in which the attributes are being deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which the attributes are being deleted.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItems",
"beanStyleSetterMethodName" : "setItems",
"c2jName" : "Items",
"c2jShape" : "DeletableItemList",
"defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #items(List)",
"deprecated" : false,
"documentation" : "A list of items on which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "items",
"fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "items",
"getterDocumentation" : "A list of items on which to perform the operation.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of items on which to perform the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Items",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Items",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DeletableItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DeletableItem.Builder} avoiding the need to create one manually via {@link DeletableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeletableItem.Builder#build()} is called immediately and its result is passed to {@link #member(DeletableItem)}.\n@param member a consumer that will call methods on {@link DeletableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DeletableItem)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "DeletableItem",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Item",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "member",
"variableType" : "DeletableItem",
"documentation" : null,
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "member",
"variableType" : "DeletableItem",
"documentation" : "",
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Item",
"memberType" : "DeletableItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DeletableItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Items",
"setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.",
"setterMethodName" : "setItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : "A list of items on which to perform the operation.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "Items" ],
"shapeName" : "BatchDeleteAttributesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchDeleteAttributesRequest",
"variableName" : "batchDeleteAttributesRequest",
"variableType" : "BatchDeleteAttributesRequest",
"documentation" : null,
"simpleType" : "BatchDeleteAttributesRequest",
"variableSetterType" : "BatchDeleteAttributesRequest"
},
"wrapper" : false
},
"BatchDeleteAttributesResponse" : {
"c2jName" : "BatchDeleteAttributesResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchDeleteAttributesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchDeleteAttributesResponse",
"variableName" : "batchDeleteAttributesResponse",
"variableType" : "BatchDeleteAttributesResponse",
"documentation" : null,
"simpleType" : "BatchDeleteAttributesResponse",
"variableSetterType" : "BatchDeleteAttributesResponse"
},
"wrapper" : false
},
"BatchPutAttributesRequest" : {
"c2jName" : "BatchPutAttributesRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "BatchPutAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which the attributes are being stored.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which the attributes are being stored.\n@return The name of the domain in which the attributes are being stored.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which the attributes are being stored.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItems",
"beanStyleSetterMethodName" : "setItems",
"c2jName" : "Items",
"c2jShape" : "ReplaceableItemList",
"defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #items(List)",
"deprecated" : false,
"documentation" : "A list of items on which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "items",
"fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "items",
"getterDocumentation" : "A list of items on which to perform the operation.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of items on which to perform the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Items",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Items",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReplaceableItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableItem.Builder} avoiding the need to create one manually via {@link ReplaceableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableItem.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableItem)}.\n@param member a consumer that will call methods on {@link ReplaceableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableItem)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReplaceableItem",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Item",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReplaceableItem",
"variableName" : "member",
"variableType" : "ReplaceableItem",
"documentation" : null,
"simpleType" : "ReplaceableItem",
"variableSetterType" : "ReplaceableItem"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReplaceableItem",
"variableName" : "member",
"variableType" : "ReplaceableItem",
"documentation" : "",
"simpleType" : "ReplaceableItem",
"variableSetterType" : "ReplaceableItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Item",
"memberType" : "ReplaceableItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReplaceableItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Items",
"setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.",
"setterMethodName" : "setItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : "A list of items on which to perform the operation.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which the attributes are being stored.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which the attributes are being stored.\n@return The name of the domain in which the attributes are being stored.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which the attributes are being stored.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Items" : {
"beanStyleGetterMethodName" : "getItems",
"beanStyleSetterMethodName" : "setItems",
"c2jName" : "Items",
"c2jShape" : "ReplaceableItemList",
"defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #items(List)",
"deprecated" : false,
"documentation" : "A list of items on which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "items",
"fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "items",
"getterDocumentation" : "A list of items on which to perform the operation.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of items on which to perform the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Items",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Items",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReplaceableItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableItem.Builder} avoiding the need to create one manually via {@link ReplaceableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableItem.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableItem)}.\n@param member a consumer that will call methods on {@link ReplaceableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableItem)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReplaceableItem",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Item",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReplaceableItem",
"variableName" : "member",
"variableType" : "ReplaceableItem",
"documentation" : null,
"simpleType" : "ReplaceableItem",
"variableSetterType" : "ReplaceableItem"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReplaceableItem",
"variableName" : "member",
"variableType" : "ReplaceableItem",
"documentation" : "",
"simpleType" : "ReplaceableItem",
"variableSetterType" : "ReplaceableItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Item",
"memberType" : "ReplaceableItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReplaceableItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Items",
"setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.",
"setterMethodName" : "setItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : "A list of items on which to perform the operation.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which the attributes are being stored.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which the attributes are being stored.\n@return The name of the domain in which the attributes are being stored.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which the attributes are being stored.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItems",
"beanStyleSetterMethodName" : "setItems",
"c2jName" : "Items",
"c2jShape" : "ReplaceableItemList",
"defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #items(List)",
"deprecated" : false,
"documentation" : "A list of items on which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "items",
"fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "items",
"getterDocumentation" : "A list of items on which to perform the operation.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of items on which to perform the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Items",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Items",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReplaceableItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableItem.Builder} avoiding the need to create one manually via {@link ReplaceableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableItem.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableItem)}.\n@param member a consumer that will call methods on {@link ReplaceableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableItem)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReplaceableItem",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Item",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReplaceableItem",
"variableName" : "member",
"variableType" : "ReplaceableItem",
"documentation" : null,
"simpleType" : "ReplaceableItem",
"variableSetterType" : "ReplaceableItem"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReplaceableItem",
"variableName" : "member",
"variableType" : "ReplaceableItem",
"documentation" : "",
"simpleType" : "ReplaceableItem",
"variableSetterType" : "ReplaceableItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Item",
"memberType" : "ReplaceableItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReplaceableItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Items",
"setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.",
"setterMethodName" : "setItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "items",
"variableType" : "java.util.List",
"documentation" : "A list of items on which to perform the operation.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "Items" ],
"shapeName" : "BatchPutAttributesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchPutAttributesRequest",
"variableName" : "batchPutAttributesRequest",
"variableType" : "BatchPutAttributesRequest",
"documentation" : null,
"simpleType" : "BatchPutAttributesRequest",
"variableSetterType" : "BatchPutAttributesRequest"
},
"wrapper" : false
},
"BatchPutAttributesResponse" : {
"c2jName" : "BatchPutAttributesResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchPutAttributesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchPutAttributesResponse",
"variableName" : "batchPutAttributesResponse",
"variableType" : "BatchPutAttributesResponse",
"documentation" : null,
"simpleType" : "BatchPutAttributesResponse",
"variableSetterType" : "BatchPutAttributesResponse"
},
"wrapper" : false
},
"CreateDomainRequest" : {
"c2jName" : "CreateDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateDomain",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "CreateDomainRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDomainRequest",
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"documentation" : null,
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"wrapper" : false
},
"CreateDomainResponse" : {
"c2jName" : "CreateDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDomainResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDomainResponse",
"variableName" : "createDomainResponse",
"variableType" : "CreateDomainResponse",
"documentation" : null,
"simpleType" : "CreateDomainResponse",
"variableSetterType" : "CreateDomainResponse"
},
"wrapper" : false
},
"DeletableItem" : {
"c2jName" : "DeletableItem",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "Attributes",
"c2jShape" : "AttributeList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Attributes 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 #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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "Returns the value of the Attributes 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 Attributes property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attribute",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Attribute",
"memberType" : "Attribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "Attributes",
"c2jShape" : "AttributeList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Attributes 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 #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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "Returns the value of the Attributes 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 Attributes property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attribute",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Attribute",
"memberType" : "Attribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "Attributes",
"c2jShape" : "AttributeList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Attributes 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 #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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "Returns the value of the Attributes 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 Attributes property for this object.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attribute",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Attribute",
"memberType" : "Attribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "DeletableItem",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeletableItem",
"variableName" : "deletableItem",
"variableType" : "DeletableItem",
"documentation" : null,
"simpleType" : "DeletableItem",
"variableSetterType" : "DeletableItem"
},
"wrapper" : false
},
"DeleteAttributesRequest" : {
"c2jName" : "DeleteAttributesRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which to perform the operation.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItemName",
"beanStyleSetterMethodName" : "setItemName",
"c2jName" : "ItemName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)",
"deprecated" : false,
"documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemName",
"fluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemName",
"getterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ItemName",
"setterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"setterMethodName" : "setItemName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "Attributes",
"c2jShape" : "AttributeList",
"defaultConsumerFluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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 list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attribute",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Attribute",
"memberType" : "Attribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpected",
"beanStyleSetterMethodName" : "setExpected",
"c2jName" : "Expected",
"c2jShape" : "UpdateCondition",
"defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)",
"deprecated" : false,
"documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "expected",
"fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expected",
"getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"getterModel" : {
"returnType" : "UpdateCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expected",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expected",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Expected",
"setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"setterMethodName" : "setExpected",
"setterModel" : {
"variableDeclarationType" : "UpdateCondition",
"variableName" : "expected",
"variableType" : "UpdateCondition",
"documentation" : null,
"simpleType" : "UpdateCondition",
"variableSetterType" : "UpdateCondition"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "UpdateCondition",
"variableName" : "expected",
"variableType" : "UpdateCondition",
"documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"simpleType" : "UpdateCondition",
"variableSetterType" : "UpdateCondition"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "Attributes",
"c2jShape" : "AttributeList",
"defaultConsumerFluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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 list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attribute",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Attribute",
"memberType" : "Attribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which to perform the operation.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Expected" : {
"beanStyleGetterMethodName" : "getExpected",
"beanStyleSetterMethodName" : "setExpected",
"c2jName" : "Expected",
"c2jShape" : "UpdateCondition",
"defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)",
"deprecated" : false,
"documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "expected",
"fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expected",
"getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"getterModel" : {
"returnType" : "UpdateCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expected",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expected",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Expected",
"setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"setterMethodName" : "setExpected",
"setterModel" : {
"variableDeclarationType" : "UpdateCondition",
"variableName" : "expected",
"variableType" : "UpdateCondition",
"documentation" : null,
"simpleType" : "UpdateCondition",
"variableSetterType" : "UpdateCondition"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "UpdateCondition",
"variableName" : "expected",
"variableType" : "UpdateCondition",
"documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"simpleType" : "UpdateCondition",
"variableSetterType" : "UpdateCondition"
},
"xmlNameSpaceUri" : null
},
"ItemName" : {
"beanStyleGetterMethodName" : "getItemName",
"beanStyleSetterMethodName" : "setItemName",
"c2jName" : "ItemName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)",
"deprecated" : false,
"documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemName",
"fluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemName",
"getterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ItemName",
"setterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"setterMethodName" : "setItemName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which to perform the operation.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItemName",
"beanStyleSetterMethodName" : "setItemName",
"c2jName" : "ItemName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)",
"deprecated" : false,
"documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemName",
"fluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemName",
"getterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ItemName",
"setterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"setterMethodName" : "setItemName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "Attributes",
"c2jShape" : "AttributeList",
"defaultConsumerFluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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 list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attribute",
"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,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Attribute",
"memberType" : "Attribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpected",
"beanStyleSetterMethodName" : "setExpected",
"c2jName" : "Expected",
"c2jShape" : "UpdateCondition",
"defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)",
"deprecated" : false,
"documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "expected",
"fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expected",
"getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"getterModel" : {
"returnType" : "UpdateCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expected",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expected",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Expected",
"setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"setterMethodName" : "setExpected",
"setterModel" : {
"variableDeclarationType" : "UpdateCondition",
"variableName" : "expected",
"variableType" : "UpdateCondition",
"documentation" : null,
"simpleType" : "UpdateCondition",
"variableSetterType" : "UpdateCondition"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "UpdateCondition",
"variableName" : "expected",
"variableType" : "UpdateCondition",
"documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.",
"simpleType" : "UpdateCondition",
"variableSetterType" : "UpdateCondition"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "ItemName" ],
"shapeName" : "DeleteAttributesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteAttributesRequest",
"variableName" : "deleteAttributesRequest",
"variableType" : "DeleteAttributesRequest",
"documentation" : null,
"simpleType" : "DeleteAttributesRequest",
"variableSetterType" : "DeleteAttributesRequest"
},
"wrapper" : false
},
"DeleteAttributesResponse" : {
"c2jName" : "DeleteAttributesResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteAttributesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteAttributesResponse",
"variableName" : "deleteAttributesResponse",
"variableType" : "DeleteAttributesResponse",
"documentation" : null,
"simpleType" : "DeleteAttributesResponse",
"variableSetterType" : "DeleteAttributesResponse"
},
"wrapper" : false
},
"DeleteDomainRequest" : {
"c2jName" : "DeleteDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteDomain",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain to delete.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain to delete.\n@return The name of the domain 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain to delete.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain to delete.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain to delete.\n@return The name of the domain 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain to delete.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain to delete.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain to delete.\n@return The name of the domain 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain to delete.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DeleteDomainRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDomainRequest",
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"documentation" : null,
"simpleType" : "DeleteDomainRequest",
"variableSetterType" : "DeleteDomainRequest"
},
"wrapper" : false
},
"DeleteDomainResponse" : {
"c2jName" : "DeleteDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDomainResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteDomainResponse",
"variableName" : "deleteDomainResponse",
"variableType" : "DeleteDomainResponse",
"documentation" : null,
"simpleType" : "DeleteDomainResponse",
"variableSetterType" : "DeleteDomainResponse"
},
"wrapper" : false
},
"DomainMetadataRequest" : {
"c2jName" : "DomainMetadataRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DomainMetadata",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain for which to display the metadata of.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain for which to display the metadata of.\n@return The name of the domain for which to display the metadata of.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain for which to display the metadata of.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain for which to display the metadata of.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain for which to display the metadata of.\n@return The name of the domain for which to display the metadata of.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain for which to display the metadata of.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain for which to display the metadata of.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain for which to display the metadata of.\n@return The name of the domain for which to display the metadata of.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain for which to display the metadata of.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DomainMetadataRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DomainMetadataRequest",
"variableName" : "domainMetadataRequest",
"variableType" : "DomainMetadataRequest",
"documentation" : null,
"simpleType" : "DomainMetadataRequest",
"variableSetterType" : "DomainMetadataRequest"
},
"wrapper" : false
},
"DomainMetadataResponse" : {
"c2jName" : "DomainMetadataResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getItemCount",
"beanStyleSetterMethodName" : "setItemCount",
"c2jName" : "ItemCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of all items in the domain.\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 #itemCount(Integer)}.\n@param itemCount 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 #itemCount(Integer)",
"deprecated" : false,
"documentation" : "The number of all items in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemCount",
"fluentSetterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemCount",
"getterDocumentation" : "The number of all items in the domain.\n@return The number of all items in the domain.",
"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" : "ItemCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ItemCount",
"setterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.",
"setterMethodName" : "setItemCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "itemCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "itemCount",
"variableType" : "Integer",
"documentation" : "The number of all items in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItemNamesSizeBytes",
"beanStyleSetterMethodName" : "setItemNamesSizeBytes",
"c2jName" : "ItemNamesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #itemNamesSizeBytes(Long)}.\n@param itemNamesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemNamesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all item names in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemNamesSizeBytes",
"fluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemNamesSizeBytes",
"getterDocumentation" : "The total size of all item names in the domain, in bytes.\n@return The total size of all item names in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemNamesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemNamesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "ItemNamesSizeBytes",
"setterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.",
"setterMethodName" : "setItemNamesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "itemNamesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "itemNamesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all item names in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeNameCount",
"beanStyleSetterMethodName" : "setAttributeNameCount",
"c2jName" : "AttributeNameCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of unique attribute names in the domain.\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 #attributeNameCount(Integer)}.\n@param attributeNameCount 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 #attributeNameCount(Integer)",
"deprecated" : false,
"documentation" : "The number of unique attribute names in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNameCount",
"fluentSetterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNameCount",
"getterDocumentation" : "The number of unique attribute names in the domain.\n@return The number of unique attribute names in the domain.",
"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" : "AttributeNameCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeNameCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AttributeNameCount",
"setterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.",
"setterMethodName" : "setAttributeNameCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeNameCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeNameCount",
"variableType" : "Integer",
"documentation" : "The number of unique attribute names in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeNamesSizeBytes",
"beanStyleSetterMethodName" : "setAttributeNamesSizeBytes",
"c2jName" : "AttributeNamesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #attributeNamesSizeBytes(Long)}.\n@param attributeNamesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeNamesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all unique attribute names in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNamesSizeBytes",
"fluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNamesSizeBytes",
"getterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@return The total size of all unique attribute names in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AttributeNamesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeNamesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "AttributeNamesSizeBytes",
"setterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.",
"setterMethodName" : "setAttributeNamesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeNamesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeNamesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all unique attribute names in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeValueCount",
"beanStyleSetterMethodName" : "setAttributeValueCount",
"c2jName" : "AttributeValueCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\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 #attributeValueCount(Integer)}.\n@param attributeValueCount 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 #attributeValueCount(Integer)",
"deprecated" : false,
"documentation" : "The number of all attribute name/value pairs in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeValueCount",
"fluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeValueCount",
"getterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@return The number of all attribute name/value pairs in the domain.",
"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" : "AttributeValueCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeValueCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AttributeValueCount",
"setterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.",
"setterMethodName" : "setAttributeValueCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeValueCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeValueCount",
"variableType" : "Integer",
"documentation" : "The number of all attribute name/value pairs in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeValuesSizeBytes",
"beanStyleSetterMethodName" : "setAttributeValuesSizeBytes",
"c2jName" : "AttributeValuesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #attributeValuesSizeBytes(Long)}.\n@param attributeValuesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeValuesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all attribute values in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeValuesSizeBytes",
"fluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeValuesSizeBytes",
"getterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@return The total size of all attribute values in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AttributeValuesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeValuesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "AttributeValuesSizeBytes",
"setterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.",
"setterMethodName" : "setAttributeValuesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeValuesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeValuesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all attribute values in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\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 #timestamp(Integer)}.\n@param timestamp 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 #timestamp(Integer)",
"deprecated" : false,
"documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"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" : "Timestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Timestamp",
"setterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timestamp",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timestamp",
"variableType" : "Integer",
"documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttributeNameCount" : {
"beanStyleGetterMethodName" : "getAttributeNameCount",
"beanStyleSetterMethodName" : "setAttributeNameCount",
"c2jName" : "AttributeNameCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of unique attribute names in the domain.\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 #attributeNameCount(Integer)}.\n@param attributeNameCount 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 #attributeNameCount(Integer)",
"deprecated" : false,
"documentation" : "The number of unique attribute names in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNameCount",
"fluentSetterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNameCount",
"getterDocumentation" : "The number of unique attribute names in the domain.\n@return The number of unique attribute names in the domain.",
"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" : "AttributeNameCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeNameCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AttributeNameCount",
"setterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.",
"setterMethodName" : "setAttributeNameCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeNameCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeNameCount",
"variableType" : "Integer",
"documentation" : "The number of unique attribute names in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"AttributeNamesSizeBytes" : {
"beanStyleGetterMethodName" : "getAttributeNamesSizeBytes",
"beanStyleSetterMethodName" : "setAttributeNamesSizeBytes",
"c2jName" : "AttributeNamesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #attributeNamesSizeBytes(Long)}.\n@param attributeNamesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeNamesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all unique attribute names in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNamesSizeBytes",
"fluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNamesSizeBytes",
"getterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@return The total size of all unique attribute names in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AttributeNamesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeNamesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "AttributeNamesSizeBytes",
"setterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.",
"setterMethodName" : "setAttributeNamesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeNamesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeNamesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all unique attribute names in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"AttributeValueCount" : {
"beanStyleGetterMethodName" : "getAttributeValueCount",
"beanStyleSetterMethodName" : "setAttributeValueCount",
"c2jName" : "AttributeValueCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\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 #attributeValueCount(Integer)}.\n@param attributeValueCount 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 #attributeValueCount(Integer)",
"deprecated" : false,
"documentation" : "The number of all attribute name/value pairs in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeValueCount",
"fluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeValueCount",
"getterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@return The number of all attribute name/value pairs in the domain.",
"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" : "AttributeValueCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeValueCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AttributeValueCount",
"setterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.",
"setterMethodName" : "setAttributeValueCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeValueCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeValueCount",
"variableType" : "Integer",
"documentation" : "The number of all attribute name/value pairs in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"AttributeValuesSizeBytes" : {
"beanStyleGetterMethodName" : "getAttributeValuesSizeBytes",
"beanStyleSetterMethodName" : "setAttributeValuesSizeBytes",
"c2jName" : "AttributeValuesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #attributeValuesSizeBytes(Long)}.\n@param attributeValuesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeValuesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all attribute values in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeValuesSizeBytes",
"fluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeValuesSizeBytes",
"getterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@return The total size of all attribute values in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AttributeValuesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeValuesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "AttributeValuesSizeBytes",
"setterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.",
"setterMethodName" : "setAttributeValuesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeValuesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeValuesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all attribute values in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"ItemCount" : {
"beanStyleGetterMethodName" : "getItemCount",
"beanStyleSetterMethodName" : "setItemCount",
"c2jName" : "ItemCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of all items in the domain.\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 #itemCount(Integer)}.\n@param itemCount 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 #itemCount(Integer)",
"deprecated" : false,
"documentation" : "The number of all items in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemCount",
"fluentSetterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemCount",
"getterDocumentation" : "The number of all items in the domain.\n@return The number of all items in the domain.",
"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" : "ItemCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ItemCount",
"setterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.",
"setterMethodName" : "setItemCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "itemCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "itemCount",
"variableType" : "Integer",
"documentation" : "The number of all items in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"ItemNamesSizeBytes" : {
"beanStyleGetterMethodName" : "getItemNamesSizeBytes",
"beanStyleSetterMethodName" : "setItemNamesSizeBytes",
"c2jName" : "ItemNamesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #itemNamesSizeBytes(Long)}.\n@param itemNamesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemNamesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all item names in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemNamesSizeBytes",
"fluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemNamesSizeBytes",
"getterDocumentation" : "The total size of all item names in the domain, in bytes.\n@return The total size of all item names in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemNamesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemNamesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "ItemNamesSizeBytes",
"setterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.",
"setterMethodName" : "setItemNamesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "itemNamesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "itemNamesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all item names in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\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 #timestamp(Integer)}.\n@param timestamp 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 #timestamp(Integer)",
"deprecated" : false,
"documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"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" : "Timestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Timestamp",
"setterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timestamp",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timestamp",
"variableType" : "Integer",
"documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getItemCount",
"beanStyleSetterMethodName" : "setItemCount",
"c2jName" : "ItemCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of all items in the domain.\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 #itemCount(Integer)}.\n@param itemCount 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 #itemCount(Integer)",
"deprecated" : false,
"documentation" : "The number of all items in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemCount",
"fluentSetterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemCount",
"getterDocumentation" : "The number of all items in the domain.\n@return The number of all items in the domain.",
"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" : "ItemCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ItemCount",
"setterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.",
"setterMethodName" : "setItemCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "itemCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "itemCount",
"variableType" : "Integer",
"documentation" : "The number of all items in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItemNamesSizeBytes",
"beanStyleSetterMethodName" : "setItemNamesSizeBytes",
"c2jName" : "ItemNamesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #itemNamesSizeBytes(Long)}.\n@param itemNamesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemNamesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all item names in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemNamesSizeBytes",
"fluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemNamesSizeBytes",
"getterDocumentation" : "The total size of all item names in the domain, in bytes.\n@return The total size of all item names in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemNamesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemNamesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "ItemNamesSizeBytes",
"setterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.",
"setterMethodName" : "setItemNamesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "itemNamesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "itemNamesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all item names in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeNameCount",
"beanStyleSetterMethodName" : "setAttributeNameCount",
"c2jName" : "AttributeNameCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of unique attribute names in the domain.\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 #attributeNameCount(Integer)}.\n@param attributeNameCount 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 #attributeNameCount(Integer)",
"deprecated" : false,
"documentation" : "The number of unique attribute names in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNameCount",
"fluentSetterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNameCount",
"getterDocumentation" : "The number of unique attribute names in the domain.\n@return The number of unique attribute names in the domain.",
"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" : "AttributeNameCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeNameCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AttributeNameCount",
"setterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.",
"setterMethodName" : "setAttributeNameCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeNameCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeNameCount",
"variableType" : "Integer",
"documentation" : "The number of unique attribute names in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeNamesSizeBytes",
"beanStyleSetterMethodName" : "setAttributeNamesSizeBytes",
"c2jName" : "AttributeNamesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #attributeNamesSizeBytes(Long)}.\n@param attributeNamesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeNamesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all unique attribute names in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNamesSizeBytes",
"fluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNamesSizeBytes",
"getterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@return The total size of all unique attribute names in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AttributeNamesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeNamesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "AttributeNamesSizeBytes",
"setterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.",
"setterMethodName" : "setAttributeNamesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeNamesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeNamesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all unique attribute names in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeValueCount",
"beanStyleSetterMethodName" : "setAttributeValueCount",
"c2jName" : "AttributeValueCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\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 #attributeValueCount(Integer)}.\n@param attributeValueCount 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 #attributeValueCount(Integer)",
"deprecated" : false,
"documentation" : "The number of all attribute name/value pairs in the domain.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeValueCount",
"fluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeValueCount",
"getterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@return The number of all attribute name/value pairs in the domain.",
"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" : "AttributeValueCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeValueCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AttributeValueCount",
"setterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.",
"setterMethodName" : "setAttributeValueCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeValueCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "attributeValueCount",
"variableType" : "Integer",
"documentation" : "The number of all attribute name/value pairs in the domain.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeValuesSizeBytes",
"beanStyleSetterMethodName" : "setAttributeValuesSizeBytes",
"c2jName" : "AttributeValuesSizeBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #attributeValuesSizeBytes(Long)}.\n@param attributeValuesSizeBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributeValuesSizeBytes(Long)",
"deprecated" : false,
"documentation" : "The total size of all attribute values in the domain, in bytes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeValuesSizeBytes",
"fluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeValuesSizeBytes",
"getterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@return The total size of all attribute values in the domain, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AttributeValuesSizeBytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeValuesSizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "AttributeValuesSizeBytes",
"setterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.",
"setterMethodName" : "setAttributeValuesSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeValuesSizeBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "attributeValuesSizeBytes",
"variableType" : "Long",
"documentation" : "The total size of all attribute values in the domain, in bytes.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\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 #timestamp(Integer)}.\n@param timestamp 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 #timestamp(Integer)",
"deprecated" : false,
"documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"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" : "Timestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Timestamp",
"setterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timestamp",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timestamp",
"variableType" : "Integer",
"documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DomainMetadataResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DomainMetadataResult"
},
"variable" : {
"variableDeclarationType" : "DomainMetadataResponse",
"variableName" : "domainMetadataResponse",
"variableType" : "DomainMetadataResponse",
"documentation" : null,
"simpleType" : "DomainMetadataResponse",
"variableSetterType" : "DomainMetadataResponse"
},
"wrapper" : false
},
"DuplicateItemNameException" : {
"c2jName" : "DuplicateItemName",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The item name was specified more than once.
",
"enums" : null,
"errorCode" : "DuplicateItemName",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getBoxUsage",
"beanStyleSetterMethodName" : "setBoxUsage",
"c2jName" : "BoxUsage",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "boxUsage",
"fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boxUsage",
"getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoxUsage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoxUsage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Float",
"marshallingType" : "FLOAT",
"name" : "BoxUsage",
"setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.",
"setterMethodName" : "setBoxUsage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BoxUsage" : {
"beanStyleGetterMethodName" : "getBoxUsage",
"beanStyleSetterMethodName" : "setBoxUsage",
"c2jName" : "BoxUsage",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "boxUsage",
"fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boxUsage",
"getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoxUsage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoxUsage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Float",
"marshallingType" : "FLOAT",
"name" : "BoxUsage",
"setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.",
"setterMethodName" : "setBoxUsage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getBoxUsage",
"beanStyleSetterMethodName" : "setBoxUsage",
"c2jName" : "BoxUsage",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "boxUsage",
"fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boxUsage",
"getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoxUsage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoxUsage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Float",
"marshallingType" : "FLOAT",
"name" : "BoxUsage",
"setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.",
"setterMethodName" : "setBoxUsage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "boxUsage",
"variableType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DuplicateItemNameException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DuplicateItemNameException",
"variableName" : "duplicateItemNameException",
"variableType" : "DuplicateItemNameException",
"documentation" : null,
"simpleType" : "DuplicateItemNameException",
"variableSetterType" : "DuplicateItemNameException"
},
"wrapper" : false
},
"GetAttributesRequest" : {
"c2jName" : "GetAttributesRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which to perform the operation.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItemName",
"beanStyleSetterMethodName" : "setItemName",
"c2jName" : "ItemName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)",
"deprecated" : false,
"documentation" : "The name of the item.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemName",
"fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemName",
"getterDocumentation" : "The name of the item.\n@return The name of the item.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ItemName",
"setterDocumentation" : "The name of the item.\n@param itemName The name of the item.",
"setterMethodName" : "setItemName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : "The name of the item.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeNames",
"beanStyleSetterMethodName" : "setAttributeNames",
"c2jName" : "AttributeNames",
"c2jShape" : "AttributeNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the attributes.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "The names of the attributes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNames",
"fluentSetterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNames",
"getterDocumentation" : "The names of the attributes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the attributes.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"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" : "AttributeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of 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,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "AttributeName",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AttributeNames",
"setterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.",
"setterMethodName" : "setAttributeNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"documentation" : "The names of the attributes.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsistentRead",
"beanStyleSetterMethodName" : "setConsistentRead",
"c2jName" : "ConsistentRead",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)",
"deprecated" : false,
"documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "consistentRead",
"fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consistentRead",
"getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"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" : "ConsistentRead",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsistentRead",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ConsistentRead",
"setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"setterMethodName" : "setConsistentRead",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "consistentRead",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "consistentRead",
"variableType" : "Boolean",
"documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttributeNames" : {
"beanStyleGetterMethodName" : "getAttributeNames",
"beanStyleSetterMethodName" : "setAttributeNames",
"c2jName" : "AttributeNames",
"c2jShape" : "AttributeNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the attributes.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "The names of the attributes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNames",
"fluentSetterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNames",
"getterDocumentation" : "The names of the attributes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the attributes.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"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" : "AttributeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of 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,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "AttributeName",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AttributeNames",
"setterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.",
"setterMethodName" : "setAttributeNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"documentation" : "The names of the attributes.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ConsistentRead" : {
"beanStyleGetterMethodName" : "getConsistentRead",
"beanStyleSetterMethodName" : "setConsistentRead",
"c2jName" : "ConsistentRead",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)",
"deprecated" : false,
"documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "consistentRead",
"fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consistentRead",
"getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"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" : "ConsistentRead",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsistentRead",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "ConsistentRead",
"setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"setterMethodName" : "setConsistentRead",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "consistentRead",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "consistentRead",
"variableType" : "Boolean",
"documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true
, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which to perform the operation.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ItemName" : {
"beanStyleGetterMethodName" : "getItemName",
"beanStyleSetterMethodName" : "setItemName",
"c2jName" : "ItemName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)",
"deprecated" : false,
"documentation" : "The name of the item.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemName",
"fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemName",
"getterDocumentation" : "The name of the item.\n@return The name of the item.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ItemName",
"setterDocumentation" : "The name of the item.\n@param itemName The name of the item.",
"setterMethodName" : "setItemName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : "The name of the item.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain in which to perform the operation.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the 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" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DomainName",
"setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain in which to perform the operation.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getItemName",
"beanStyleSetterMethodName" : "setItemName",
"c2jName" : "ItemName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)",
"deprecated" : false,
"documentation" : "The name of the item.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "itemName",
"fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "itemName",
"getterDocumentation" : "The name of the item.\n@return The name of the item.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ItemName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ItemName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ItemName",
"setterDocumentation" : "The name of the item.\n@param itemName The name of the item.",
"setterMethodName" : "setItemName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "itemName",
"variableType" : "String",
"documentation" : "The name of the item.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributeNames",
"beanStyleSetterMethodName" : "setAttributeNames",
"c2jName" : "AttributeNames",
"c2jShape" : "AttributeNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the attributes.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "The names of the attributes.",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "attributeNames",
"fluentSetterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributeNames",
"getterDocumentation" : "The names of the attributes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the attributes.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"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,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"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" : "AttributeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of 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,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "AttributeName",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AttributeNames",
"setterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.",
"setterMethodName" : "setAttributeNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List