
models.iotthingsgraph-2018-09-06-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2018-09-06",
"asyncBuilder" : "DefaultIoTThingsGraphAsyncClientBuilder",
"asyncBuilderInterface" : "IoTThingsGraphAsyncClientBuilder",
"asyncClient" : "DefaultIoTThingsGraphAsyncClient",
"asyncInterface" : "IoTThingsGraphAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultIoTThingsGraphBaseClientBuilder",
"baseBuilderInterface" : "IoTThingsGraphBaseClientBuilder",
"baseExceptionName" : "IoTThingsGraphException",
"baseRequestName" : "IoTThingsGraphRequest",
"baseResponseName" : "IoTThingsGraphResponse",
"cborProtocol" : false,
"clientPackageName" : "iotthingsgraph",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS IoT Things Graph",
"documentation" : "AWS IoT Things Graph AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services and defining how they interact at an abstract level.
For more information about how AWS IoT Things Graph works, see the User Guide.
",
"endpointPrefix" : "iotthingsgraph",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.iotthingsgraph",
"fullModelPackageName" : "software.amazon.awssdk.services.iotthingsgraph.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.iotthingsgraph.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.iotthingsgraph.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.iotthingsgraph.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "iotthingsgraph.model",
"paginatorsPackageName" : "iotthingsgraph.paginators",
"protocol" : "json",
"requestTransformPackageName" : "iotthingsgraph.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "IoTThingsGraph",
"serviceName" : "IoTThingsGraph",
"signingName" : "iotthingsgraph",
"syncBuilder" : "DefaultIoTThingsGraphClientBuilder",
"syncBuilderInterface" : "IoTThingsGraphClientBuilder",
"syncClient" : "DefaultIoTThingsGraphClient",
"syncInterface" : "IoTThingsGraphClient",
"transformPackageName" : "iotthingsgraph.transform",
"uid" : "iotthingsgraph-2018-09-06",
"xmlProtocol" : false
},
"operations" : {
"AssociateEntityToThing" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a device with a concrete thing that is in the user's registry.
A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateEntityToThingRequest",
"variableName" : "associateEntityToThingRequest",
"variableType" : "AssociateEntityToThingRequest",
"documentation" : "",
"simpleType" : "AssociateEntityToThingRequest",
"variableSetterType" : "AssociateEntityToThingRequest"
},
"methodName" : "associateEntityToThing",
"operationName" : "AssociateEntityToThing",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateEntityToThingResponse",
"documentation" : null
},
"syncReturnType" : "AssociateEntityToThingResponse"
},
"CreateFlowTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateFlowTemplateRequest",
"variableName" : "createFlowTemplateRequest",
"variableType" : "CreateFlowTemplateRequest",
"documentation" : "",
"simpleType" : "CreateFlowTemplateRequest",
"variableSetterType" : "CreateFlowTemplateRequest"
},
"methodName" : "createFlowTemplate",
"operationName" : "CreateFlowTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "CreateFlowTemplateResponse",
"documentation" : null
},
"syncReturnType" : "CreateFlowTemplateResponse"
},
"CreateSystemInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a system instance.
This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is specified by the greengrassGroupName
parameter. It also adds a file to the S3 bucket specified by the s3BucketName
parameter. You need to call DeploySystemInstance
after running this action.
For Greengrass deployments, since this action modifies and adds resources to a Greengrass group and an S3 bucket on the caller's behalf, the calling identity must have write permissions to both the specified Greengrass group and S3 bucket. Otherwise, the call will fail with an authorization error.
For cloud deployments, this action requires a flowActionsRoleArn
value. This is an IAM role that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.
If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSystemInstanceRequest",
"variableName" : "createSystemInstanceRequest",
"variableType" : "CreateSystemInstanceRequest",
"documentation" : "",
"simpleType" : "CreateSystemInstanceRequest",
"variableSetterType" : "CreateSystemInstanceRequest"
},
"methodName" : "createSystemInstance",
"operationName" : "CreateSystemInstance",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSystemInstanceResponse",
"documentation" : null
},
"syncReturnType" : "CreateSystemInstanceResponse"
},
"CreateSystemTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a system. The system is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSystemTemplateRequest",
"variableName" : "createSystemTemplateRequest",
"variableType" : "CreateSystemTemplateRequest",
"documentation" : "",
"simpleType" : "CreateSystemTemplateRequest",
"variableSetterType" : "CreateSystemTemplateRequest"
},
"methodName" : "createSystemTemplate",
"operationName" : "CreateSystemTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSystemTemplateResponse",
"documentation" : null
},
"syncReturnType" : "CreateSystemTemplateResponse"
},
"DeleteFlowTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteFlowTemplateRequest",
"variableName" : "deleteFlowTemplateRequest",
"variableType" : "DeleteFlowTemplateRequest",
"documentation" : "",
"simpleType" : "DeleteFlowTemplateRequest",
"variableSetterType" : "DeleteFlowTemplateRequest"
},
"methodName" : "deleteFlowTemplate",
"operationName" : "DeleteFlowTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteFlowTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteFlowTemplateResponse"
},
"DeleteNamespace" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteNamespaceRequest",
"variableName" : "deleteNamespaceRequest",
"variableType" : "DeleteNamespaceRequest",
"documentation" : "",
"simpleType" : "DeleteNamespaceRequest",
"variableSetterType" : "DeleteNamespaceRequest"
},
"methodName" : "deleteNamespace",
"operationName" : "DeleteNamespace",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteNamespaceResponse",
"documentation" : null
},
"syncReturnType" : "DeleteNamespaceResponse"
},
"DeleteSystemInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a system instance. Only system instances that have never been deployed, or that have been undeployed can be deleted.
Users can create a new system instance that has the same ID as a deleted system instance.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSystemInstanceRequest",
"variableName" : "deleteSystemInstanceRequest",
"variableType" : "DeleteSystemInstanceRequest",
"documentation" : "",
"simpleType" : "DeleteSystemInstanceRequest",
"variableSetterType" : "DeleteSystemInstanceRequest"
},
"methodName" : "deleteSystemInstance",
"operationName" : "DeleteSystemInstance",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSystemInstanceResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSystemInstanceResponse"
},
"DeleteSystemTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSystemTemplateRequest",
"variableName" : "deleteSystemTemplateRequest",
"variableType" : "DeleteSystemTemplateRequest",
"documentation" : "",
"simpleType" : "DeleteSystemTemplateRequest",
"variableSetterType" : "DeleteSystemTemplateRequest"
},
"methodName" : "deleteSystemTemplate",
"operationName" : "DeleteSystemTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSystemTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSystemTemplateResponse"
},
"DeploySystemInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Greengrass and Cloud Deployments
Deploys the system instance to the target specified in CreateSystemInstance
.
Greengrass Deployments
If the system or any workflows and entities have been updated before this action is called, then the deployment will create a new Amazon Simple Storage Service resource file and then deploy it.
Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions to the specified Greengrass group. Otherwise, the call will fail with an authorization error.
For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeploySystemInstanceRequest",
"variableName" : "deploySystemInstanceRequest",
"variableType" : "DeploySystemInstanceRequest",
"documentation" : "",
"simpleType" : "DeploySystemInstanceRequest",
"variableSetterType" : "DeploySystemInstanceRequest"
},
"methodName" : "deploySystemInstance",
"operationName" : "DeploySystemInstance",
"paginated" : false,
"returnType" : {
"returnType" : "DeploySystemInstanceResponse",
"documentation" : null
},
"syncReturnType" : "DeploySystemInstanceResponse"
},
"DeprecateFlowTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeprecateFlowTemplateRequest",
"variableName" : "deprecateFlowTemplateRequest",
"variableType" : "DeprecateFlowTemplateRequest",
"documentation" : "",
"simpleType" : "DeprecateFlowTemplateRequest",
"variableSetterType" : "DeprecateFlowTemplateRequest"
},
"methodName" : "deprecateFlowTemplate",
"operationName" : "DeprecateFlowTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "DeprecateFlowTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeprecateFlowTemplateResponse"
},
"DeprecateSystemTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deprecates the specified system.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeprecateSystemTemplateRequest",
"variableName" : "deprecateSystemTemplateRequest",
"variableType" : "DeprecateSystemTemplateRequest",
"documentation" : "",
"simpleType" : "DeprecateSystemTemplateRequest",
"variableSetterType" : "DeprecateSystemTemplateRequest"
},
"methodName" : "deprecateSystemTemplate",
"operationName" : "DeprecateSystemTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "DeprecateSystemTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeprecateSystemTemplateResponse"
},
"DescribeNamespace" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the latest version of the user's namespace and the public version that it is tracking.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeNamespaceRequest",
"variableName" : "describeNamespaceRequest",
"variableType" : "DescribeNamespaceRequest",
"documentation" : "",
"simpleType" : "DescribeNamespaceRequest",
"variableSetterType" : "DescribeNamespaceRequest"
},
"methodName" : "describeNamespace",
"operationName" : "DescribeNamespace",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeNamespaceResponse",
"documentation" : null
},
"syncReturnType" : "DescribeNamespaceResponse"
},
"DissociateEntityFromThing" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DissociateEntityFromThingRequest",
"variableName" : "dissociateEntityFromThingRequest",
"variableType" : "DissociateEntityFromThingRequest",
"documentation" : "",
"simpleType" : "DissociateEntityFromThingRequest",
"variableSetterType" : "DissociateEntityFromThingRequest"
},
"methodName" : "dissociateEntityFromThing",
"operationName" : "DissociateEntityFromThing",
"paginated" : false,
"returnType" : {
"returnType" : "DissociateEntityFromThingResponse",
"documentation" : null
},
"syncReturnType" : "DissociateEntityFromThingResponse"
},
"GetEntities" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the following TDM entities.
-
Properties
-
States
-
Events
-
Actions
-
Capabilities
-
Mappings
-
Devices
-
Device Models
-
Services
This action doesn't return definitions for systems, flows, and deployments.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetEntitiesRequest",
"variableName" : "getEntitiesRequest",
"variableType" : "GetEntitiesRequest",
"documentation" : "",
"simpleType" : "GetEntitiesRequest",
"variableSetterType" : "GetEntitiesRequest"
},
"methodName" : "getEntities",
"operationName" : "GetEntities",
"paginated" : false,
"returnType" : {
"returnType" : "GetEntitiesResponse",
"documentation" : null
},
"syncReturnType" : "GetEntitiesResponse"
},
"GetFlowTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the latest version of the DefinitionDocument
and FlowTemplateSummary
for the specified workflow.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetFlowTemplateRequest",
"variableName" : "getFlowTemplateRequest",
"variableType" : "GetFlowTemplateRequest",
"documentation" : "",
"simpleType" : "GetFlowTemplateRequest",
"variableSetterType" : "GetFlowTemplateRequest"
},
"methodName" : "getFlowTemplate",
"operationName" : "GetFlowTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "GetFlowTemplateResponse",
"documentation" : null
},
"syncReturnType" : "GetFlowTemplateResponse"
},
"GetFlowTemplateRevisions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetFlowTemplateRevisionsRequest",
"variableName" : "getFlowTemplateRevisionsRequest",
"variableType" : "GetFlowTemplateRevisionsRequest",
"documentation" : "",
"simpleType" : "GetFlowTemplateRevisionsRequest",
"variableSetterType" : "GetFlowTemplateRevisionsRequest"
},
"methodName" : "getFlowTemplateRevisions",
"operationName" : "GetFlowTemplateRevisions",
"paginated" : true,
"returnType" : {
"returnType" : "GetFlowTemplateRevisionsResponse",
"documentation" : null
},
"syncReturnType" : "GetFlowTemplateRevisionsResponse"
},
"GetNamespaceDeletionStatus" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the status of a namespace deletion task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetNamespaceDeletionStatusRequest",
"variableName" : "getNamespaceDeletionStatusRequest",
"variableType" : "GetNamespaceDeletionStatusRequest",
"documentation" : "",
"simpleType" : "GetNamespaceDeletionStatusRequest",
"variableSetterType" : "GetNamespaceDeletionStatusRequest"
},
"methodName" : "getNamespaceDeletionStatus",
"operationName" : "GetNamespaceDeletionStatus",
"paginated" : false,
"returnType" : {
"returnType" : "GetNamespaceDeletionStatusResponse",
"documentation" : null
},
"syncReturnType" : "GetNamespaceDeletionStatusResponse"
},
"GetSystemInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a system instance.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSystemInstanceRequest",
"variableName" : "getSystemInstanceRequest",
"variableType" : "GetSystemInstanceRequest",
"documentation" : "",
"simpleType" : "GetSystemInstanceRequest",
"variableSetterType" : "GetSystemInstanceRequest"
},
"methodName" : "getSystemInstance",
"operationName" : "GetSystemInstance",
"paginated" : false,
"returnType" : {
"returnType" : "GetSystemInstanceResponse",
"documentation" : null
},
"syncReturnType" : "GetSystemInstanceResponse"
},
"GetSystemTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a system.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSystemTemplateRequest",
"variableName" : "getSystemTemplateRequest",
"variableType" : "GetSystemTemplateRequest",
"documentation" : "",
"simpleType" : "GetSystemTemplateRequest",
"variableSetterType" : "GetSystemTemplateRequest"
},
"methodName" : "getSystemTemplate",
"operationName" : "GetSystemTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "GetSystemTemplateResponse",
"documentation" : null
},
"syncReturnType" : "GetSystemTemplateResponse"
},
"GetSystemTemplateRevisions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSystemTemplateRevisionsRequest",
"variableName" : "getSystemTemplateRevisionsRequest",
"variableType" : "GetSystemTemplateRevisionsRequest",
"documentation" : "",
"simpleType" : "GetSystemTemplateRevisionsRequest",
"variableSetterType" : "GetSystemTemplateRevisionsRequest"
},
"methodName" : "getSystemTemplateRevisions",
"operationName" : "GetSystemTemplateRevisions",
"paginated" : true,
"returnType" : {
"returnType" : "GetSystemTemplateRevisionsResponse",
"documentation" : null
},
"syncReturnType" : "GetSystemTemplateRevisionsResponse"
},
"GetUploadStatus" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the status of the specified upload.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetUploadStatusRequest",
"variableName" : "getUploadStatusRequest",
"variableType" : "GetUploadStatusRequest",
"documentation" : "",
"simpleType" : "GetUploadStatusRequest",
"variableSetterType" : "GetUploadStatusRequest"
},
"methodName" : "getUploadStatus",
"operationName" : "GetUploadStatus",
"paginated" : false,
"returnType" : {
"returnType" : "GetUploadStatusResponse",
"documentation" : null
},
"syncReturnType" : "GetUploadStatusResponse"
},
"ListFlowExecutionMessages" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of objects that contain information about events in a flow execution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListFlowExecutionMessagesRequest",
"variableName" : "listFlowExecutionMessagesRequest",
"variableType" : "ListFlowExecutionMessagesRequest",
"documentation" : "",
"simpleType" : "ListFlowExecutionMessagesRequest",
"variableSetterType" : "ListFlowExecutionMessagesRequest"
},
"methodName" : "listFlowExecutionMessages",
"operationName" : "ListFlowExecutionMessages",
"paginated" : true,
"returnType" : {
"returnType" : "ListFlowExecutionMessagesResponse",
"documentation" : null
},
"syncReturnType" : "ListFlowExecutionMessagesResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all tags on an AWS IoT Things Graph resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : true,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"SearchEntities" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchEntitiesRequest",
"variableName" : "searchEntitiesRequest",
"variableType" : "SearchEntitiesRequest",
"documentation" : "",
"simpleType" : "SearchEntitiesRequest",
"variableSetterType" : "SearchEntitiesRequest"
},
"methodName" : "searchEntities",
"operationName" : "SearchEntities",
"paginated" : true,
"returnType" : {
"returnType" : "SearchEntitiesResponse",
"documentation" : null
},
"syncReturnType" : "SearchEntitiesResponse"
},
"SearchFlowExecutions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches for AWS IoT Things Graph workflow execution instances.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchFlowExecutionsRequest",
"variableName" : "searchFlowExecutionsRequest",
"variableType" : "SearchFlowExecutionsRequest",
"documentation" : "",
"simpleType" : "SearchFlowExecutionsRequest",
"variableSetterType" : "SearchFlowExecutionsRequest"
},
"methodName" : "searchFlowExecutions",
"operationName" : "SearchFlowExecutions",
"paginated" : true,
"returnType" : {
"returnType" : "SearchFlowExecutionsResponse",
"documentation" : null
},
"syncReturnType" : "SearchFlowExecutionsResponse"
},
"SearchFlowTemplates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches for summary information about workflows.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchFlowTemplatesRequest",
"variableName" : "searchFlowTemplatesRequest",
"variableType" : "SearchFlowTemplatesRequest",
"documentation" : "",
"simpleType" : "SearchFlowTemplatesRequest",
"variableSetterType" : "SearchFlowTemplatesRequest"
},
"methodName" : "searchFlowTemplates",
"operationName" : "SearchFlowTemplates",
"paginated" : true,
"returnType" : {
"returnType" : "SearchFlowTemplatesResponse",
"documentation" : null
},
"syncReturnType" : "SearchFlowTemplatesResponse"
},
"SearchSystemInstances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches for system instances in the user's account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchSystemInstancesRequest",
"variableName" : "searchSystemInstancesRequest",
"variableType" : "SearchSystemInstancesRequest",
"documentation" : "",
"simpleType" : "SearchSystemInstancesRequest",
"variableSetterType" : "SearchSystemInstancesRequest"
},
"methodName" : "searchSystemInstances",
"operationName" : "SearchSystemInstances",
"paginated" : true,
"returnType" : {
"returnType" : "SearchSystemInstancesResponse",
"documentation" : null
},
"syncReturnType" : "SearchSystemInstancesResponse"
},
"SearchSystemTemplates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchSystemTemplatesRequest",
"variableName" : "searchSystemTemplatesRequest",
"variableType" : "SearchSystemTemplatesRequest",
"documentation" : "",
"simpleType" : "SearchSystemTemplatesRequest",
"variableSetterType" : "SearchSystemTemplatesRequest"
},
"methodName" : "searchSystemTemplates",
"operationName" : "SearchSystemTemplates",
"paginated" : true,
"returnType" : {
"returnType" : "SearchSystemTemplatesResponse",
"documentation" : null
},
"syncReturnType" : "SearchSystemTemplatesResponse"
},
"SearchThings" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches for things associated with the specified entity. You can search by both device and device model.
For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2. SearchThings(camera2)
will return only thing2, but SearchThings(camera)
will return both thing1 and thing2.
This action searches for exact matches and doesn't perform partial text matching.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchThingsRequest",
"variableName" : "searchThingsRequest",
"variableType" : "SearchThingsRequest",
"documentation" : "",
"simpleType" : "SearchThingsRequest",
"variableSetterType" : "SearchThingsRequest"
},
"methodName" : "searchThings",
"operationName" : "SearchThings",
"paginated" : true,
"returnType" : {
"returnType" : "SearchThingsResponse",
"documentation" : null
},
"syncReturnType" : "SearchThingsResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a tag for the specified resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UndeploySystemInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a system instance from its target (Cloud or Greengrass).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UndeploySystemInstanceRequest",
"variableName" : "undeploySystemInstanceRequest",
"variableType" : "UndeploySystemInstanceRequest",
"documentation" : "",
"simpleType" : "UndeploySystemInstanceRequest",
"variableSetterType" : "UndeploySystemInstanceRequest"
},
"methodName" : "undeploySystemInstance",
"operationName" : "UndeploySystemInstance",
"paginated" : false,
"returnType" : {
"returnType" : "UndeploySystemInstanceResponse",
"documentation" : null
},
"syncReturnType" : "UndeploySystemInstanceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a tag from the specified resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateFlowTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateFlowTemplateRequest",
"variableName" : "updateFlowTemplateRequest",
"variableType" : "UpdateFlowTemplateRequest",
"documentation" : "",
"simpleType" : "UpdateFlowTemplateRequest",
"variableSetterType" : "UpdateFlowTemplateRequest"
},
"methodName" : "updateFlowTemplate",
"operationName" : "UpdateFlowTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateFlowTemplateResponse",
"documentation" : null
},
"syncReturnType" : "UpdateFlowTemplateResponse"
},
"UpdateSystemTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSystemTemplateRequest",
"variableName" : "updateSystemTemplateRequest",
"variableType" : "UpdateSystemTemplateRequest",
"documentation" : "",
"simpleType" : "UpdateSystemTemplateRequest",
"variableSetterType" : "UpdateSystemTemplateRequest"
},
"methodName" : "updateSystemTemplate",
"operationName" : "UpdateSystemTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateSystemTemplateResponse",
"documentation" : null
},
"syncReturnType" : "UpdateSystemTemplateResponse"
},
"UploadEntityDefinitions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Asynchronously uploads one or more entity definitions to the user's namespace. The document
parameter is required if syncWithPublicNamespace
and deleteExistingEntites
are false. If the syncWithPublicNamespace
parameter is set to true
, the user's namespace will synchronize with the latest version of the public namespace. If deprecateExistingEntities
is set to true, all entities in the latest version will be deleted before the new DefinitionDocument
is uploaded.
When a user uploads entity definitions for the first time, the service creates a new namespace for the user. The new namespace tracks the public namespace. Currently users can have only one namespace. The namespace version increments whenever a user uploads entity definitions that are backwards-incompatible and whenever a user sets the syncWithPublicNamespace
parameter or the deprecateExistingEntities
parameter to true
.
The IDs for all of the entities should be in URN format. Each entity must be in the user's namespace. Users can't create entities in the public namespace, but entity definitions can refer to entities in the public namespace.
Valid entities are Device
, DeviceModel
, Service
, Capability
, State
, Action
, Event
, Property
, Mapping
, Enum
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UploadEntityDefinitionsRequest",
"variableName" : "uploadEntityDefinitionsRequest",
"variableType" : "UploadEntityDefinitionsRequest",
"documentation" : "",
"simpleType" : "UploadEntityDefinitionsRequest",
"variableSetterType" : "UploadEntityDefinitionsRequest"
},
"methodName" : "uploadEntityDefinitions",
"operationName" : "UploadEntityDefinitions",
"paginated" : false,
"returnType" : {
"returnType" : "UploadEntityDefinitionsResponse",
"documentation" : null
},
"syncReturnType" : "UploadEntityDefinitionsResponse"
}
},
"shapes" : {
"AssociateEntityToThingRequest" : {
"c2jName" : "AssociateEntityToThingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateEntityToThing",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.AssociateEntityToThing",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getThingName",
"beanStyleSetterMethodName" : "setThingName",
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"defaultConsumerFluentSetterDocumentation" : "The name of the thing to which the entity is to be associated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)",
"deprecated" : false,
"documentation" : "The name of the thing to which the entity is to be associated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thingName",
"fluentSetterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@param thingName The name of the thing to which the entity is to be associated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thingName",
"getterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@return The name of the thing to which the entity is to be associated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "thingName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ThingName",
"sensitive" : false,
"setterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@param thingName The name of the thing to which the entity is to be associated.",
"setterMethodName" : "setThingName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to which the entity is to be associated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntityId",
"beanStyleSetterMethodName" : "setEntityId",
"c2jName" : "entityId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityId(String)}.\n@param entityId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityId(String)",
"deprecated" : false,
"documentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "entityId",
"fluentSetterDocumentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param entityId The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entityId",
"getterDocumentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "entityId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "entityId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EntityId",
"sensitive" : false,
"setterDocumentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param entityId The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"setterMethodName" : "setEntityId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "entityId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "entityId",
"variableType" : "String",
"documentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EntityId" : {
"beanStyleGetterMethodName" : "getEntityId",
"beanStyleSetterMethodName" : "setEntityId",
"c2jName" : "entityId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityId(String)}.\n@param entityId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityId(String)",
"deprecated" : false,
"documentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "entityId",
"fluentSetterDocumentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param entityId The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entityId",
"getterDocumentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "entityId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "entityId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EntityId",
"sensitive" : false,
"setterDocumentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param entityId The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"setterMethodName" : "setEntityId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "entityId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "entityId",
"variableType" : "String",
"documentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceVersion" : {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ThingName" : {
"beanStyleGetterMethodName" : "getThingName",
"beanStyleSetterMethodName" : "setThingName",
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"defaultConsumerFluentSetterDocumentation" : "The name of the thing to which the entity is to be associated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)",
"deprecated" : false,
"documentation" : "The name of the thing to which the entity is to be associated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thingName",
"fluentSetterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@param thingName The name of the thing to which the entity is to be associated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thingName",
"getterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@return The name of the thing to which the entity is to be associated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "thingName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ThingName",
"sensitive" : false,
"setterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@param thingName The name of the thing to which the entity is to be associated.",
"setterMethodName" : "setThingName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to which the entity is to be associated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getThingName",
"beanStyleSetterMethodName" : "setThingName",
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"defaultConsumerFluentSetterDocumentation" : "The name of the thing to which the entity is to be associated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)",
"deprecated" : false,
"documentation" : "The name of the thing to which the entity is to be associated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thingName",
"fluentSetterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@param thingName The name of the thing to which the entity is to be associated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thingName",
"getterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@return The name of the thing to which the entity is to be associated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "thingName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ThingName",
"sensitive" : false,
"setterDocumentation" : "The name of the thing to which the entity is to be associated.
\n@param thingName The name of the thing to which the entity is to be associated.",
"setterMethodName" : "setThingName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to which the entity is to be associated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntityId",
"beanStyleSetterMethodName" : "setEntityId",
"c2jName" : "entityId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityId(String)}.\n@param entityId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityId(String)",
"deprecated" : false,
"documentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "entityId",
"fluentSetterDocumentation" : "The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param entityId The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entityId",
"getterDocumentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "entityId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "entityId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EntityId",
"sensitive" : false,
"setterDocumentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param entityId The ID of the device to be associated with the thing. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"setterMethodName" : "setEntityId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "entityId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "entityId",
"variableType" : "String",
"documentation" : "
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "thingName", "entityId" ],
"shapeName" : "AssociateEntityToThingRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateEntityToThingRequest",
"variableName" : "associateEntityToThingRequest",
"variableType" : "AssociateEntityToThingRequest",
"documentation" : null,
"simpleType" : "AssociateEntityToThingRequest",
"variableSetterType" : "AssociateEntityToThingRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateEntityToThingResponse" : {
"c2jName" : "AssociateEntityToThingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateEntityToThingResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateEntityToThingResponse",
"variableName" : "associateEntityToThingResponse",
"variableType" : "AssociateEntityToThingResponse",
"documentation" : null,
"simpleType" : "AssociateEntityToThingResponse",
"variableSetterType" : "AssociateEntityToThingResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateFlowTemplateRequest" : {
"c2jName" : "CreateFlowTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateFlowTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.CreateFlowTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The workflow DefinitionDocument
.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The workflow DefinitionDocument
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The workflow DefinitionDocument
.
\n@param definition The workflow DefinitionDocument
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The workflow DefinitionDocument
.
\n@return The workflow DefinitionDocument
.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The workflow DefinitionDocument
.
\n@param definition The workflow DefinitionDocument
.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The workflow DefinitionDocument
.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompatibleNamespaceVersion",
"beanStyleSetterMethodName" : "setCompatibleNamespaceVersion",
"c2jName" : "compatibleNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\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 #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion 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 #compatibleNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "compatibleNamespaceVersion",
"fluentSetterDocumentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "compatibleNamespaceVersion",
"getterDocumentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@return The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.",
"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" : "compatibleNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "compatibleNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompatibleNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.",
"setterMethodName" : "setCompatibleNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompatibleNamespaceVersion" : {
"beanStyleGetterMethodName" : "getCompatibleNamespaceVersion",
"beanStyleSetterMethodName" : "setCompatibleNamespaceVersion",
"c2jName" : "compatibleNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\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 #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion 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 #compatibleNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "compatibleNamespaceVersion",
"fluentSetterDocumentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "compatibleNamespaceVersion",
"getterDocumentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@return The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.",
"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" : "compatibleNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "compatibleNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompatibleNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.",
"setterMethodName" : "setCompatibleNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Definition" : {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The workflow DefinitionDocument
.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The workflow DefinitionDocument
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The workflow DefinitionDocument
.
\n@param definition The workflow DefinitionDocument
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The workflow DefinitionDocument
.
\n@return The workflow DefinitionDocument
.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The workflow DefinitionDocument
.
\n@param definition The workflow DefinitionDocument
.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The workflow DefinitionDocument
.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The workflow DefinitionDocument
.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The workflow DefinitionDocument
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The workflow DefinitionDocument
.
\n@param definition The workflow DefinitionDocument
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The workflow DefinitionDocument
.
\n@return The workflow DefinitionDocument
.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The workflow DefinitionDocument
.
\n@param definition The workflow DefinitionDocument
.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The workflow DefinitionDocument
.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompatibleNamespaceVersion",
"beanStyleSetterMethodName" : "setCompatibleNamespaceVersion",
"c2jName" : "compatibleNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\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 #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion 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 #compatibleNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "compatibleNamespaceVersion",
"fluentSetterDocumentation" : "The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "compatibleNamespaceVersion",
"getterDocumentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@return The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.",
"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" : "compatibleNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "compatibleNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompatibleNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.",
"setterMethodName" : "setCompatibleNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : "
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "definition" ],
"shapeName" : "CreateFlowTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateFlowTemplateRequest",
"variableName" : "createFlowTemplateRequest",
"variableType" : "CreateFlowTemplateRequest",
"documentation" : null,
"simpleType" : "CreateFlowTemplateRequest",
"variableSetterType" : "CreateFlowTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateFlowTemplateResponse" : {
"c2jName" : "CreateFlowTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the created workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the created workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the created workflow.
\n@param summary The summary object that describes the created workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the created workflow.
\n@return The summary object that describes the created workflow.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the created workflow.
\n@param summary The summary object that describes the created workflow.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : "The summary object that describes the created workflow.
",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Summary" : {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the created workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the created workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the created workflow.
\n@param summary The summary object that describes the created workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the created workflow.
\n@return The summary object that describes the created workflow.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the created workflow.
\n@param summary The summary object that describes the created workflow.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : "The summary object that describes the created workflow.
",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the created workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the created workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the created workflow.
\n@param summary The summary object that describes the created workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the created workflow.
\n@return The summary object that describes the created workflow.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the created workflow.
\n@param summary The summary object that describes the created workflow.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : "The summary object that describes the created workflow.
",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateFlowTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateFlowTemplateResponse",
"variableName" : "createFlowTemplateResponse",
"variableType" : "CreateFlowTemplateResponse",
"documentation" : null,
"simpleType" : "CreateFlowTemplateResponse",
"variableSetterType" : "CreateFlowTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSystemInstanceRequest" : {
"c2jName" : "CreateSystemInstanceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateSystemInstance",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.CreateSystemInstance",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Metadata, consisting of key-value pairs, that can be used to categorize your system instances.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetAsString",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "DeploymentTarget",
"defaultConsumerFluentSetterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAsString(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)",
"deprecated" : false,
"documentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
",
"endpointDiscoveryId" : false,
"enumType" : "DeploymentTarget",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "target",
"fluentEnumSetterMethodName" : "target",
"fluentGetterMethodName" : "targetAsString",
"fluentSetterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n@param target The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #target} will return {@link DeploymentTarget#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetAsString}.\n
\n@return The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "target",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n@param target The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getGreengrassGroupName",
"beanStyleSetterMethodName" : "setGreengrassGroupName",
"c2jName" : "greengrassGroupName",
"c2jShape" : "GroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupName(String)}.\n@param greengrassGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "greengrassGroupName",
"fluentSetterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "greengrassGroupName",
"getterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@return The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "greengrassGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "greengrassGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GreengrassGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.",
"setterMethodName" : "setGreengrassGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassGroupName",
"variableType" : "String",
"documentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "s3BucketName",
"c2jShape" : "S3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@return The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3BucketName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMetricsConfiguration",
"beanStyleSetterMethodName" : "setMetricsConfiguration",
"c2jName" : "metricsConfiguration",
"c2jShape" : "MetricsConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricsConfiguration",
"fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricsConfiguration",
"getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.",
"getterModel" : {
"returnType" : "MetricsConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "metricsConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricsConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MetricsConfiguration",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.",
"setterMethodName" : "setMetricsConfiguration",
"setterModel" : {
"variableDeclarationType" : "MetricsConfiguration",
"variableName" : "metricsConfiguration",
"variableType" : "MetricsConfiguration",
"documentation" : null,
"simpleType" : "MetricsConfiguration",
"variableSetterType" : "MetricsConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MetricsConfiguration",
"variableName" : "metricsConfiguration",
"variableType" : "MetricsConfiguration",
"documentation" : "",
"simpleType" : "MetricsConfiguration",
"variableSetterType" : "MetricsConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowActionsRoleArn",
"beanStyleSetterMethodName" : "setFlowActionsRoleArn",
"c2jName" : "flowActionsRoleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowActionsRoleArn(String)}.\n@param flowActionsRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowActionsRoleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowActionsRoleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowActionsRoleArn",
"getterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@return The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowActionsRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowActionsRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowActionsRoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.",
"setterMethodName" : "setFlowActionsRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowActionsRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowActionsRoleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Definition" : {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FlowActionsRoleArn" : {
"beanStyleGetterMethodName" : "getFlowActionsRoleArn",
"beanStyleSetterMethodName" : "setFlowActionsRoleArn",
"c2jName" : "flowActionsRoleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowActionsRoleArn(String)}.\n@param flowActionsRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowActionsRoleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowActionsRoleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowActionsRoleArn",
"getterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@return The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowActionsRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowActionsRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowActionsRoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.",
"setterMethodName" : "setFlowActionsRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowActionsRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowActionsRoleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GreengrassGroupName" : {
"beanStyleGetterMethodName" : "getGreengrassGroupName",
"beanStyleSetterMethodName" : "setGreengrassGroupName",
"c2jName" : "greengrassGroupName",
"c2jShape" : "GroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupName(String)}.\n@param greengrassGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "greengrassGroupName",
"fluentSetterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "greengrassGroupName",
"getterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@return The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "greengrassGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "greengrassGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GreengrassGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.",
"setterMethodName" : "setGreengrassGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassGroupName",
"variableType" : "String",
"documentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MetricsConfiguration" : {
"beanStyleGetterMethodName" : "getMetricsConfiguration",
"beanStyleSetterMethodName" : "setMetricsConfiguration",
"c2jName" : "metricsConfiguration",
"c2jShape" : "MetricsConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricsConfiguration",
"fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricsConfiguration",
"getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.",
"getterModel" : {
"returnType" : "MetricsConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "metricsConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricsConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MetricsConfiguration",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.",
"setterMethodName" : "setMetricsConfiguration",
"setterModel" : {
"variableDeclarationType" : "MetricsConfiguration",
"variableName" : "metricsConfiguration",
"variableType" : "MetricsConfiguration",
"documentation" : null,
"simpleType" : "MetricsConfiguration",
"variableSetterType" : "MetricsConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MetricsConfiguration",
"variableName" : "metricsConfiguration",
"variableType" : "MetricsConfiguration",
"documentation" : "",
"simpleType" : "MetricsConfiguration",
"variableSetterType" : "MetricsConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"S3BucketName" : {
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "s3BucketName",
"c2jShape" : "S3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@return The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3BucketName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Metadata, consisting of key-value pairs, that can be used to categorize your system instances.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Target" : {
"beanStyleGetterMethodName" : "getTargetAsString",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "DeploymentTarget",
"defaultConsumerFluentSetterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAsString(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)",
"deprecated" : false,
"documentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
",
"endpointDiscoveryId" : false,
"enumType" : "DeploymentTarget",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "target",
"fluentEnumSetterMethodName" : "target",
"fluentGetterMethodName" : "targetAsString",
"fluentSetterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n@param target The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #target} will return {@link DeploymentTarget#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetAsString}.\n
\n@return The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "target",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n@param target The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Metadata, consisting of key-value pairs, that can be used to categorize your system instances.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
\n@param tags Metadata, consisting of key-value pairs, that can be used to categorize your system instances.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "Returns the value of the Definition property for this object.\n@return The value of the Definition property for this object.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Definition property for this object.\n\n@param definition The new value for the Definition property for this object.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetAsString",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "DeploymentTarget",
"defaultConsumerFluentSetterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetAsString(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)",
"deprecated" : false,
"documentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
",
"endpointDiscoveryId" : false,
"enumType" : "DeploymentTarget",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "target",
"fluentEnumSetterMethodName" : "target",
"fluentGetterMethodName" : "targetAsString",
"fluentSetterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n@param target The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentTarget",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #target} will return {@link DeploymentTarget#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetAsString}.\n
\n@return The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "target",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
\n@param target The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.\n@see DeploymentTarget",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The target type of the deployment. Valid values are GREENGRASS
and CLOUD
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getGreengrassGroupName",
"beanStyleSetterMethodName" : "setGreengrassGroupName",
"c2jName" : "greengrassGroupName",
"c2jShape" : "GroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassGroupName(String)}.\n@param greengrassGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "greengrassGroupName",
"fluentSetterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "greengrassGroupName",
"getterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@return The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "greengrassGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "greengrassGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GreengrassGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param greengrassGroupName The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.",
"setterMethodName" : "setGreengrassGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassGroupName",
"variableType" : "String",
"documentation" : "The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target
parameter is GREENGRASS
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "s3BucketName",
"c2jShape" : "S3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@return The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3BucketName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
\n@param s3BucketName The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target
parameter is GREENGRASS
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMetricsConfiguration",
"beanStyleSetterMethodName" : "setMetricsConfiguration",
"c2jName" : "metricsConfiguration",
"c2jShape" : "MetricsConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricsConfiguration.Builder} avoiding the need to create one manually via {@link MetricsConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricsConfiguration.Builder#build()} is called immediately and its result is passed to {@link #metricsConfiguration(MetricsConfiguration)}.\n@param metricsConfiguration a consumer that will call methods on {@link MetricsConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricsConfiguration(MetricsConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricsConfiguration",
"fluentSetterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricsConfiguration",
"getterDocumentation" : "Returns the value of the MetricsConfiguration property for this object.\n@return The value of the MetricsConfiguration property for this object.",
"getterModel" : {
"returnType" : "MetricsConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "metricsConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricsConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MetricsConfiguration",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the MetricsConfiguration property for this object.\n\n@param metricsConfiguration The new value for the MetricsConfiguration property for this object.",
"setterMethodName" : "setMetricsConfiguration",
"setterModel" : {
"variableDeclarationType" : "MetricsConfiguration",
"variableName" : "metricsConfiguration",
"variableType" : "MetricsConfiguration",
"documentation" : null,
"simpleType" : "MetricsConfiguration",
"variableSetterType" : "MetricsConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MetricsConfiguration",
"variableName" : "metricsConfiguration",
"variableType" : "MetricsConfiguration",
"documentation" : "",
"simpleType" : "MetricsConfiguration",
"variableSetterType" : "MetricsConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowActionsRoleArn",
"beanStyleSetterMethodName" : "setFlowActionsRoleArn",
"c2jName" : "flowActionsRoleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowActionsRoleArn(String)}.\n@param flowActionsRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowActionsRoleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowActionsRoleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowActionsRoleArn",
"getterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@return The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowActionsRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowActionsRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowActionsRoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
\n@param flowActionsRoleArn The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.",
"setterMethodName" : "setFlowActionsRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowActionsRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowActionsRoleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target
parameter is CLOUD
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "definition", "target" ],
"shapeName" : "CreateSystemInstanceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSystemInstanceRequest",
"variableName" : "createSystemInstanceRequest",
"variableType" : "CreateSystemInstanceRequest",
"documentation" : null,
"simpleType" : "CreateSystemInstanceRequest",
"variableSetterType" : "CreateSystemInstanceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSystemInstanceResponse" : {
"c2jName" : "CreateSystemInstanceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemInstanceSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the new system instance.
\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the new system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the new system instance.
\n@param summary The summary object that describes the new system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the new system instance.
\n@return The summary object that describes the new system instance.",
"getterModel" : {
"returnType" : "SystemInstanceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the new system instance.
\n@param summary The summary object that describes the new system instance.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : null,
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : "The summary object that describes the new system instance.
",
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Summary" : {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemInstanceSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the new system instance.
\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the new system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the new system instance.
\n@param summary The summary object that describes the new system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the new system instance.
\n@return The summary object that describes the new system instance.",
"getterModel" : {
"returnType" : "SystemInstanceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the new system instance.
\n@param summary The summary object that describes the new system instance.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : null,
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : "The summary object that describes the new system instance.
",
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemInstanceSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the new system instance.
\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the new system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the new system instance.
\n@param summary The summary object that describes the new system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the new system instance.
\n@return The summary object that describes the new system instance.",
"getterModel" : {
"returnType" : "SystemInstanceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the new system instance.
\n@param summary The summary object that describes the new system instance.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : null,
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : "The summary object that describes the new system instance.
",
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSystemInstanceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSystemInstanceResponse",
"variableName" : "createSystemInstanceResponse",
"variableType" : "CreateSystemInstanceResponse",
"documentation" : null,
"simpleType" : "CreateSystemInstanceResponse",
"variableSetterType" : "CreateSystemInstanceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSystemTemplateRequest" : {
"c2jName" : "CreateSystemTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateSystemTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.CreateSystemTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The DefinitionDocument
used to create the system.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The DefinitionDocument
used to create the system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The DefinitionDocument
used to create the system.
\n@param definition The DefinitionDocument
used to create the system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The DefinitionDocument
used to create the system.
\n@return The DefinitionDocument
used to create the system.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The DefinitionDocument
used to create the system.
\n@param definition The DefinitionDocument
used to create the system.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The DefinitionDocument
used to create the system.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompatibleNamespaceVersion",
"beanStyleSetterMethodName" : "setCompatibleNamespaceVersion",
"c2jName" : "compatibleNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\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 #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion 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 #compatibleNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "compatibleNamespaceVersion",
"fluentSetterDocumentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "compatibleNamespaceVersion",
"getterDocumentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@return The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.",
"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" : "compatibleNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "compatibleNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompatibleNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.",
"setterMethodName" : "setCompatibleNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompatibleNamespaceVersion" : {
"beanStyleGetterMethodName" : "getCompatibleNamespaceVersion",
"beanStyleSetterMethodName" : "setCompatibleNamespaceVersion",
"c2jName" : "compatibleNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\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 #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion 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 #compatibleNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "compatibleNamespaceVersion",
"fluentSetterDocumentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "compatibleNamespaceVersion",
"getterDocumentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@return The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.",
"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" : "compatibleNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "compatibleNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompatibleNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.",
"setterMethodName" : "setCompatibleNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Definition" : {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The DefinitionDocument
used to create the system.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The DefinitionDocument
used to create the system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The DefinitionDocument
used to create the system.
\n@param definition The DefinitionDocument
used to create the system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The DefinitionDocument
used to create the system.
\n@return The DefinitionDocument
used to create the system.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The DefinitionDocument
used to create the system.
\n@param definition The DefinitionDocument
used to create the system.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The DefinitionDocument
used to create the system.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The DefinitionDocument
used to create the system.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The DefinitionDocument
used to create the system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The DefinitionDocument
used to create the system.
\n@param definition The DefinitionDocument
used to create the system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The DefinitionDocument
used to create the system.
\n@return The DefinitionDocument
used to create the system.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The DefinitionDocument
used to create the system.
\n@param definition The DefinitionDocument
used to create the system.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The DefinitionDocument
used to create the system.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompatibleNamespaceVersion",
"beanStyleSetterMethodName" : "setCompatibleNamespaceVersion",
"c2jName" : "compatibleNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\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 #compatibleNamespaceVersion(Long)}.\n@param compatibleNamespaceVersion 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 #compatibleNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "compatibleNamespaceVersion",
"fluentSetterDocumentation" : "The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "compatibleNamespaceVersion",
"getterDocumentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@return The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.",
"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" : "compatibleNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "compatibleNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompatibleNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
\n@param compatibleNamespaceVersion The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.",
"setterMethodName" : "setCompatibleNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "compatibleNamespaceVersion",
"variableType" : "Long",
"documentation" : "
The namespace version in which the system is to be created.
If no value is specified, the latest version is used by default.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "definition" ],
"shapeName" : "CreateSystemTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSystemTemplateRequest",
"variableName" : "createSystemTemplateRequest",
"variableType" : "CreateSystemTemplateRequest",
"documentation" : null,
"simpleType" : "CreateSystemTemplateRequest",
"variableSetterType" : "CreateSystemTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSystemTemplateResponse" : {
"c2jName" : "CreateSystemTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the created system.
\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the created system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the created system.
\n@param summary The summary object that describes the created system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the created system.
\n@return The summary object that describes the created system.",
"getterModel" : {
"returnType" : "SystemTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the created system.
\n@param summary The summary object that describes the created system.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "summary",
"variableType" : "SystemTemplateSummary",
"documentation" : null,
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "summary",
"variableType" : "SystemTemplateSummary",
"documentation" : "The summary object that describes the created system.
",
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Summary" : {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the created system.
\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the created system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the created system.
\n@param summary The summary object that describes the created system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the created system.
\n@return The summary object that describes the created system.",
"getterModel" : {
"returnType" : "SystemTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the created system.
\n@param summary The summary object that describes the created system.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "summary",
"variableType" : "SystemTemplateSummary",
"documentation" : null,
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "summary",
"variableType" : "SystemTemplateSummary",
"documentation" : "The summary object that describes the created system.
",
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "The summary object that describes the created system.
\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemTemplateSummary)}.\n@param summary a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemTemplateSummary)",
"deprecated" : false,
"documentation" : "The summary object that describes the created system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "The summary object that describes the created system.
\n@param summary The summary object that describes the created system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "The summary object that describes the created system.
\n@return The summary object that describes the created system.",
"getterModel" : {
"returnType" : "SystemTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "The summary object that describes the created system.
\n@param summary The summary object that describes the created system.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "summary",
"variableType" : "SystemTemplateSummary",
"documentation" : null,
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "summary",
"variableType" : "SystemTemplateSummary",
"documentation" : "The summary object that describes the created system.
",
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSystemTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSystemTemplateResponse",
"variableName" : "createSystemTemplateResponse",
"variableType" : "CreateSystemTemplateResponse",
"documentation" : null,
"simpleType" : "CreateSystemTemplateResponse",
"variableSetterType" : "CreateSystemTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DefinitionDocument" : {
"c2jName" : "DefinitionDocument",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A document that defines an entity.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getLanguageAsString",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "DefinitionLanguage",
"defaultConsumerFluentSetterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageAsString(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
",
"endpointDiscoveryId" : false,
"enumType" : "DefinitionLanguage",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "language",
"fluentEnumSetterMethodName" : "language",
"fluentGetterMethodName" : "languageAsString",
"fluentSetterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n@param language The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see DefinitionLanguage",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #language} will return {@link DefinitionLanguage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageAsString}.\n
\n@return The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n@param language The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "text",
"c2jShape" : "DefinitionText",
"defaultConsumerFluentSetterDocumentation" : "The GraphQL text that defines the entity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The GraphQL text that defines the entity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The GraphQL text that defines the entity.
\n@param text The GraphQL text that defines the entity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The GraphQL text that defines the entity.
\n@return The GraphQL text that defines the entity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "text",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The GraphQL text that defines the entity.
\n@param text The GraphQL text that defines the entity.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The GraphQL text that defines the entity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Language" : {
"beanStyleGetterMethodName" : "getLanguageAsString",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "DefinitionLanguage",
"defaultConsumerFluentSetterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageAsString(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
",
"endpointDiscoveryId" : false,
"enumType" : "DefinitionLanguage",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "language",
"fluentEnumSetterMethodName" : "language",
"fluentGetterMethodName" : "languageAsString",
"fluentSetterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n@param language The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see DefinitionLanguage",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #language} will return {@link DefinitionLanguage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageAsString}.\n
\n@return The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n@param language The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Text" : {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "text",
"c2jShape" : "DefinitionText",
"defaultConsumerFluentSetterDocumentation" : "The GraphQL text that defines the entity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The GraphQL text that defines the entity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The GraphQL text that defines the entity.
\n@param text The GraphQL text that defines the entity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The GraphQL text that defines the entity.
\n@return The GraphQL text that defines the entity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "text",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The GraphQL text that defines the entity.
\n@param text The GraphQL text that defines the entity.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The GraphQL text that defines the entity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLanguageAsString",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "DefinitionLanguage",
"defaultConsumerFluentSetterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageAsString(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
",
"endpointDiscoveryId" : false,
"enumType" : "DefinitionLanguage",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "language",
"fluentEnumSetterMethodName" : "language",
"fluentGetterMethodName" : "languageAsString",
"fluentSetterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n@param language The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see DefinitionLanguage",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #language} will return {@link DefinitionLanguage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageAsString}.\n
\n@return The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
\n@param language The language used to define the entity. GRAPHQL
is the only valid value.\n@see DefinitionLanguage",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The language used to define the entity. GRAPHQL
is the only valid value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "text",
"c2jShape" : "DefinitionText",
"defaultConsumerFluentSetterDocumentation" : "The GraphQL text that defines the entity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The GraphQL text that defines the entity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The GraphQL text that defines the entity.
\n@param text The GraphQL text that defines the entity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The GraphQL text that defines the entity.
\n@return The GraphQL text that defines the entity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "text",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The GraphQL text that defines the entity.
\n@param text The GraphQL text that defines the entity.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The GraphQL text that defines the entity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "language", "text" ],
"shapeName" : "DefinitionDocument",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definitionDocument",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DefinitionLanguage" : {
"c2jName" : "DefinitionLanguage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "GRAPHQL",
"value" : "GRAPHQL"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DefinitionLanguage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DefinitionLanguage",
"variableName" : "definitionLanguage",
"variableType" : "DefinitionLanguage",
"documentation" : null,
"simpleType" : "DefinitionLanguage",
"variableSetterType" : "DefinitionLanguage"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteFlowTemplateRequest" : {
"c2jName" : "DeleteFlowTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteFlowTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeleteFlowTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "DeleteFlowTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteFlowTemplateRequest",
"variableName" : "deleteFlowTemplateRequest",
"variableType" : "DeleteFlowTemplateRequest",
"documentation" : null,
"simpleType" : "DeleteFlowTemplateRequest",
"variableSetterType" : "DeleteFlowTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteFlowTemplateResponse" : {
"c2jName" : "DeleteFlowTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteFlowTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteFlowTemplateResponse",
"variableName" : "deleteFlowTemplateResponse",
"variableType" : "DeleteFlowTemplateResponse",
"documentation" : null,
"simpleType" : "DeleteFlowTemplateResponse",
"variableSetterType" : "DeleteFlowTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteNamespaceRequest" : {
"c2jName" : "DeleteNamespaceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteNamespace",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeleteNamespace",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteNamespaceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteNamespaceRequest",
"variableName" : "deleteNamespaceRequest",
"variableType" : "DeleteNamespaceRequest",
"documentation" : null,
"simpleType" : "DeleteNamespaceRequest",
"variableSetterType" : "DeleteNamespaceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteNamespaceResponse" : {
"c2jName" : "DeleteNamespaceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace to be 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace to be deleted.
\n@param namespaceArn The ARN of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace to be deleted.
\n@return The ARN of the namespace to be 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" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace to be deleted.
\n@param namespaceArn The ARN of the namespace to be deleted.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace to be 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace to be deleted.
\n@param namespaceName The name of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace to be deleted.
\n@return The name of the namespace to be 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" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace to be deleted.
\n@param namespaceName The name of the namespace to be deleted.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NamespaceArn" : {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace to be 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace to be deleted.
\n@param namespaceArn The ARN of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace to be deleted.
\n@return The ARN of the namespace to be 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" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace to be deleted.
\n@param namespaceArn The ARN of the namespace to be deleted.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceName" : {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace to be 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace to be deleted.
\n@param namespaceName The name of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace to be deleted.
\n@return The name of the namespace to be 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" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace to be deleted.
\n@param namespaceName The name of the namespace to be deleted.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace to be 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace to be deleted.
\n@param namespaceArn The ARN of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace to be deleted.
\n@return The ARN of the namespace to be 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" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace to be deleted.
\n@param namespaceArn The ARN of the namespace to be deleted.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace to be 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace to be deleted.
\n@param namespaceName The name of the namespace to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace to be deleted.
\n@return The name of the namespace to be 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" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace to be deleted.
\n@param namespaceName The name of the namespace to be deleted.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteNamespaceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteNamespaceResponse",
"variableName" : "deleteNamespaceResponse",
"variableType" : "DeleteNamespaceResponse",
"documentation" : null,
"simpleType" : "DeleteNamespaceResponse",
"variableSetterType" : "DeleteNamespaceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSystemInstanceRequest" : {
"c2jName" : "DeleteSystemInstanceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteSystemInstance",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeleteSystemInstance",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance to be 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system instance to be deleted.
\n@param id The ID of the system instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the system instance to be deleted.
\n@return The ID of the system instance to be 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" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the system instance to be deleted.
\n@param id The ID of the system instance to be deleted.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the system instance to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance to be 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system instance to be deleted.
\n@param id The ID of the system instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the system instance to be deleted.
\n@return The ID of the system instance to be 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" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the system instance to be deleted.
\n@param id The ID of the system instance to be deleted.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the system instance to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance to be 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 #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system instance to be deleted.
\n@param id The ID of the system instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the system instance to be deleted.
\n@return The ID of the system instance to be 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" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the system instance to be deleted.
\n@param id The ID of the system instance to be deleted.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the system instance to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSystemInstanceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSystemInstanceRequest",
"variableName" : "deleteSystemInstanceRequest",
"variableType" : "DeleteSystemInstanceRequest",
"documentation" : null,
"simpleType" : "DeleteSystemInstanceRequest",
"variableSetterType" : "DeleteSystemInstanceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSystemInstanceResponse" : {
"c2jName" : "DeleteSystemInstanceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSystemInstanceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSystemInstanceResponse",
"variableName" : "deleteSystemInstanceResponse",
"variableType" : "DeleteSystemInstanceResponse",
"documentation" : null,
"simpleType" : "DeleteSystemInstanceResponse",
"variableSetterType" : "DeleteSystemInstanceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSystemTemplateRequest" : {
"c2jName" : "DeleteSystemTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteSystemTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeleteSystemTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "DeleteSystemTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSystemTemplateRequest",
"variableName" : "deleteSystemTemplateRequest",
"variableType" : "DeleteSystemTemplateRequest",
"documentation" : null,
"simpleType" : "DeleteSystemTemplateRequest",
"variableSetterType" : "DeleteSystemTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSystemTemplateResponse" : {
"c2jName" : "DeleteSystemTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSystemTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSystemTemplateResponse",
"variableName" : "deleteSystemTemplateResponse",
"variableType" : "DeleteSystemTemplateResponse",
"documentation" : null,
"simpleType" : "DeleteSystemTemplateResponse",
"variableSetterType" : "DeleteSystemTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DependencyRevision" : {
"c2jName" : "DependencyRevision",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that contains the ID and revision number of a workflow or system that is part of a deployment.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow or system.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow or system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow or system.
\n@param id The ID of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the workflow or system.
\n@return The ID of the workflow or system.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the workflow or system.
\n@param id The ID of the workflow or system.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the workflow or system.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The revision number of the workflow or system.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The revision number of the workflow or system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The revision number of the workflow or system.
\n@param revisionNumber The revision number of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The revision number of the workflow or system.
\n@return The revision number of the workflow or system.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The revision number of the workflow or system.
\n@param revisionNumber The revision number of the workflow or system.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The revision number of the workflow or system.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow or system.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow or system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow or system.
\n@param id The ID of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the workflow or system.
\n@return The ID of the workflow or system.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the workflow or system.
\n@param id The ID of the workflow or system.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the workflow or system.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RevisionNumber" : {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The revision number of the workflow or system.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The revision number of the workflow or system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The revision number of the workflow or system.
\n@param revisionNumber The revision number of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The revision number of the workflow or system.
\n@return The revision number of the workflow or system.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The revision number of the workflow or system.
\n@param revisionNumber The revision number of the workflow or system.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The revision number of the workflow or system.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow or system.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow or system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow or system.
\n@param id The ID of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the workflow or system.
\n@return The ID of the workflow or system.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the workflow or system.
\n@param id The ID of the workflow or system.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the workflow or system.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The revision number of the workflow or system.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The revision number of the workflow or system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The revision number of the workflow or system.
\n@param revisionNumber The revision number of the workflow or system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The revision number of the workflow or system.
\n@return The revision number of the workflow or system.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The revision number of the workflow or system.
\n@param revisionNumber The revision number of the workflow or system.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The revision number of the workflow or system.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DependencyRevision",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DependencyRevision",
"variableName" : "dependencyRevision",
"variableType" : "DependencyRevision",
"documentation" : null,
"simpleType" : "DependencyRevision",
"variableSetterType" : "DependencyRevision"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeploySystemInstanceRequest" : {
"c2jName" : "DeploySystemInstanceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeploySystemInstance",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeploySystemInstance",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system instance. This value is returned by the CreateSystemInstance
action. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeploySystemInstanceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeploySystemInstanceRequest",
"variableName" : "deploySystemInstanceRequest",
"variableType" : "DeploySystemInstanceRequest",
"documentation" : null,
"simpleType" : "DeploySystemInstanceRequest",
"variableSetterType" : "DeploySystemInstanceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeploySystemInstanceResponse" : {
"c2jName" : "DeploySystemInstanceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemInstanceSummary",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)",
"deprecated" : false,
"documentation" : "An object that contains summary information about a system instance that was deployed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@param summary An object that contains summary information about a system instance that was deployed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@return An object that contains summary information about a system instance that was deployed.",
"getterModel" : {
"returnType" : "SystemInstanceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@param summary An object that contains summary information about a system instance that was deployed.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : null,
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : "An object that contains summary information about a system instance that was deployed.
",
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getGreengrassDeploymentId",
"beanStyleSetterMethodName" : "setGreengrassDeploymentId",
"c2jName" : "greengrassDeploymentId",
"c2jShape" : "GreengrassDeploymentId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassDeploymentId(String)}.\n@param greengrassDeploymentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassDeploymentId(String)",
"deprecated" : false,
"documentation" : "The ID of the Greengrass deployment used to deploy the system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "greengrassDeploymentId",
"fluentSetterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "greengrassDeploymentId",
"getterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@return The ID of the Greengrass deployment used to deploy the system instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "greengrassDeploymentId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "greengrassDeploymentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GreengrassDeploymentId",
"sensitive" : false,
"setterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.",
"setterMethodName" : "setGreengrassDeploymentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassDeploymentId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassDeploymentId",
"variableType" : "String",
"documentation" : "The ID of the Greengrass deployment used to deploy the system instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GreengrassDeploymentId" : {
"beanStyleGetterMethodName" : "getGreengrassDeploymentId",
"beanStyleSetterMethodName" : "setGreengrassDeploymentId",
"c2jName" : "greengrassDeploymentId",
"c2jShape" : "GreengrassDeploymentId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassDeploymentId(String)}.\n@param greengrassDeploymentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassDeploymentId(String)",
"deprecated" : false,
"documentation" : "The ID of the Greengrass deployment used to deploy the system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "greengrassDeploymentId",
"fluentSetterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "greengrassDeploymentId",
"getterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@return The ID of the Greengrass deployment used to deploy the system instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "greengrassDeploymentId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "greengrassDeploymentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GreengrassDeploymentId",
"sensitive" : false,
"setterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.",
"setterMethodName" : "setGreengrassDeploymentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassDeploymentId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassDeploymentId",
"variableType" : "String",
"documentation" : "The ID of the Greengrass deployment used to deploy the system instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Summary" : {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemInstanceSummary",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)",
"deprecated" : false,
"documentation" : "An object that contains summary information about a system instance that was deployed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@param summary An object that contains summary information about a system instance that was deployed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@return An object that contains summary information about a system instance that was deployed.",
"getterModel" : {
"returnType" : "SystemInstanceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@param summary An object that contains summary information about a system instance that was deployed.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : null,
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : "An object that contains summary information about a system instance that was deployed.
",
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "SystemInstanceSummary",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\nThis is a convenience that creates an instance of the {@link SystemInstanceSummary.Builder} avoiding the need to create one manually via {@link SystemInstanceSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(SystemInstanceSummary)}.\n@param summary a consumer that will call methods on {@link SystemInstanceSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(SystemInstanceSummary)",
"deprecated" : false,
"documentation" : "An object that contains summary information about a system instance that was deployed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@param summary An object that contains summary information about a system instance that was deployed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@return An object that contains summary information about a system instance that was deployed.",
"getterModel" : {
"returnType" : "SystemInstanceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary information about a system instance that was deployed.
\n@param summary An object that contains summary information about a system instance that was deployed.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : null,
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceSummary",
"variableName" : "summary",
"variableType" : "SystemInstanceSummary",
"documentation" : "An object that contains summary information about a system instance that was deployed.
",
"simpleType" : "SystemInstanceSummary",
"variableSetterType" : "SystemInstanceSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getGreengrassDeploymentId",
"beanStyleSetterMethodName" : "setGreengrassDeploymentId",
"c2jName" : "greengrassDeploymentId",
"c2jShape" : "GreengrassDeploymentId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #greengrassDeploymentId(String)}.\n@param greengrassDeploymentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #greengrassDeploymentId(String)",
"deprecated" : false,
"documentation" : "The ID of the Greengrass deployment used to deploy the system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "greengrassDeploymentId",
"fluentSetterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "greengrassDeploymentId",
"getterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@return The ID of the Greengrass deployment used to deploy the system instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "greengrassDeploymentId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "greengrassDeploymentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GreengrassDeploymentId",
"sensitive" : false,
"setterDocumentation" : "The ID of the Greengrass deployment used to deploy the system instance.
\n@param greengrassDeploymentId The ID of the Greengrass deployment used to deploy the system instance.",
"setterMethodName" : "setGreengrassDeploymentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassDeploymentId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "greengrassDeploymentId",
"variableType" : "String",
"documentation" : "The ID of the Greengrass deployment used to deploy the system instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "summary" ],
"shapeName" : "DeploySystemInstanceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeploySystemInstanceResponse",
"variableName" : "deploySystemInstanceResponse",
"variableType" : "DeploySystemInstanceResponse",
"documentation" : null,
"simpleType" : "DeploySystemInstanceResponse",
"variableSetterType" : "DeploySystemInstanceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeploymentTarget" : {
"c2jName" : "DeploymentTarget",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "GREENGRASS",
"value" : "GREENGRASS"
}, {
"name" : "CLOUD",
"value" : "CLOUD"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeploymentTarget",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeploymentTarget",
"variableName" : "deploymentTarget",
"variableType" : "DeploymentTarget",
"documentation" : null,
"simpleType" : "DeploymentTarget",
"variableSetterType" : "DeploymentTarget"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeprecateFlowTemplateRequest" : {
"c2jName" : "DeprecateFlowTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeprecateFlowTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeprecateFlowTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow to be deleted. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "DeprecateFlowTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeprecateFlowTemplateRequest",
"variableName" : "deprecateFlowTemplateRequest",
"variableType" : "DeprecateFlowTemplateRequest",
"documentation" : null,
"simpleType" : "DeprecateFlowTemplateRequest",
"variableSetterType" : "DeprecateFlowTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeprecateFlowTemplateResponse" : {
"c2jName" : "DeprecateFlowTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeprecateFlowTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeprecateFlowTemplateResponse",
"variableName" : "deprecateFlowTemplateResponse",
"variableType" : "DeprecateFlowTemplateResponse",
"documentation" : null,
"simpleType" : "DeprecateFlowTemplateResponse",
"variableSetterType" : "DeprecateFlowTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeprecateSystemTemplateRequest" : {
"c2jName" : "DeprecateSystemTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeprecateSystemTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DeprecateSystemTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to delete. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "DeprecateSystemTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeprecateSystemTemplateRequest",
"variableName" : "deprecateSystemTemplateRequest",
"variableType" : "DeprecateSystemTemplateRequest",
"documentation" : null,
"simpleType" : "DeprecateSystemTemplateRequest",
"variableSetterType" : "DeprecateSystemTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeprecateSystemTemplateResponse" : {
"c2jName" : "DeprecateSystemTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeprecateSystemTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeprecateSystemTemplateResponse",
"variableName" : "deprecateSystemTemplateResponse",
"variableType" : "DeprecateSystemTemplateResponse",
"documentation" : null,
"simpleType" : "DeprecateSystemTemplateResponse",
"variableSetterType" : "DeprecateSystemTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeNamespaceRequest" : {
"c2jName" : "DescribeNamespaceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeNamespace",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DescribeNamespace",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@param namespaceName The name of the user's namespace. Set this to aws
to get the public namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@return The name of the user's namespace. Set this to aws
to get the public namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@param namespaceName The name of the user's namespace. Set this to aws
to get the public namespace.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NamespaceName" : {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@param namespaceName The name of the user's namespace. Set this to aws
to get the public namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@return The name of the user's namespace. Set this to aws
to get the public namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@param namespaceName The name of the user's namespace. Set this to aws
to get the public namespace.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@param namespaceName The name of the user's namespace. Set this to aws
to get the public namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@return The name of the user's namespace. Set this to aws
to get the public namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
\n@param namespaceName The name of the user's namespace. Set this to aws
to get the public namespace.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the user's namespace. Set this to aws
to get the public namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeNamespaceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeNamespaceRequest",
"variableName" : "describeNamespaceRequest",
"variableType" : "DescribeNamespaceRequest",
"documentation" : null,
"simpleType" : "DescribeNamespaceRequest",
"variableSetterType" : "DescribeNamespaceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeNamespaceResponse" : {
"c2jName" : "DescribeNamespaceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace.
\n@param namespaceArn The ARN of the namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace.
\n@return The ARN of the namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace.
\n@param namespaceArn The ARN of the namespace.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace.
\n@param namespaceName The name of the namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace.
\n@return The name of the namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace.
\n@param namespaceName The name of the namespace.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingNamespaceName",
"beanStyleSetterMethodName" : "setTrackingNamespaceName",
"c2jName" : "trackingNamespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #trackingNamespaceName(String)}.\n@param trackingNamespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingNamespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the public namespace that the latest namespace version is tracking.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingNamespaceName",
"fluentSetterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNamespaceName",
"getterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@return The name of the public namespace that the latest namespace version is tracking.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "trackingNamespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingNamespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrackingNamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.",
"setterMethodName" : "setTrackingNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNamespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNamespaceName",
"variableType" : "String",
"documentation" : "The name of the public namespace that the latest namespace version is tracking.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingNamespaceVersion",
"beanStyleSetterMethodName" : "setTrackingNamespaceVersion",
"c2jName" : "trackingNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the public namespace that the latest version is tracking.
\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 #trackingNamespaceVersion(Long)}.\n@param trackingNamespaceVersion 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 #trackingNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the public namespace that the latest version is tracking.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingNamespaceVersion",
"fluentSetterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNamespaceVersion",
"getterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@return The version of the public namespace that the latest version is tracking.",
"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" : "trackingNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "TrackingNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.",
"setterMethodName" : "setTrackingNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "trackingNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "trackingNamespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the public namespace that the latest version is tracking.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace to describe.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace to describe.
\n@param namespaceVersion The version of the user's namespace to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace to describe.
\n@return The version of the user's namespace to describe.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace to describe.
\n@param namespaceVersion The version of the user's namespace to describe.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace to describe.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NamespaceArn" : {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace.
\n@param namespaceArn The ARN of the namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace.
\n@return The ARN of the namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace.
\n@param namespaceArn The ARN of the namespace.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceName" : {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace.
\n@param namespaceName The name of the namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace.
\n@return The name of the namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace.
\n@param namespaceName The name of the namespace.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceVersion" : {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace to describe.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace to describe.
\n@param namespaceVersion The version of the user's namespace to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace to describe.
\n@return The version of the user's namespace to describe.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace to describe.
\n@param namespaceVersion The version of the user's namespace to describe.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace to describe.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TrackingNamespaceName" : {
"beanStyleGetterMethodName" : "getTrackingNamespaceName",
"beanStyleSetterMethodName" : "setTrackingNamespaceName",
"c2jName" : "trackingNamespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #trackingNamespaceName(String)}.\n@param trackingNamespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingNamespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the public namespace that the latest namespace version is tracking.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingNamespaceName",
"fluentSetterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNamespaceName",
"getterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@return The name of the public namespace that the latest namespace version is tracking.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "trackingNamespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingNamespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrackingNamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.",
"setterMethodName" : "setTrackingNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNamespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNamespaceName",
"variableType" : "String",
"documentation" : "The name of the public namespace that the latest namespace version is tracking.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TrackingNamespaceVersion" : {
"beanStyleGetterMethodName" : "getTrackingNamespaceVersion",
"beanStyleSetterMethodName" : "setTrackingNamespaceVersion",
"c2jName" : "trackingNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the public namespace that the latest version is tracking.
\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 #trackingNamespaceVersion(Long)}.\n@param trackingNamespaceVersion 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 #trackingNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the public namespace that the latest version is tracking.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingNamespaceVersion",
"fluentSetterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNamespaceVersion",
"getterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@return The version of the public namespace that the latest version is tracking.",
"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" : "trackingNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "TrackingNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.",
"setterMethodName" : "setTrackingNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "trackingNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "trackingNamespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the public namespace that the latest version is tracking.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace.
\n@param namespaceArn The ARN of the namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace.
\n@return The ARN of the namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace.
\n@param namespaceArn The ARN of the namespace.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace.
\n@param namespaceName The name of the namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace.
\n@return The name of the namespace.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace.
\n@param namespaceName The name of the namespace.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingNamespaceName",
"beanStyleSetterMethodName" : "setTrackingNamespaceName",
"c2jName" : "trackingNamespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #trackingNamespaceName(String)}.\n@param trackingNamespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingNamespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the public namespace that the latest namespace version is tracking.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingNamespaceName",
"fluentSetterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNamespaceName",
"getterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@return The name of the public namespace that the latest namespace version is tracking.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "trackingNamespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingNamespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrackingNamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the public namespace that the latest namespace version is tracking.
\n@param trackingNamespaceName The name of the public namespace that the latest namespace version is tracking.",
"setterMethodName" : "setTrackingNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNamespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingNamespaceName",
"variableType" : "String",
"documentation" : "The name of the public namespace that the latest namespace version is tracking.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingNamespaceVersion",
"beanStyleSetterMethodName" : "setTrackingNamespaceVersion",
"c2jName" : "trackingNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the public namespace that the latest version is tracking.
\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 #trackingNamespaceVersion(Long)}.\n@param trackingNamespaceVersion 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 #trackingNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the public namespace that the latest version is tracking.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingNamespaceVersion",
"fluentSetterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingNamespaceVersion",
"getterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@return The version of the public namespace that the latest version is tracking.",
"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" : "trackingNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "TrackingNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the public namespace that the latest version is tracking.
\n@param trackingNamespaceVersion The version of the public namespace that the latest version is tracking.",
"setterMethodName" : "setTrackingNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "trackingNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "trackingNamespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the public namespace that the latest version is tracking.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace to describe.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace to describe.
\n@param namespaceVersion The version of the user's namespace to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace to describe.
\n@return The version of the user's namespace to describe.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace to describe.
\n@param namespaceVersion The version of the user's namespace to describe.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace to describe.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeNamespaceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeNamespaceResponse",
"variableName" : "describeNamespaceResponse",
"variableType" : "DescribeNamespaceResponse",
"documentation" : null,
"simpleType" : "DescribeNamespaceResponse",
"variableSetterType" : "DescribeNamespaceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DissociateEntityFromThingRequest" : {
"c2jName" : "DissociateEntityFromThingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DissociateEntityFromThing",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.DissociateEntityFromThing",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getThingName",
"beanStyleSetterMethodName" : "setThingName",
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"defaultConsumerFluentSetterDocumentation" : "The name of the thing to disassociate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)",
"deprecated" : false,
"documentation" : "The name of the thing to disassociate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thingName",
"fluentSetterDocumentation" : "The name of the thing to disassociate.
\n@param thingName The name of the thing to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thingName",
"getterDocumentation" : "The name of the thing to disassociate.
\n@return The name of the thing to disassociate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "thingName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ThingName",
"sensitive" : false,
"setterDocumentation" : "The name of the thing to disassociate.
\n@param thingName The name of the thing to disassociate.",
"setterMethodName" : "setThingName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to disassociate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntityTypeAsString",
"beanStyleSetterMethodName" : "setEntityType",
"c2jName" : "entityType",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "The entity type from which to disassociate the thing.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityTypeAsString(String)}.\n@param entityType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityType(String)",
"deprecated" : false,
"documentation" : "The entity type from which to disassociate the thing.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "entityType",
"fluentEnumSetterMethodName" : "entityType",
"fluentGetterMethodName" : "entityTypeAsString",
"fluentSetterDocumentation" : "The entity type from which to disassociate the thing.
\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "entityType",
"getterDocumentation" : "The entity type from which to disassociate the thing.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #entityType} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #entityTypeAsString}.\n
\n@return The entity type from which to disassociate the thing.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "entityType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "entityType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EntityType",
"sensitive" : false,
"setterDocumentation" : "The entity type from which to disassociate the thing.
\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType",
"setterMethodName" : "setEntityType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "entityType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "entityType",
"variableType" : "String",
"documentation" : "The entity type from which to disassociate the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EntityType" : {
"beanStyleGetterMethodName" : "getEntityTypeAsString",
"beanStyleSetterMethodName" : "setEntityType",
"c2jName" : "entityType",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "The entity type from which to disassociate the thing.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityTypeAsString(String)}.\n@param entityType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityType(String)",
"deprecated" : false,
"documentation" : "The entity type from which to disassociate the thing.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "entityType",
"fluentEnumSetterMethodName" : "entityType",
"fluentGetterMethodName" : "entityTypeAsString",
"fluentSetterDocumentation" : "The entity type from which to disassociate the thing.
\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "entityType",
"getterDocumentation" : "The entity type from which to disassociate the thing.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #entityType} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #entityTypeAsString}.\n
\n@return The entity type from which to disassociate the thing.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "entityType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "entityType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EntityType",
"sensitive" : false,
"setterDocumentation" : "The entity type from which to disassociate the thing.
\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType",
"setterMethodName" : "setEntityType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "entityType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "entityType",
"variableType" : "String",
"documentation" : "The entity type from which to disassociate the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ThingName" : {
"beanStyleGetterMethodName" : "getThingName",
"beanStyleSetterMethodName" : "setThingName",
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"defaultConsumerFluentSetterDocumentation" : "The name of the thing to disassociate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)",
"deprecated" : false,
"documentation" : "The name of the thing to disassociate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thingName",
"fluentSetterDocumentation" : "The name of the thing to disassociate.
\n@param thingName The name of the thing to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thingName",
"getterDocumentation" : "The name of the thing to disassociate.
\n@return The name of the thing to disassociate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "thingName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ThingName",
"sensitive" : false,
"setterDocumentation" : "The name of the thing to disassociate.
\n@param thingName The name of the thing to disassociate.",
"setterMethodName" : "setThingName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to disassociate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getThingName",
"beanStyleSetterMethodName" : "setThingName",
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"defaultConsumerFluentSetterDocumentation" : "The name of the thing to disassociate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thingName(String)}.\n@param thingName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thingName(String)",
"deprecated" : false,
"documentation" : "The name of the thing to disassociate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thingName",
"fluentSetterDocumentation" : "The name of the thing to disassociate.
\n@param thingName The name of the thing to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thingName",
"getterDocumentation" : "The name of the thing to disassociate.
\n@return The name of the thing to disassociate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "thingName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ThingName",
"sensitive" : false,
"setterDocumentation" : "The name of the thing to disassociate.
\n@param thingName The name of the thing to disassociate.",
"setterMethodName" : "setThingName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to disassociate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntityTypeAsString",
"beanStyleSetterMethodName" : "setEntityType",
"c2jName" : "entityType",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "The entity type from which to disassociate the thing.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #entityTypeAsString(String)}.\n@param entityType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityType(String)",
"deprecated" : false,
"documentation" : "The entity type from which to disassociate the thing.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "entityType",
"fluentEnumSetterMethodName" : "entityType",
"fluentGetterMethodName" : "entityTypeAsString",
"fluentSetterDocumentation" : "The entity type from which to disassociate the thing.
\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "entityType",
"getterDocumentation" : "The entity type from which to disassociate the thing.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #entityType} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #entityTypeAsString}.\n
\n@return The entity type from which to disassociate the thing.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "entityType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "entityType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EntityType",
"sensitive" : false,
"setterDocumentation" : "The entity type from which to disassociate the thing.
\n@param entityType The entity type from which to disassociate the thing.\n@see EntityType",
"setterMethodName" : "setEntityType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "entityType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "entityType",
"variableType" : "String",
"documentation" : "The entity type from which to disassociate the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "thingName", "entityType" ],
"shapeName" : "DissociateEntityFromThingRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DissociateEntityFromThingRequest",
"variableName" : "dissociateEntityFromThingRequest",
"variableType" : "DissociateEntityFromThingRequest",
"documentation" : null,
"simpleType" : "DissociateEntityFromThingRequest",
"variableSetterType" : "DissociateEntityFromThingRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DissociateEntityFromThingResponse" : {
"c2jName" : "DissociateEntityFromThingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DissociateEntityFromThingResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DissociateEntityFromThingResponse",
"variableName" : "dissociateEntityFromThingResponse",
"variableType" : "DissociateEntityFromThingResponse",
"documentation" : null,
"simpleType" : "DissociateEntityFromThingResponse",
"variableSetterType" : "DissociateEntityFromThingResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"EntityDescription" : {
"c2jName" : "EntityDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the properties of an entity.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The entity ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The entity ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The entity ID.
\n@param id The entity ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The entity ID.
\n@return The entity ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The entity ID.
\n@param id The entity ID.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The entity ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The entity ARN.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : "The entity ARN.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The entity ARN.
\n@param arn The entity ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The entity ARN.
\n@return The entity ARN.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The entity ARN.
\n@param arn The entity ARN.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The entity ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "The entity type.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"documentation" : "The entity type.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "The entity type.
\n@param type The entity type.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The entity type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The entity type.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The entity type.
\n@param type The entity type.\n@see EntityType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The entity type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the entity was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the entity was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The time at which the entity was created.
\n@param createdAt The time at which the entity was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The time at which the entity was created.
\n@return The time at which the entity was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the entity was created.
\n@param createdAt The time at which the entity was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the entity was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The definition document of the entity.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The definition document of the entity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The definition document of the entity.
\n@param definition The definition document of the entity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The definition document of the entity.
\n@return The definition document of the entity.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The definition document of the entity.
\n@param definition The definition document of the entity.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The definition document of the entity.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The entity ARN.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : "The entity ARN.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The entity ARN.
\n@param arn The entity ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The entity ARN.
\n@return The entity ARN.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The entity ARN.
\n@param arn The entity ARN.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The entity ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatedAt" : {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the entity was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the entity was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The time at which the entity was created.
\n@param createdAt The time at which the entity was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The time at which the entity was created.
\n@return The time at which the entity was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the entity was created.
\n@param createdAt The time at which the entity was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the entity was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Definition" : {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The definition document of the entity.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The definition document of the entity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The definition document of the entity.
\n@param definition The definition document of the entity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The definition document of the entity.
\n@return The definition document of the entity.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The definition document of the entity.
\n@param definition The definition document of the entity.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The definition document of the entity.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The entity ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The entity ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The entity ID.
\n@param id The entity ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The entity ID.
\n@return The entity ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The entity ID.
\n@param id The entity ID.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The entity ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Type" : {
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "The entity type.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"documentation" : "The entity type.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "The entity type.
\n@param type The entity type.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The entity type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The entity type.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The entity type.
\n@param type The entity type.\n@see EntityType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The entity type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The entity ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The entity ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The entity ID.
\n@param id The entity ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The entity ID.
\n@return The entity ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The entity ID.
\n@param id The entity ID.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The entity ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The entity ARN.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : "The entity ARN.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The entity ARN.
\n@param arn The entity ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The entity ARN.
\n@return The entity ARN.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The entity ARN.
\n@param arn The entity ARN.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The entity ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "The entity type.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"documentation" : "The entity type.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "The entity type.
\n@param type The entity type.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The entity type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The entity type.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The entity type.
\n@param type The entity type.\n@see EntityType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The entity type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the entity was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the entity was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The time at which the entity was created.
\n@param createdAt The time at which the entity was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The time at which the entity was created.
\n@return The time at which the entity was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the entity was created.
\n@param createdAt The time at which the entity was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the entity was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "The definition document of the entity.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "The definition document of the entity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "The definition document of the entity.
\n@param definition The definition document of the entity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "The definition document of the entity.
\n@return The definition document of the entity.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "The definition document of the entity.
\n@param definition The definition document of the entity.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "The definition document of the entity.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EntityDescription",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "entityDescription",
"variableType" : "EntityDescription",
"documentation" : null,
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"wrapper" : false,
"xmlNamespace" : null
},
"EntityFilter" : {
"c2jName" : "EntityFilter",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes a NAMESPACE
and a REFERENCED_ENTITY_ID
filter searches for entities in the specified namespace that use the entity specified by the value of REFERENCED_ENTITY_ID
.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNameAsString",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "EntityFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityFilterName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "name",
"fluentEnumSetterMethodName" : "name",
"fluentGetterMethodName" : "nameAsString",
"fluentSetterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityFilterName",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link EntityFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n
\n@return The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EntityFilterValues",
"defaultConsumerFluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)",
"deprecated" : false,
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityFilterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getNameAsString",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "EntityFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityFilterName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "name",
"fluentEnumSetterMethodName" : "name",
"fluentGetterMethodName" : "nameAsString",
"fluentSetterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityFilterName",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link EntityFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n
\n@return The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Value" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EntityFilterValues",
"defaultConsumerFluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)",
"deprecated" : false,
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityFilterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNameAsString",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "EntityFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
",
"endpointDiscoveryId" : false,
"enumType" : "EntityFilterName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "name",
"fluentEnumSetterMethodName" : "name",
"fluentGetterMethodName" : "nameAsString",
"fluentSetterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityFilterName",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link EntityFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n
\n@return The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
\n@param name The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.\n@see EntityFilterName",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the entity search filter field. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EntityFilterValues",
"defaultConsumerFluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)",
"deprecated" : false,
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityFilterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EntityFilter",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EntityFilter",
"variableName" : "entityFilter",
"variableType" : "EntityFilter",
"documentation" : null,
"simpleType" : "EntityFilter",
"variableSetterType" : "EntityFilter"
},
"wrapper" : false,
"xmlNamespace" : null
},
"EntityFilterName" : {
"c2jName" : "EntityFilterName",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NAME",
"value" : "NAME"
}, {
"name" : "NAMESPACE",
"value" : "NAMESPACE"
}, {
"name" : "SEMANTIC_TYPE_PATH",
"value" : "SEMANTIC_TYPE_PATH"
}, {
"name" : "REFERENCED_ENTITY_ID",
"value" : "REFERENCED_ENTITY_ID"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EntityFilterName",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EntityFilterName",
"variableName" : "entityFilterName",
"variableType" : "EntityFilterName",
"documentation" : null,
"simpleType" : "EntityFilterName",
"variableSetterType" : "EntityFilterName"
},
"wrapper" : false,
"xmlNamespace" : null
},
"EntityType" : {
"c2jName" : "EntityType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "DEVICE",
"value" : "DEVICE"
}, {
"name" : "SERVICE",
"value" : "SERVICE"
}, {
"name" : "DEVICE_MODEL",
"value" : "DEVICE_MODEL"
}, {
"name" : "CAPABILITY",
"value" : "CAPABILITY"
}, {
"name" : "STATE",
"value" : "STATE"
}, {
"name" : "ACTION",
"value" : "ACTION"
}, {
"name" : "EVENT",
"value" : "EVENT"
}, {
"name" : "PROPERTY",
"value" : "PROPERTY"
}, {
"name" : "MAPPING",
"value" : "MAPPING"
}, {
"name" : "ENUM",
"value" : "ENUM"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EntityType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EntityType",
"variableName" : "entityType",
"variableType" : "EntityType",
"documentation" : null,
"simpleType" : "EntityType",
"variableSetterType" : "EntityType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowExecutionEventType" : {
"c2jName" : "FlowExecutionEventType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "EXECUTION_STARTED",
"value" : "EXECUTION_STARTED"
}, {
"name" : "EXECUTION_FAILED",
"value" : "EXECUTION_FAILED"
}, {
"name" : "EXECUTION_ABORTED",
"value" : "EXECUTION_ABORTED"
}, {
"name" : "EXECUTION_SUCCEEDED",
"value" : "EXECUTION_SUCCEEDED"
}, {
"name" : "STEP_STARTED",
"value" : "STEP_STARTED"
}, {
"name" : "STEP_FAILED",
"value" : "STEP_FAILED"
}, {
"name" : "STEP_SUCCEEDED",
"value" : "STEP_SUCCEEDED"
}, {
"name" : "ACTIVITY_SCHEDULED",
"value" : "ACTIVITY_SCHEDULED"
}, {
"name" : "ACTIVITY_STARTED",
"value" : "ACTIVITY_STARTED"
}, {
"name" : "ACTIVITY_FAILED",
"value" : "ACTIVITY_FAILED"
}, {
"name" : "ACTIVITY_SUCCEEDED",
"value" : "ACTIVITY_SUCCEEDED"
}, {
"name" : "START_FLOW_EXECUTION_TASK",
"value" : "START_FLOW_EXECUTION_TASK"
}, {
"name" : "SCHEDULE_NEXT_READY_STEPS_TASK",
"value" : "SCHEDULE_NEXT_READY_STEPS_TASK"
}, {
"name" : "THING_ACTION_TASK",
"value" : "THING_ACTION_TASK"
}, {
"name" : "THING_ACTION_TASK_FAILED",
"value" : "THING_ACTION_TASK_FAILED"
}, {
"name" : "THING_ACTION_TASK_SUCCEEDED",
"value" : "THING_ACTION_TASK_SUCCEEDED"
}, {
"name" : "ACKNOWLEDGE_TASK_MESSAGE",
"value" : "ACKNOWLEDGE_TASK_MESSAGE"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowExecutionEventType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowExecutionEventType",
"variableName" : "flowExecutionEventType",
"variableType" : "FlowExecutionEventType",
"documentation" : null,
"simpleType" : "FlowExecutionEventType",
"variableSetterType" : "FlowExecutionEventType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowExecutionMessage" : {
"c2jName" : "FlowExecutionMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that contains information about a flow event.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "messageId",
"c2jShape" : "FlowExecutionMessageId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the message.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"documentation" : "The unique identifier of the message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The unique identifier of the message.
\n@param messageId The unique identifier of the message.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The unique identifier of the message.
\n@return The unique identifier of the message.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the message.
\n@param messageId The unique identifier of the message.",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The unique identifier of the message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventTypeAsString",
"beanStyleSetterMethodName" : "setEventType",
"c2jName" : "eventType",
"c2jShape" : "FlowExecutionEventType",
"defaultConsumerFluentSetterDocumentation" : "The type of flow event .
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventTypeAsString(String)}.\n@param eventType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventType(String)",
"deprecated" : false,
"documentation" : "The type of flow event .
",
"endpointDiscoveryId" : false,
"enumType" : "FlowExecutionEventType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "eventType",
"fluentEnumSetterMethodName" : "eventType",
"fluentGetterMethodName" : "eventTypeAsString",
"fluentSetterDocumentation" : "The type of flow event .
\n@param eventType The type of flow event .\n@see FlowExecutionEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionEventType",
"fluentSetterMethodName" : "eventType",
"getterDocumentation" : "The type of flow event .
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link FlowExecutionEventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n
\n@return The type of flow event .\n@see FlowExecutionEventType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "eventType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventType",
"sensitive" : false,
"setterDocumentation" : "The type of flow event .
\n@param eventType The type of flow event .\n@see FlowExecutionEventType",
"setterMethodName" : "setEventType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : "The type of flow event .
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the message was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the message was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The date and time when the message was last updated.
\n@param timestamp The date and time when the message was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The date and time when the message was last updated.
\n@return The date and time when the message was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The date and time when the message was last updated.
\n@param timestamp The date and time when the message was last updated.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the message was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPayload",
"beanStyleSetterMethodName" : "setPayload",
"c2jName" : "payload",
"c2jShape" : "FlowExecutionMessagePayload",
"defaultConsumerFluentSetterDocumentation" : "A string containing information about the flow event.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #payload(String)}.\n@param payload a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #payload(String)",
"deprecated" : false,
"documentation" : "A string containing information about the flow event.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "payload",
"fluentSetterDocumentation" : "A string containing information about the flow event.
\n@param payload A string containing information about the flow event.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "payload",
"getterDocumentation" : "A string containing information about the flow event.
\n@return A string containing information about the flow event.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "payload",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "payload",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Payload",
"sensitive" : false,
"setterDocumentation" : "A string containing information about the flow event.
\n@param payload A string containing information about the flow event.",
"setterMethodName" : "setPayload",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "payload",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "payload",
"variableType" : "String",
"documentation" : "A string containing information about the flow event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EventType" : {
"beanStyleGetterMethodName" : "getEventTypeAsString",
"beanStyleSetterMethodName" : "setEventType",
"c2jName" : "eventType",
"c2jShape" : "FlowExecutionEventType",
"defaultConsumerFluentSetterDocumentation" : "The type of flow event .
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventTypeAsString(String)}.\n@param eventType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventType(String)",
"deprecated" : false,
"documentation" : "The type of flow event .
",
"endpointDiscoveryId" : false,
"enumType" : "FlowExecutionEventType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "eventType",
"fluentEnumSetterMethodName" : "eventType",
"fluentGetterMethodName" : "eventTypeAsString",
"fluentSetterDocumentation" : "The type of flow event .
\n@param eventType The type of flow event .\n@see FlowExecutionEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionEventType",
"fluentSetterMethodName" : "eventType",
"getterDocumentation" : "The type of flow event .
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link FlowExecutionEventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n
\n@return The type of flow event .\n@see FlowExecutionEventType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "eventType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventType",
"sensitive" : false,
"setterDocumentation" : "The type of flow event .
\n@param eventType The type of flow event .\n@see FlowExecutionEventType",
"setterMethodName" : "setEventType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : "The type of flow event .
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MessageId" : {
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "messageId",
"c2jShape" : "FlowExecutionMessageId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the message.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"documentation" : "The unique identifier of the message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The unique identifier of the message.
\n@param messageId The unique identifier of the message.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The unique identifier of the message.
\n@return The unique identifier of the message.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the message.
\n@param messageId The unique identifier of the message.",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The unique identifier of the message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Payload" : {
"beanStyleGetterMethodName" : "getPayload",
"beanStyleSetterMethodName" : "setPayload",
"c2jName" : "payload",
"c2jShape" : "FlowExecutionMessagePayload",
"defaultConsumerFluentSetterDocumentation" : "A string containing information about the flow event.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #payload(String)}.\n@param payload a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #payload(String)",
"deprecated" : false,
"documentation" : "A string containing information about the flow event.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "payload",
"fluentSetterDocumentation" : "A string containing information about the flow event.
\n@param payload A string containing information about the flow event.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "payload",
"getterDocumentation" : "A string containing information about the flow event.
\n@return A string containing information about the flow event.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "payload",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "payload",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Payload",
"sensitive" : false,
"setterDocumentation" : "A string containing information about the flow event.
\n@param payload A string containing information about the flow event.",
"setterMethodName" : "setPayload",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "payload",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "payload",
"variableType" : "String",
"documentation" : "A string containing information about the flow event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the message was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the message was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The date and time when the message was last updated.
\n@param timestamp The date and time when the message was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The date and time when the message was last updated.
\n@return The date and time when the message was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The date and time when the message was last updated.
\n@param timestamp The date and time when the message was last updated.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the message was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "messageId",
"c2jShape" : "FlowExecutionMessageId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the message.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"documentation" : "The unique identifier of the message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The unique identifier of the message.
\n@param messageId The unique identifier of the message.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The unique identifier of the message.
\n@return The unique identifier of the message.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the message.
\n@param messageId The unique identifier of the message.",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The unique identifier of the message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventTypeAsString",
"beanStyleSetterMethodName" : "setEventType",
"c2jName" : "eventType",
"c2jShape" : "FlowExecutionEventType",
"defaultConsumerFluentSetterDocumentation" : "The type of flow event .
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventTypeAsString(String)}.\n@param eventType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventType(String)",
"deprecated" : false,
"documentation" : "The type of flow event .
",
"endpointDiscoveryId" : false,
"enumType" : "FlowExecutionEventType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "eventType",
"fluentEnumSetterMethodName" : "eventType",
"fluentGetterMethodName" : "eventTypeAsString",
"fluentSetterDocumentation" : "The type of flow event .
\n@param eventType The type of flow event .\n@see FlowExecutionEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionEventType",
"fluentSetterMethodName" : "eventType",
"getterDocumentation" : "The type of flow event .
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #eventType} will return {@link FlowExecutionEventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #eventTypeAsString}.\n
\n@return The type of flow event .\n@see FlowExecutionEventType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "eventType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventType",
"sensitive" : false,
"setterDocumentation" : "The type of flow event .
\n@param eventType The type of flow event .\n@see FlowExecutionEventType",
"setterMethodName" : "setEventType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : "The type of flow event .
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the message was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the message was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The date and time when the message was last updated.
\n@param timestamp The date and time when the message was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The date and time when the message was last updated.
\n@return The date and time when the message was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The date and time when the message was last updated.
\n@param timestamp The date and time when the message was last updated.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the message was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPayload",
"beanStyleSetterMethodName" : "setPayload",
"c2jName" : "payload",
"c2jShape" : "FlowExecutionMessagePayload",
"defaultConsumerFluentSetterDocumentation" : "A string containing information about the flow event.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #payload(String)}.\n@param payload a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #payload(String)",
"deprecated" : false,
"documentation" : "A string containing information about the flow event.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "payload",
"fluentSetterDocumentation" : "A string containing information about the flow event.
\n@param payload A string containing information about the flow event.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "payload",
"getterDocumentation" : "A string containing information about the flow event.
\n@return A string containing information about the flow event.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "payload",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "payload",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Payload",
"sensitive" : false,
"setterDocumentation" : "A string containing information about the flow event.
\n@param payload A string containing information about the flow event.",
"setterMethodName" : "setPayload",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "payload",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "payload",
"variableType" : "String",
"documentation" : "A string containing information about the flow event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowExecutionMessage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowExecutionMessage",
"variableName" : "flowExecutionMessage",
"variableType" : "FlowExecutionMessage",
"documentation" : null,
"simpleType" : "FlowExecutionMessage",
"variableSetterType" : "FlowExecutionMessage"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowExecutionStatus" : {
"c2jName" : "FlowExecutionStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "RUNNING",
"value" : "RUNNING"
}, {
"name" : "ABORTED",
"value" : "ABORTED"
}, {
"name" : "SUCCEEDED",
"value" : "SUCCEEDED"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowExecutionStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowExecutionStatus",
"variableName" : "flowExecutionStatus",
"variableType" : "FlowExecutionStatus",
"documentation" : null,
"simpleType" : "FlowExecutionStatus",
"variableSetterType" : "FlowExecutionStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowExecutionSummary" : {
"c2jName" : "FlowExecutionSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that contains summary information about a flow execution.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFlowExecutionId",
"beanStyleSetterMethodName" : "setFlowExecutionId",
"c2jName" : "flowExecutionId",
"c2jShape" : "FlowExecutionId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the flow execution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowExecutionId(String)}.\n@param flowExecutionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowExecutionId(String)",
"deprecated" : false,
"documentation" : "The ID of the flow execution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowExecutionId",
"fluentSetterDocumentation" : "The ID of the flow execution.
\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowExecutionId",
"getterDocumentation" : "The ID of the flow execution.
\n@return The ID of the flow execution.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowExecutionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowExecutionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowExecutionId",
"sensitive" : false,
"setterDocumentation" : "The ID of the flow execution.
\n@param flowExecutionId The ID of the flow execution.",
"setterMethodName" : "setFlowExecutionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowExecutionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowExecutionId",
"variableType" : "String",
"documentation" : "The ID of the flow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "FlowExecutionStatus",
"defaultConsumerFluentSetterDocumentation" : "The current status of the flow execution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The current status of the flow execution.
",
"endpointDiscoveryId" : false,
"enumType" : "FlowExecutionStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The current status of the flow execution.
\n@param status The current status of the flow execution.\n@see FlowExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The current status of the flow execution.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link FlowExecutionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The current status of the flow execution.\n@see FlowExecutionStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The current status of the flow execution.
\n@param status The current status of the flow execution.\n@see FlowExecutionStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the flow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSystemInstanceId",
"beanStyleSetterMethodName" : "setSystemInstanceId",
"c2jName" : "systemInstanceId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance that contains the flow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #systemInstanceId(String)}.\n@param systemInstanceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #systemInstanceId(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance that contains the flow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "systemInstanceId",
"fluentSetterDocumentation" : "The ID of the system instance that contains the flow.
\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "systemInstanceId",
"getterDocumentation" : "The ID of the system instance that contains the flow.
\n@return The ID of the system instance that contains the flow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "systemInstanceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "systemInstanceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SystemInstanceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the system instance that contains the flow.
\n@param systemInstanceId The ID of the system instance that contains the flow.",
"setterMethodName" : "setSystemInstanceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "systemInstanceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "systemInstanceId",
"variableType" : "String",
"documentation" : "The ID of the system instance that contains the flow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowTemplateId",
"beanStyleSetterMethodName" : "setFlowTemplateId",
"c2jName" : "flowTemplateId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the flow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowTemplateId(String)}.\n@param flowTemplateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowTemplateId(String)",
"deprecated" : false,
"documentation" : "The ID of the flow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowTemplateId",
"fluentSetterDocumentation" : "The ID of the flow.
\n@param flowTemplateId The ID of the flow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowTemplateId",
"getterDocumentation" : "The ID of the flow.
\n@return The ID of the flow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowTemplateId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowTemplateId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowTemplateId",
"sensitive" : false,
"setterDocumentation" : "The ID of the flow.
\n@param flowTemplateId The ID of the flow.",
"setterMethodName" : "setFlowTemplateId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowTemplateId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowTemplateId",
"variableType" : "String",
"documentation" : "The ID of the flow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the flow execution summary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the flow execution summary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The date and time when the flow execution summary was created.
\n@param createdAt The date and time when the flow execution summary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The date and time when the flow execution summary was created.
\n@return The date and time when the flow execution summary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The date and time when the flow execution summary was created.
\n@param createdAt The date and time when the flow execution summary was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the flow execution summary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUpdatedAt",
"beanStyleSetterMethodName" : "setUpdatedAt",
"c2jName" : "updatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the flow execution summary was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updatedAt(Instant)}.\n@param updatedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updatedAt(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the flow execution summary was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updatedAt",
"fluentSetterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@param updatedAt The date and time when the flow execution summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updatedAt",
"getterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@return The date and time when the flow execution summary was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "updatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "updatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdatedAt",
"sensitive" : false,
"setterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@param updatedAt The date and time when the flow execution summary was last updated.",
"setterMethodName" : "setUpdatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updatedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updatedAt",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the flow execution summary was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedAt" : {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the flow execution summary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the flow execution summary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The date and time when the flow execution summary was created.
\n@param createdAt The date and time when the flow execution summary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The date and time when the flow execution summary was created.
\n@return The date and time when the flow execution summary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The date and time when the flow execution summary was created.
\n@param createdAt The date and time when the flow execution summary was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the flow execution summary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FlowExecutionId" : {
"beanStyleGetterMethodName" : "getFlowExecutionId",
"beanStyleSetterMethodName" : "setFlowExecutionId",
"c2jName" : "flowExecutionId",
"c2jShape" : "FlowExecutionId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the flow execution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowExecutionId(String)}.\n@param flowExecutionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowExecutionId(String)",
"deprecated" : false,
"documentation" : "The ID of the flow execution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowExecutionId",
"fluentSetterDocumentation" : "The ID of the flow execution.
\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowExecutionId",
"getterDocumentation" : "The ID of the flow execution.
\n@return The ID of the flow execution.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowExecutionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowExecutionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowExecutionId",
"sensitive" : false,
"setterDocumentation" : "The ID of the flow execution.
\n@param flowExecutionId The ID of the flow execution.",
"setterMethodName" : "setFlowExecutionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowExecutionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowExecutionId",
"variableType" : "String",
"documentation" : "The ID of the flow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FlowTemplateId" : {
"beanStyleGetterMethodName" : "getFlowTemplateId",
"beanStyleSetterMethodName" : "setFlowTemplateId",
"c2jName" : "flowTemplateId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the flow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowTemplateId(String)}.\n@param flowTemplateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowTemplateId(String)",
"deprecated" : false,
"documentation" : "The ID of the flow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowTemplateId",
"fluentSetterDocumentation" : "The ID of the flow.
\n@param flowTemplateId The ID of the flow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowTemplateId",
"getterDocumentation" : "The ID of the flow.
\n@return The ID of the flow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowTemplateId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowTemplateId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowTemplateId",
"sensitive" : false,
"setterDocumentation" : "The ID of the flow.
\n@param flowTemplateId The ID of the flow.",
"setterMethodName" : "setFlowTemplateId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowTemplateId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowTemplateId",
"variableType" : "String",
"documentation" : "The ID of the flow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "FlowExecutionStatus",
"defaultConsumerFluentSetterDocumentation" : "The current status of the flow execution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The current status of the flow execution.
",
"endpointDiscoveryId" : false,
"enumType" : "FlowExecutionStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The current status of the flow execution.
\n@param status The current status of the flow execution.\n@see FlowExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The current status of the flow execution.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link FlowExecutionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The current status of the flow execution.\n@see FlowExecutionStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The current status of the flow execution.
\n@param status The current status of the flow execution.\n@see FlowExecutionStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the flow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SystemInstanceId" : {
"beanStyleGetterMethodName" : "getSystemInstanceId",
"beanStyleSetterMethodName" : "setSystemInstanceId",
"c2jName" : "systemInstanceId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance that contains the flow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #systemInstanceId(String)}.\n@param systemInstanceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #systemInstanceId(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance that contains the flow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "systemInstanceId",
"fluentSetterDocumentation" : "The ID of the system instance that contains the flow.
\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "systemInstanceId",
"getterDocumentation" : "The ID of the system instance that contains the flow.
\n@return The ID of the system instance that contains the flow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "systemInstanceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "systemInstanceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SystemInstanceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the system instance that contains the flow.
\n@param systemInstanceId The ID of the system instance that contains the flow.",
"setterMethodName" : "setSystemInstanceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "systemInstanceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "systemInstanceId",
"variableType" : "String",
"documentation" : "The ID of the system instance that contains the flow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"UpdatedAt" : {
"beanStyleGetterMethodName" : "getUpdatedAt",
"beanStyleSetterMethodName" : "setUpdatedAt",
"c2jName" : "updatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the flow execution summary was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updatedAt(Instant)}.\n@param updatedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updatedAt(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the flow execution summary was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updatedAt",
"fluentSetterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@param updatedAt The date and time when the flow execution summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updatedAt",
"getterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@return The date and time when the flow execution summary was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "updatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "updatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdatedAt",
"sensitive" : false,
"setterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@param updatedAt The date and time when the flow execution summary was last updated.",
"setterMethodName" : "setUpdatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updatedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updatedAt",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the flow execution summary was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFlowExecutionId",
"beanStyleSetterMethodName" : "setFlowExecutionId",
"c2jName" : "flowExecutionId",
"c2jShape" : "FlowExecutionId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the flow execution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowExecutionId(String)}.\n@param flowExecutionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowExecutionId(String)",
"deprecated" : false,
"documentation" : "The ID of the flow execution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowExecutionId",
"fluentSetterDocumentation" : "The ID of the flow execution.
\n@param flowExecutionId The ID of the flow execution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowExecutionId",
"getterDocumentation" : "The ID of the flow execution.
\n@return The ID of the flow execution.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowExecutionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowExecutionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowExecutionId",
"sensitive" : false,
"setterDocumentation" : "The ID of the flow execution.
\n@param flowExecutionId The ID of the flow execution.",
"setterMethodName" : "setFlowExecutionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowExecutionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowExecutionId",
"variableType" : "String",
"documentation" : "The ID of the flow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "FlowExecutionStatus",
"defaultConsumerFluentSetterDocumentation" : "The current status of the flow execution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The current status of the flow execution.
",
"endpointDiscoveryId" : false,
"enumType" : "FlowExecutionStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The current status of the flow execution.
\n@param status The current status of the flow execution.\n@see FlowExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowExecutionStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The current status of the flow execution.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link FlowExecutionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The current status of the flow execution.\n@see FlowExecutionStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The current status of the flow execution.
\n@param status The current status of the flow execution.\n@see FlowExecutionStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the flow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSystemInstanceId",
"beanStyleSetterMethodName" : "setSystemInstanceId",
"c2jName" : "systemInstanceId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system instance that contains the flow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #systemInstanceId(String)}.\n@param systemInstanceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #systemInstanceId(String)",
"deprecated" : false,
"documentation" : "The ID of the system instance that contains the flow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "systemInstanceId",
"fluentSetterDocumentation" : "The ID of the system instance that contains the flow.
\n@param systemInstanceId The ID of the system instance that contains the flow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "systemInstanceId",
"getterDocumentation" : "The ID of the system instance that contains the flow.
\n@return The ID of the system instance that contains the flow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "systemInstanceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "systemInstanceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SystemInstanceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the system instance that contains the flow.
\n@param systemInstanceId The ID of the system instance that contains the flow.",
"setterMethodName" : "setSystemInstanceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "systemInstanceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "systemInstanceId",
"variableType" : "String",
"documentation" : "The ID of the system instance that contains the flow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowTemplateId",
"beanStyleSetterMethodName" : "setFlowTemplateId",
"c2jName" : "flowTemplateId",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the flow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowTemplateId(String)}.\n@param flowTemplateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowTemplateId(String)",
"deprecated" : false,
"documentation" : "The ID of the flow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowTemplateId",
"fluentSetterDocumentation" : "The ID of the flow.
\n@param flowTemplateId The ID of the flow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowTemplateId",
"getterDocumentation" : "The ID of the flow.
\n@return The ID of the flow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "flowTemplateId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "flowTemplateId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowTemplateId",
"sensitive" : false,
"setterDocumentation" : "The ID of the flow.
\n@param flowTemplateId The ID of the flow.",
"setterMethodName" : "setFlowTemplateId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowTemplateId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowTemplateId",
"variableType" : "String",
"documentation" : "The ID of the flow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the flow execution summary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the flow execution summary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The date and time when the flow execution summary was created.
\n@param createdAt The date and time when the flow execution summary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The date and time when the flow execution summary was created.
\n@return The date and time when the flow execution summary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The date and time when the flow execution summary was created.
\n@param createdAt The date and time when the flow execution summary was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the flow execution summary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUpdatedAt",
"beanStyleSetterMethodName" : "setUpdatedAt",
"c2jName" : "updatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time when the flow execution summary was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updatedAt(Instant)}.\n@param updatedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updatedAt(Instant)",
"deprecated" : false,
"documentation" : "The date and time when the flow execution summary was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updatedAt",
"fluentSetterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@param updatedAt The date and time when the flow execution summary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updatedAt",
"getterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@return The date and time when the flow execution summary was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "updatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "updatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdatedAt",
"sensitive" : false,
"setterDocumentation" : "The date and time when the flow execution summary was last updated.
\n@param updatedAt The date and time when the flow execution summary was last updated.",
"setterMethodName" : "setUpdatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updatedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updatedAt",
"variableType" : "java.time.Instant",
"documentation" : "The date and time when the flow execution summary was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowExecutionSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowExecutionSummary",
"variableName" : "flowExecutionSummary",
"variableType" : "FlowExecutionSummary",
"documentation" : null,
"simpleType" : "FlowExecutionSummary",
"variableSetterType" : "FlowExecutionSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowTemplateDescription" : {
"c2jName" : "FlowTemplateDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that contains a workflow's definition and summary information.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary information about a workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "An object that contains summary information about a workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "An object that contains summary information about a workflow.
\n@param summary An object that contains summary information about a workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "An object that contains summary information about a workflow.
\n@return An object that contains summary information about a workflow.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary information about a workflow.
\n@param summary An object that contains summary information about a workflow.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : "An object that contains summary information about a workflow.
",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "A workflow's definition document.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "A workflow's definition document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "A workflow's definition document.
\n@param definition A workflow's definition document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "A workflow's definition document.
\n@return A workflow's definition document.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "A workflow's definition document.
\n@param definition A workflow's definition document.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "A workflow's definition document.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidatedNamespaceVersion",
"beanStyleSetterMethodName" : "setValidatedNamespaceVersion",
"c2jName" : "validatedNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\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 #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion 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 #validatedNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validatedNamespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validatedNamespaceVersion",
"getterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@return The version of the user's namespace against which the workflow was validated. Use this value in your system instance.",
"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" : "validatedNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "validatedNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "ValidatedNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.",
"setterMethodName" : "setValidatedNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validatedNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validatedNamespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Definition" : {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "A workflow's definition document.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "A workflow's definition document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "A workflow's definition document.
\n@param definition A workflow's definition document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "A workflow's definition document.
\n@return A workflow's definition document.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "A workflow's definition document.
\n@param definition A workflow's definition document.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "A workflow's definition document.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Summary" : {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary information about a workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "An object that contains summary information about a workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "An object that contains summary information about a workflow.
\n@param summary An object that contains summary information about a workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "An object that contains summary information about a workflow.
\n@return An object that contains summary information about a workflow.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary information about a workflow.
\n@param summary An object that contains summary information about a workflow.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : "An object that contains summary information about a workflow.
",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ValidatedNamespaceVersion" : {
"beanStyleGetterMethodName" : "getValidatedNamespaceVersion",
"beanStyleSetterMethodName" : "setValidatedNamespaceVersion",
"c2jName" : "validatedNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\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 #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion 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 #validatedNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validatedNamespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validatedNamespaceVersion",
"getterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@return The version of the user's namespace against which the workflow was validated. Use this value in your system instance.",
"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" : "validatedNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "validatedNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "ValidatedNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.",
"setterMethodName" : "setValidatedNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validatedNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validatedNamespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummary",
"beanStyleSetterMethodName" : "setSummary",
"c2jName" : "summary",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary information about a workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(FlowTemplateSummary)}.\n@param summary a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "An object that contains summary information about a workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summary",
"fluentSetterDocumentation" : "An object that contains summary information about a workflow.
\n@param summary An object that contains summary information about a workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summary",
"getterDocumentation" : "An object that contains summary information about a workflow.
\n@return An object that contains summary information about a workflow.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Summary",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary information about a workflow.
\n@param summary An object that contains summary information about a workflow.",
"setterMethodName" : "setSummary",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "summary",
"variableType" : "FlowTemplateSummary",
"documentation" : "An object that contains summary information about a workflow.
",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefinition",
"beanStyleSetterMethodName" : "setDefinition",
"c2jName" : "definition",
"c2jShape" : "DefinitionDocument",
"defaultConsumerFluentSetterDocumentation" : "A workflow's definition document.
\nThis is a convenience that creates an instance of the {@link DefinitionDocument.Builder} avoiding the need to create one manually via {@link DefinitionDocument#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefinitionDocument.Builder#build()} is called immediately and its result is passed to {@link #definition(DefinitionDocument)}.\n@param definition a consumer that will call methods on {@link DefinitionDocument.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(DefinitionDocument)",
"deprecated" : false,
"documentation" : "A workflow's definition document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "definition",
"fluentSetterDocumentation" : "A workflow's definition document.
\n@param definition A workflow's definition document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "definition",
"getterDocumentation" : "A workflow's definition document.
\n@return A workflow's definition document.",
"getterModel" : {
"returnType" : "DefinitionDocument",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "definition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "definition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Definition",
"sensitive" : false,
"setterDocumentation" : "A workflow's definition document.
\n@param definition A workflow's definition document.",
"setterMethodName" : "setDefinition",
"setterModel" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : null,
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefinitionDocument",
"variableName" : "definition",
"variableType" : "DefinitionDocument",
"documentation" : "A workflow's definition document.
",
"simpleType" : "DefinitionDocument",
"variableSetterType" : "DefinitionDocument"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidatedNamespaceVersion",
"beanStyleSetterMethodName" : "setValidatedNamespaceVersion",
"c2jName" : "validatedNamespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\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 #validatedNamespaceVersion(Long)}.\n@param validatedNamespaceVersion 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 #validatedNamespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validatedNamespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validatedNamespaceVersion",
"getterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@return The version of the user's namespace against which the workflow was validated. Use this value in your system instance.",
"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" : "validatedNamespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "validatedNamespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "ValidatedNamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
\n@param validatedNamespaceVersion The version of the user's namespace against which the workflow was validated. Use this value in your system instance.",
"setterMethodName" : "setValidatedNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validatedNamespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validatedNamespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowTemplateDescription",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "flowTemplateDescription",
"variableType" : "FlowTemplateDescription",
"documentation" : null,
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowTemplateFilter" : {
"c2jName" : "FlowTemplateFilter",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that filters a workflow search.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNameAsString",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "FlowTemplateFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the search filter field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.
",
"endpointDiscoveryId" : false,
"enumType" : "FlowTemplateFilterName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "name",
"fluentEnumSetterMethodName" : "name",
"fluentGetterMethodName" : "nameAsString",
"fluentSetterDocumentation" : "The name of the search filter field.
\n@param name The name of the search filter field.\n@see FlowTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowTemplateFilterName",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the search filter field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link FlowTemplateFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n
\n@return The name of the search filter field.\n@see FlowTemplateFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the search filter field.
\n@param name The name of the search filter field.\n@see FlowTemplateFilterName",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the search filter field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "FlowTemplateFilterValues",
"defaultConsumerFluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)",
"deprecated" : false,
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FlowTemplateFilterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getNameAsString",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "FlowTemplateFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the search filter field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.
",
"endpointDiscoveryId" : false,
"enumType" : "FlowTemplateFilterName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "name",
"fluentEnumSetterMethodName" : "name",
"fluentGetterMethodName" : "nameAsString",
"fluentSetterDocumentation" : "The name of the search filter field.
\n@param name The name of the search filter field.\n@see FlowTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowTemplateFilterName",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the search filter field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link FlowTemplateFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n
\n@return The name of the search filter field.\n@see FlowTemplateFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the search filter field.
\n@param name The name of the search filter field.\n@see FlowTemplateFilterName",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the search filter field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Value" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "FlowTemplateFilterValues",
"defaultConsumerFluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)",
"deprecated" : false,
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FlowTemplateFilterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNameAsString",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "FlowTemplateFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the search filter field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(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 search filter field.
",
"endpointDiscoveryId" : false,
"enumType" : "FlowTemplateFilterName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "name",
"fluentEnumSetterMethodName" : "name",
"fluentGetterMethodName" : "nameAsString",
"fluentSetterDocumentation" : "The name of the search filter field.
\n@param name The name of the search filter field.\n@see FlowTemplateFilterName\n@return Returns a reference to this object so that method calls can be chained together.\n@see FlowTemplateFilterName",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the search filter field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link FlowTemplateFilterName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n
\n@return The name of the search filter field.\n@see FlowTemplateFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the search filter field.
\n@param name The name of the search filter field.\n@see FlowTemplateFilterName",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the search filter field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "FlowTemplateFilterValues",
"defaultConsumerFluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #value(List)}.\n@param value a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(List)",
"deprecated" : false,
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FlowTemplateFilterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
\n@param value An array of string values for the search filter field. Multiple values function as AND criteria in the search.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "value",
"variableType" : "java.util.List",
"documentation" : "An array of string values for the search filter field. Multiple values function as AND criteria in the search.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "value" ],
"shapeName" : "FlowTemplateFilter",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowTemplateFilter",
"variableName" : "flowTemplateFilter",
"variableType" : "FlowTemplateFilter",
"documentation" : null,
"simpleType" : "FlowTemplateFilter",
"variableSetterType" : "FlowTemplateFilter"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowTemplateFilterName" : {
"c2jName" : "FlowTemplateFilterName",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "DEVICE_MODEL_ID",
"value" : "DEVICE_MODEL_ID"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowTemplateFilterName",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowTemplateFilterName",
"variableName" : "flowTemplateFilterName",
"variableType" : "FlowTemplateFilterName",
"documentation" : null,
"simpleType" : "FlowTemplateFilterName",
"variableSetterType" : "FlowTemplateFilterName"
},
"wrapper" : false,
"xmlNamespace" : null
},
"FlowTemplateSummary" : {
"c2jName" : "FlowTemplateSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that contains summary information about a workflow.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
\n@param id The ID of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the workflow.
\n@return The ID of the workflow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the workflow.
\n@param id The ID of the workflow.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the workflow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : "The ARN of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the workflow.
\n@param arn The ARN of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the workflow.
\n@return The ARN of the workflow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the workflow.
\n@param arn The ARN of the workflow.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The revision number of the workflow.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The revision number of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The revision number of the workflow.
\n@param revisionNumber The revision number of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The revision number of the workflow.
\n@return The revision number of the workflow.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The revision number of the workflow.
\n@param revisionNumber The revision number of the workflow.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The revision number of the workflow.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the workflow was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The date when the workflow was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The date when the workflow was created.
\n@param createdAt The date when the workflow was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The date when the workflow was created.
\n@return The date when the workflow was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The date when the workflow was created.
\n@param createdAt The date when the workflow was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The date when the workflow was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the workflow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : "The ARN of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the workflow.
\n@param arn The ARN of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the workflow.
\n@return The ARN of the workflow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the workflow.
\n@param arn The ARN of the workflow.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatedAt" : {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the workflow was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The date when the workflow was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The date when the workflow was created.
\n@param createdAt The date when the workflow was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The date when the workflow was created.
\n@return The date when the workflow was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The date when the workflow was created.
\n@param createdAt The date when the workflow was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The date when the workflow was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
\n@param id The ID of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the workflow.
\n@return The ID of the workflow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the workflow.
\n@param id The ID of the workflow.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RevisionNumber" : {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The revision number of the workflow.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The revision number of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The revision number of the workflow.
\n@param revisionNumber The revision number of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The revision number of the workflow.
\n@return The revision number of the workflow.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The revision number of the workflow.
\n@param revisionNumber The revision number of the workflow.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The revision number of the workflow.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
\n@param id The ID of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The ID of the workflow.
\n@return The ID of the workflow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The ID of the workflow.
\n@param id The ID of the workflow.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ID of the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the workflow.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : "The ARN of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the workflow.
\n@param arn The ARN of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the workflow.
\n@return The ARN of the workflow.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the workflow.
\n@param arn The ARN of the workflow.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The revision number of the workflow.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The revision number of the workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The revision number of the workflow.
\n@param revisionNumber The revision number of the workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The revision number of the workflow.
\n@return The revision number of the workflow.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The revision number of the workflow.
\n@param revisionNumber The revision number of the workflow.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The revision number of the workflow.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date when the workflow was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The date when the workflow was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The date when the workflow was created.
\n@param createdAt The date when the workflow was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The date when the workflow was created.
\n@return The date when the workflow was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createdAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The date when the workflow was created.
\n@param createdAt The date when the workflow was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The date when the workflow was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FlowTemplateSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "flowTemplateSummary",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetEntitiesRequest" : {
"c2jName" : "GetEntitiesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetEntities",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetEntities",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "Urns",
"defaultConsumerFluentSetterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"documentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param ids An array of entity IDs. The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of entity IDs. The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Ids",
"sensitive" : false,
"setterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param ids An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Ids" : {
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "Urns",
"defaultConsumerFluentSetterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"documentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param ids An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of entity IDs. The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Ids",
"sensitive" : false,
"setterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param ids An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceVersion" : {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "Urns",
"defaultConsumerFluentSetterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"documentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param ids An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of entity IDs. The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Ids",
"sensitive" : false,
"setterDocumentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
\n@param ids An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceVersion",
"beanStyleSetterMethodName" : "setNamespaceVersion",
"c2jName" : "namespaceVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\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 #namespaceVersion(Long)}.\n@param namespaceVersion 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 #namespaceVersion(Long)",
"deprecated" : false,
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceVersion",
"fluentSetterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceVersion",
"getterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@return The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"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" : "namespaceVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "NamespaceVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
\n@param namespaceVersion The version of the user's namespace. Defaults to the latest version of the user's namespace.",
"setterMethodName" : "setNamespaceVersion",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "namespaceVersion",
"variableType" : "Long",
"documentation" : "The version of the user's namespace. Defaults to the latest version of the user's namespace.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ids" ],
"shapeName" : "GetEntitiesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetEntitiesRequest",
"variableName" : "getEntitiesRequest",
"variableType" : "GetEntitiesRequest",
"documentation" : null,
"simpleType" : "GetEntitiesRequest",
"variableSetterType" : "GetEntitiesRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetEntitiesResponse" : {
"c2jName" : "GetEntitiesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDescriptions",
"beanStyleSetterMethodName" : "setDescriptions",
"c2jName" : "descriptions",
"c2jShape" : "EntityDescriptions",
"defaultConsumerFluentSetterDocumentation" : "An array of descriptions for the specified entities.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #descriptions(List)}.\n@param descriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descriptions(List)",
"deprecated" : false,
"documentation" : "An array of descriptions for the specified entities.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "descriptions",
"fluentSetterDocumentation" : "An array of descriptions for the specified entities.
\n@param descriptions An array of descriptions for the specified entities.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "descriptions",
"getterDocumentation" : "An array of descriptions for the specified entities.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of descriptions for the specified entities.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "descriptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "descriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityDescription.Builder} avoiding the need to create one manually via {@link EntityDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EntityDescription)}.\n@param member a consumer that will call methods on {@link EntityDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityDescription)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EntityDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "member",
"variableType" : "EntityDescription",
"documentation" : null,
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "member",
"variableType" : "EntityDescription",
"documentation" : "",
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EntityDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EntityDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Descriptions",
"sensitive" : false,
"setterDocumentation" : "An array of descriptions for the specified entities.
\n@param descriptions An array of descriptions for the specified entities.",
"setterMethodName" : "setDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "descriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "descriptions",
"variableType" : "java.util.List",
"documentation" : "An array of descriptions for the specified entities.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Descriptions" : {
"beanStyleGetterMethodName" : "getDescriptions",
"beanStyleSetterMethodName" : "setDescriptions",
"c2jName" : "descriptions",
"c2jShape" : "EntityDescriptions",
"defaultConsumerFluentSetterDocumentation" : "An array of descriptions for the specified entities.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #descriptions(List)}.\n@param descriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descriptions(List)",
"deprecated" : false,
"documentation" : "An array of descriptions for the specified entities.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "descriptions",
"fluentSetterDocumentation" : "An array of descriptions for the specified entities.
\n@param descriptions An array of descriptions for the specified entities.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "descriptions",
"getterDocumentation" : "An array of descriptions for the specified entities.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of descriptions for the specified entities.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "descriptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "descriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityDescription.Builder} avoiding the need to create one manually via {@link EntityDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EntityDescription)}.\n@param member a consumer that will call methods on {@link EntityDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityDescription)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EntityDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "member",
"variableType" : "EntityDescription",
"documentation" : null,
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "member",
"variableType" : "EntityDescription",
"documentation" : "",
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EntityDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EntityDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Descriptions",
"sensitive" : false,
"setterDocumentation" : "An array of descriptions for the specified entities.
\n@param descriptions An array of descriptions for the specified entities.",
"setterMethodName" : "setDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "descriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "descriptions",
"variableType" : "java.util.List",
"documentation" : "An array of descriptions for the specified entities.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDescriptions",
"beanStyleSetterMethodName" : "setDescriptions",
"c2jName" : "descriptions",
"c2jShape" : "EntityDescriptions",
"defaultConsumerFluentSetterDocumentation" : "An array of descriptions for the specified entities.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #descriptions(List)}.\n@param descriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descriptions(List)",
"deprecated" : false,
"documentation" : "An array of descriptions for the specified entities.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "descriptions",
"fluentSetterDocumentation" : "An array of descriptions for the specified entities.
\n@param descriptions An array of descriptions for the specified entities.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "descriptions",
"getterDocumentation" : "An array of descriptions for the specified entities.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of descriptions for the specified entities.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "descriptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "descriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EntityDescription.Builder} avoiding the need to create one manually via {@link EntityDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EntityDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EntityDescription)}.\n@param member a consumer that will call methods on {@link EntityDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EntityDescription)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EntityDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "member",
"variableType" : "EntityDescription",
"documentation" : null,
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EntityDescription",
"variableName" : "member",
"variableType" : "EntityDescription",
"documentation" : "",
"simpleType" : "EntityDescription",
"variableSetterType" : "EntityDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EntityDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EntityDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Descriptions",
"sensitive" : false,
"setterDocumentation" : "An array of descriptions for the specified entities.
\n@param descriptions An array of descriptions for the specified entities.",
"setterMethodName" : "setDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "descriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "descriptions",
"variableType" : "java.util.List",
"documentation" : "An array of descriptions for the specified entities.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetEntitiesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetEntitiesResponse",
"variableName" : "getEntitiesResponse",
"variableType" : "GetEntitiesResponse",
"documentation" : null,
"simpleType" : "GetEntitiesResponse",
"variableSetterType" : "GetEntitiesResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetFlowTemplateRequest" : {
"c2jName" : "GetFlowTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetFlowTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetFlowTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The number of the workflow revision to retrieve.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The number of the workflow revision to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The number of the workflow revision to retrieve.
\n@param revisionNumber The number of the workflow revision to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The number of the workflow revision to retrieve.
\n@return The number of the workflow revision to retrieve.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The number of the workflow revision to retrieve.
\n@param revisionNumber The number of the workflow revision to retrieve.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The number of the workflow revision to retrieve.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RevisionNumber" : {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The number of the workflow revision to retrieve.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The number of the workflow revision to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The number of the workflow revision to retrieve.
\n@param revisionNumber The number of the workflow revision to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The number of the workflow revision to retrieve.
\n@return The number of the workflow revision to retrieve.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The number of the workflow revision to retrieve.
\n@param revisionNumber The number of the workflow revision to retrieve.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The number of the workflow revision to retrieve.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The number of the workflow revision to retrieve.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The number of the workflow revision to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The number of the workflow revision to retrieve.
\n@param revisionNumber The number of the workflow revision to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The number of the workflow revision to retrieve.
\n@return The number of the workflow revision to retrieve.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The number of the workflow revision to retrieve.
\n@param revisionNumber The number of the workflow revision to retrieve.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The number of the workflow revision to retrieve.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "GetFlowTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetFlowTemplateRequest",
"variableName" : "getFlowTemplateRequest",
"variableType" : "GetFlowTemplateRequest",
"documentation" : null,
"simpleType" : "GetFlowTemplateRequest",
"variableSetterType" : "GetFlowTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetFlowTemplateResponse" : {
"c2jName" : "GetFlowTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "FlowTemplateDescription",
"defaultConsumerFluentSetterDocumentation" : "The object that describes the specified workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateDescription.Builder} avoiding the need to create one manually via {@link FlowTemplateDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateDescription.Builder#build()} is called immediately and its result is passed to {@link #description(FlowTemplateDescription)}.\n@param description a consumer that will call methods on {@link FlowTemplateDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(FlowTemplateDescription)",
"deprecated" : false,
"documentation" : "The object that describes the specified workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The object that describes the specified workflow.
\n@param description The object that describes the specified workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The object that describes the specified workflow.
\n@return The object that describes the specified workflow.",
"getterModel" : {
"returnType" : "FlowTemplateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The object that describes the specified workflow.
\n@param description The object that describes the specified workflow.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "description",
"variableType" : "FlowTemplateDescription",
"documentation" : null,
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "description",
"variableType" : "FlowTemplateDescription",
"documentation" : "The object that describes the specified workflow.
",
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "FlowTemplateDescription",
"defaultConsumerFluentSetterDocumentation" : "The object that describes the specified workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateDescription.Builder} avoiding the need to create one manually via {@link FlowTemplateDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateDescription.Builder#build()} is called immediately and its result is passed to {@link #description(FlowTemplateDescription)}.\n@param description a consumer that will call methods on {@link FlowTemplateDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(FlowTemplateDescription)",
"deprecated" : false,
"documentation" : "The object that describes the specified workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The object that describes the specified workflow.
\n@param description The object that describes the specified workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The object that describes the specified workflow.
\n@return The object that describes the specified workflow.",
"getterModel" : {
"returnType" : "FlowTemplateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The object that describes the specified workflow.
\n@param description The object that describes the specified workflow.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "description",
"variableType" : "FlowTemplateDescription",
"documentation" : null,
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "description",
"variableType" : "FlowTemplateDescription",
"documentation" : "The object that describes the specified workflow.
",
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "FlowTemplateDescription",
"defaultConsumerFluentSetterDocumentation" : "The object that describes the specified workflow.
\nThis is a convenience that creates an instance of the {@link FlowTemplateDescription.Builder} avoiding the need to create one manually via {@link FlowTemplateDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateDescription.Builder#build()} is called immediately and its result is passed to {@link #description(FlowTemplateDescription)}.\n@param description a consumer that will call methods on {@link FlowTemplateDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(FlowTemplateDescription)",
"deprecated" : false,
"documentation" : "The object that describes the specified workflow.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The object that describes the specified workflow.
\n@param description The object that describes the specified workflow.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The object that describes the specified workflow.
\n@return The object that describes the specified workflow.",
"getterModel" : {
"returnType" : "FlowTemplateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The object that describes the specified workflow.
\n@param description The object that describes the specified workflow.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "description",
"variableType" : "FlowTemplateDescription",
"documentation" : null,
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateDescription",
"variableName" : "description",
"variableType" : "FlowTemplateDescription",
"documentation" : "The object that describes the specified workflow.
",
"simpleType" : "FlowTemplateDescription",
"variableSetterType" : "FlowTemplateDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetFlowTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetFlowTemplateResponse",
"variableName" : "getFlowTemplateResponse",
"variableType" : "GetFlowTemplateResponse",
"documentation" : null,
"simpleType" : "GetFlowTemplateResponse",
"variableSetterType" : "GetFlowTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetFlowTemplateRevisionsRequest" : {
"c2jName" : "GetFlowTemplateRevisionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetFlowTemplateRevisions",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetFlowTemplateRevisions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@return The string that specifies the next page of results. Use this when you're paginating results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return in the response.
\n@return The maximum number of results to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return in the response.
\n@return The maximum number of results to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@return The string that specifies the next page of results. Use this when you're paginating results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@return The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
\n@param id The ID of the workflow. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@return The string that specifies the next page of results. Use this when you're paginating results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return in the response.
\n@return The maximum number of results to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "GetFlowTemplateRevisionsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetFlowTemplateRevisionsRequest",
"variableName" : "getFlowTemplateRevisionsRequest",
"variableType" : "GetFlowTemplateRevisionsRequest",
"documentation" : null,
"simpleType" : "GetFlowTemplateRevisionsRequest",
"variableSetterType" : "GetFlowTemplateRevisionsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetFlowTemplateRevisionsResponse" : {
"c2jName" : "GetFlowTemplateRevisionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummaries",
"beanStyleSetterMethodName" : "setSummaries",
"c2jName" : "summaries",
"c2jShape" : "FlowTemplateSummaries",
"defaultConsumerFluentSetterDocumentation" : "An array of objects that provide summary data about each revision.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)",
"deprecated" : false,
"documentation" : "An array of objects that provide summary data about each revision.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summaries",
"fluentSetterDocumentation" : "An array of objects that provide summary data about each revision.
\n@param summaries An array of objects that provide summary data about each revision.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summaries",
"getterDocumentation" : "An array of objects that provide summary data about each revision.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of objects that provide summary data about each revision.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "member",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "member",
"variableType" : "FlowTemplateSummary",
"documentation" : "",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "FlowTemplateSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "FlowTemplateSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Summaries",
"sensitive" : false,
"setterDocumentation" : "An array of objects that provide summary data about each revision.
\n@param summaries An array of objects that provide summary data about each revision.",
"setterMethodName" : "setSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : "An array of objects that provide summary data about each revision.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@return The string to specify as nextToken
when you request the next page of results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@return The string to specify as nextToken
when you request the next page of results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Summaries" : {
"beanStyleGetterMethodName" : "getSummaries",
"beanStyleSetterMethodName" : "setSummaries",
"c2jName" : "summaries",
"c2jShape" : "FlowTemplateSummaries",
"defaultConsumerFluentSetterDocumentation" : "An array of objects that provide summary data about each revision.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)",
"deprecated" : false,
"documentation" : "An array of objects that provide summary data about each revision.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summaries",
"fluentSetterDocumentation" : "An array of objects that provide summary data about each revision.
\n@param summaries An array of objects that provide summary data about each revision.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summaries",
"getterDocumentation" : "An array of objects that provide summary data about each revision.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of objects that provide summary data about each revision.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "member",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "member",
"variableType" : "FlowTemplateSummary",
"documentation" : "",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "FlowTemplateSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "FlowTemplateSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Summaries",
"sensitive" : false,
"setterDocumentation" : "An array of objects that provide summary data about each revision.
\n@param summaries An array of objects that provide summary data about each revision.",
"setterMethodName" : "setSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : "An array of objects that provide summary data about each revision.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummaries",
"beanStyleSetterMethodName" : "setSummaries",
"c2jName" : "summaries",
"c2jShape" : "FlowTemplateSummaries",
"defaultConsumerFluentSetterDocumentation" : "An array of objects that provide summary data about each revision.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)",
"deprecated" : false,
"documentation" : "An array of objects that provide summary data about each revision.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summaries",
"fluentSetterDocumentation" : "An array of objects that provide summary data about each revision.
\n@param summaries An array of objects that provide summary data about each revision.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summaries",
"getterDocumentation" : "An array of objects that provide summary data about each revision.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of objects that provide summary data about each revision.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FlowTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FlowTemplateSummary.Builder} avoiding the need to create one manually via {@link FlowTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link FlowTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(FlowTemplateSummary)}.\n@param member a consumer that will call methods on {@link FlowTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FlowTemplateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "FlowTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "member",
"variableType" : "FlowTemplateSummary",
"documentation" : null,
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FlowTemplateSummary",
"variableName" : "member",
"variableType" : "FlowTemplateSummary",
"documentation" : "",
"simpleType" : "FlowTemplateSummary",
"variableSetterType" : "FlowTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "FlowTemplateSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "FlowTemplateSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Summaries",
"sensitive" : false,
"setterDocumentation" : "An array of objects that provide summary data about each revision.
\n@param summaries An array of objects that provide summary data about each revision.",
"setterMethodName" : "setSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : "An array of objects that provide summary data about each revision.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@return The string to specify as nextToken
when you request the next page of results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetFlowTemplateRevisionsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetFlowTemplateRevisionsResponse",
"variableName" : "getFlowTemplateRevisionsResponse",
"variableType" : "GetFlowTemplateRevisionsResponse",
"documentation" : null,
"simpleType" : "GetFlowTemplateRevisionsResponse",
"variableSetterType" : "GetFlowTemplateRevisionsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetNamespaceDeletionStatusRequest" : {
"c2jName" : "GetNamespaceDeletionStatusRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetNamespaceDeletionStatus",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetNamespaceDeletionStatus",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetNamespaceDeletionStatusRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetNamespaceDeletionStatusRequest",
"variableName" : "getNamespaceDeletionStatusRequest",
"variableType" : "GetNamespaceDeletionStatusRequest",
"documentation" : null,
"simpleType" : "GetNamespaceDeletionStatusRequest",
"variableSetterType" : "GetNamespaceDeletionStatusRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetNamespaceDeletionStatusResponse" : {
"c2jName" : "GetNamespaceDeletionStatusResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace that is 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace that is being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace that is being deleted.
\n@param namespaceArn The ARN of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace that is being deleted.
\n@return The ARN of the namespace that is 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" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace that is being deleted.
\n@param namespaceArn The ARN of the namespace that is being deleted.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace that is being deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace that is 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace that is being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace that is being deleted.
\n@param namespaceName The name of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace that is being deleted.
\n@return The name of the namespace that is 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" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace that is being deleted.
\n@param namespaceName The name of the namespace that is being deleted.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace that is being deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "NamespaceDeletionStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the deletion request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the deletion request.
",
"endpointDiscoveryId" : false,
"enumType" : "NamespaceDeletionStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the deletion request.
\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the deletion request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link NamespaceDeletionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the deletion request.\n@see NamespaceDeletionStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the deletion request.
\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the deletion request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getErrorCodeAsString",
"beanStyleSetterMethodName" : "setErrorCode",
"c2jName" : "errorCode",
"c2jShape" : "NamespaceDeletionStatusErrorCodes",
"defaultConsumerFluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCodeAsString(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)",
"deprecated" : false,
"documentation" : "An error code returned by the namespace deletion task.
",
"endpointDiscoveryId" : false,
"enumType" : "NamespaceDeletionStatusErrorCodes",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "errorCode",
"fluentEnumSetterMethodName" : "errorCode",
"fluentGetterMethodName" : "errorCodeAsString",
"fluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatusErrorCodes",
"fluentSetterMethodName" : "errorCode",
"getterDocumentation" : "An error code returned by the namespace deletion task.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #errorCode} will return {@link NamespaceDeletionStatusErrorCodes#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #errorCodeAsString}.\n
\n@return An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorCode",
"sensitive" : false,
"setterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes",
"setterMethodName" : "setErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : "An error code returned by the namespace deletion task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getErrorMessage",
"beanStyleSetterMethodName" : "setErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)",
"deprecated" : false,
"documentation" : "An error code returned by the namespace deletion task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorMessage",
"fluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorMessage An error code returned by the namespace deletion task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorMessage",
"getterDocumentation" : "An error code returned by the namespace deletion task.
\n@return An error code returned by the namespace deletion task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorMessage",
"sensitive" : false,
"setterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorMessage An error code returned by the namespace deletion task.",
"setterMethodName" : "setErrorMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : "An error code returned by the namespace deletion task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ErrorCode" : {
"beanStyleGetterMethodName" : "getErrorCodeAsString",
"beanStyleSetterMethodName" : "setErrorCode",
"c2jName" : "errorCode",
"c2jShape" : "NamespaceDeletionStatusErrorCodes",
"defaultConsumerFluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCodeAsString(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)",
"deprecated" : false,
"documentation" : "An error code returned by the namespace deletion task.
",
"endpointDiscoveryId" : false,
"enumType" : "NamespaceDeletionStatusErrorCodes",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "errorCode",
"fluentEnumSetterMethodName" : "errorCode",
"fluentGetterMethodName" : "errorCodeAsString",
"fluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatusErrorCodes",
"fluentSetterMethodName" : "errorCode",
"getterDocumentation" : "An error code returned by the namespace deletion task.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #errorCode} will return {@link NamespaceDeletionStatusErrorCodes#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #errorCodeAsString}.\n
\n@return An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorCode",
"sensitive" : false,
"setterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes",
"setterMethodName" : "setErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : "An error code returned by the namespace deletion task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ErrorMessage" : {
"beanStyleGetterMethodName" : "getErrorMessage",
"beanStyleSetterMethodName" : "setErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)",
"deprecated" : false,
"documentation" : "An error code returned by the namespace deletion task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorMessage",
"fluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorMessage An error code returned by the namespace deletion task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorMessage",
"getterDocumentation" : "An error code returned by the namespace deletion task.
\n@return An error code returned by the namespace deletion task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorMessage",
"sensitive" : false,
"setterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorMessage An error code returned by the namespace deletion task.",
"setterMethodName" : "setErrorMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : "An error code returned by the namespace deletion task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceArn" : {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace that is 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace that is being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace that is being deleted.
\n@param namespaceArn The ARN of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace that is being deleted.
\n@return The ARN of the namespace that is 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" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace that is being deleted.
\n@param namespaceArn The ARN of the namespace that is being deleted.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace that is being deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NamespaceName" : {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace that is 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace that is being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace that is being deleted.
\n@param namespaceName The name of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace that is being deleted.
\n@return The name of the namespace that is 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" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace that is being deleted.
\n@param namespaceName The name of the namespace that is being deleted.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace that is being deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "NamespaceDeletionStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the deletion request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the deletion request.
",
"endpointDiscoveryId" : false,
"enumType" : "NamespaceDeletionStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the deletion request.
\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the deletion request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link NamespaceDeletionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the deletion request.\n@see NamespaceDeletionStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the deletion request.
\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the deletion request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNamespaceArn",
"beanStyleSetterMethodName" : "setNamespaceArn",
"c2jName" : "namespaceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the namespace that is 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 #namespaceArn(String)}.\n@param namespaceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the namespace that is being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceArn",
"fluentSetterDocumentation" : "The ARN of the namespace that is being deleted.
\n@param namespaceArn The ARN of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceArn",
"getterDocumentation" : "The ARN of the namespace that is being deleted.
\n@return The ARN of the namespace that is 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" : "namespaceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the namespace that is being deleted.
\n@param namespaceArn The ARN of the namespace that is being deleted.",
"setterMethodName" : "setNamespaceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceArn",
"variableType" : "String",
"documentation" : "The ARN of the namespace that is being deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNamespaceName",
"beanStyleSetterMethodName" : "setNamespaceName",
"c2jName" : "namespaceName",
"c2jShape" : "NamespaceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the namespace that is 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 #namespaceName(String)}.\n@param namespaceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespaceName(String)",
"deprecated" : false,
"documentation" : "The name of the namespace that is being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespaceName",
"fluentSetterDocumentation" : "The name of the namespace that is being deleted.
\n@param namespaceName The name of the namespace that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespaceName",
"getterDocumentation" : "The name of the namespace that is being deleted.
\n@return The name of the namespace that is 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" : "namespaceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "namespaceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NamespaceName",
"sensitive" : false,
"setterDocumentation" : "The name of the namespace that is being deleted.
\n@param namespaceName The name of the namespace that is being deleted.",
"setterMethodName" : "setNamespaceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespaceName",
"variableType" : "String",
"documentation" : "The name of the namespace that is being deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "NamespaceDeletionStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the deletion request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the deletion request.
",
"endpointDiscoveryId" : false,
"enumType" : "NamespaceDeletionStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the deletion request.
\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the deletion request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link NamespaceDeletionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the deletion request.\n@see NamespaceDeletionStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the deletion request.
\n@param status The status of the deletion request.\n@see NamespaceDeletionStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the deletion request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getErrorCodeAsString",
"beanStyleSetterMethodName" : "setErrorCode",
"c2jName" : "errorCode",
"c2jShape" : "NamespaceDeletionStatusErrorCodes",
"defaultConsumerFluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCodeAsString(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)",
"deprecated" : false,
"documentation" : "An error code returned by the namespace deletion task.
",
"endpointDiscoveryId" : false,
"enumType" : "NamespaceDeletionStatusErrorCodes",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "errorCode",
"fluentEnumSetterMethodName" : "errorCode",
"fluentGetterMethodName" : "errorCodeAsString",
"fluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes\n@return Returns a reference to this object so that method calls can be chained together.\n@see NamespaceDeletionStatusErrorCodes",
"fluentSetterMethodName" : "errorCode",
"getterDocumentation" : "An error code returned by the namespace deletion task.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #errorCode} will return {@link NamespaceDeletionStatusErrorCodes#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #errorCodeAsString}.\n
\n@return An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorCode",
"sensitive" : false,
"setterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorCode An error code returned by the namespace deletion task.\n@see NamespaceDeletionStatusErrorCodes",
"setterMethodName" : "setErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : "An error code returned by the namespace deletion task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getErrorMessage",
"beanStyleSetterMethodName" : "setErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)",
"deprecated" : false,
"documentation" : "An error code returned by the namespace deletion task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorMessage",
"fluentSetterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorMessage An error code returned by the namespace deletion task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorMessage",
"getterDocumentation" : "An error code returned by the namespace deletion task.
\n@return An error code returned by the namespace deletion task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorMessage",
"sensitive" : false,
"setterDocumentation" : "An error code returned by the namespace deletion task.
\n@param errorMessage An error code returned by the namespace deletion task.",
"setterMethodName" : "setErrorMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : "An error code returned by the namespace deletion task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetNamespaceDeletionStatusResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetNamespaceDeletionStatusResponse",
"variableName" : "getNamespaceDeletionStatusResponse",
"variableType" : "GetNamespaceDeletionStatusResponse",
"documentation" : null,
"simpleType" : "GetNamespaceDeletionStatusResponse",
"variableSetterType" : "GetNamespaceDeletionStatusResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSystemInstanceRequest" : {
"c2jName" : "GetSystemInstanceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSystemInstance",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetSystemInstance",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@return The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
\n@param id The ID of the system deployment instance. This value is returned by CreateSystemInstance
. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system deployment instance. This value is returned by CreateSystemInstance
.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "GetSystemInstanceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSystemInstanceRequest",
"variableName" : "getSystemInstanceRequest",
"variableType" : "GetSystemInstanceRequest",
"documentation" : null,
"simpleType" : "GetSystemInstanceRequest",
"variableSetterType" : "GetSystemInstanceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSystemInstanceResponse" : {
"c2jName" : "GetSystemInstanceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "SystemInstanceDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the system instance.
\nThis is a convenience that creates an instance of the {@link SystemInstanceDescription.Builder} avoiding the need to create one manually via {@link SystemInstanceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceDescription.Builder#build()} is called immediately and its result is passed to {@link #description(SystemInstanceDescription)}.\n@param description a consumer that will call methods on {@link SystemInstanceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(SystemInstanceDescription)",
"deprecated" : false,
"documentation" : "An object that describes the system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "An object that describes the system instance.
\n@param description An object that describes the system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "An object that describes the system instance.
\n@return An object that describes the system instance.",
"getterModel" : {
"returnType" : "SystemInstanceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "An object that describes the system instance.
\n@param description An object that describes the system instance.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceDescription",
"variableName" : "description",
"variableType" : "SystemInstanceDescription",
"documentation" : null,
"simpleType" : "SystemInstanceDescription",
"variableSetterType" : "SystemInstanceDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceDescription",
"variableName" : "description",
"variableType" : "SystemInstanceDescription",
"documentation" : "An object that describes the system instance.
",
"simpleType" : "SystemInstanceDescription",
"variableSetterType" : "SystemInstanceDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "SystemInstanceDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the system instance.
\nThis is a convenience that creates an instance of the {@link SystemInstanceDescription.Builder} avoiding the need to create one manually via {@link SystemInstanceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceDescription.Builder#build()} is called immediately and its result is passed to {@link #description(SystemInstanceDescription)}.\n@param description a consumer that will call methods on {@link SystemInstanceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(SystemInstanceDescription)",
"deprecated" : false,
"documentation" : "An object that describes the system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "An object that describes the system instance.
\n@param description An object that describes the system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "An object that describes the system instance.
\n@return An object that describes the system instance.",
"getterModel" : {
"returnType" : "SystemInstanceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "An object that describes the system instance.
\n@param description An object that describes the system instance.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceDescription",
"variableName" : "description",
"variableType" : "SystemInstanceDescription",
"documentation" : null,
"simpleType" : "SystemInstanceDescription",
"variableSetterType" : "SystemInstanceDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceDescription",
"variableName" : "description",
"variableType" : "SystemInstanceDescription",
"documentation" : "An object that describes the system instance.
",
"simpleType" : "SystemInstanceDescription",
"variableSetterType" : "SystemInstanceDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "SystemInstanceDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the system instance.
\nThis is a convenience that creates an instance of the {@link SystemInstanceDescription.Builder} avoiding the need to create one manually via {@link SystemInstanceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemInstanceDescription.Builder#build()} is called immediately and its result is passed to {@link #description(SystemInstanceDescription)}.\n@param description a consumer that will call methods on {@link SystemInstanceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(SystemInstanceDescription)",
"deprecated" : false,
"documentation" : "An object that describes the system instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "An object that describes the system instance.
\n@param description An object that describes the system instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "An object that describes the system instance.
\n@return An object that describes the system instance.",
"getterModel" : {
"returnType" : "SystemInstanceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "An object that describes the system instance.
\n@param description An object that describes the system instance.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "SystemInstanceDescription",
"variableName" : "description",
"variableType" : "SystemInstanceDescription",
"documentation" : null,
"simpleType" : "SystemInstanceDescription",
"variableSetterType" : "SystemInstanceDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemInstanceDescription",
"variableName" : "description",
"variableType" : "SystemInstanceDescription",
"documentation" : "An object that describes the system instance.
",
"simpleType" : "SystemInstanceDescription",
"variableSetterType" : "SystemInstanceDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSystemInstanceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSystemInstanceResponse",
"variableName" : "getSystemInstanceResponse",
"variableType" : "GetSystemInstanceResponse",
"documentation" : null,
"simpleType" : "GetSystemInstanceResponse",
"variableSetterType" : "GetSystemInstanceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSystemTemplateRequest" : {
"c2jName" : "GetSystemTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSystemTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetSystemTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The number that specifies the revision of the system to get.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The number that specifies the revision of the system to get.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The number that specifies the revision of the system to get.
\n@param revisionNumber The number that specifies the revision of the system to get.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The number that specifies the revision of the system to get.
\n@return The number that specifies the revision of the system to get.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The number that specifies the revision of the system to get.
\n@param revisionNumber The number that specifies the revision of the system to get.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The number that specifies the revision of the system to get.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RevisionNumber" : {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The number that specifies the revision of the system to get.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The number that specifies the revision of the system to get.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The number that specifies the revision of the system to get.
\n@param revisionNumber The number that specifies the revision of the system to get.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The number that specifies the revision of the system to get.
\n@return The number that specifies the revision of the system to get.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The number that specifies the revision of the system to get.
\n@param revisionNumber The number that specifies the revision of the system to get.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The number that specifies the revision of the system to get.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRevisionNumber",
"beanStyleSetterMethodName" : "setRevisionNumber",
"c2jName" : "revisionNumber",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The number that specifies the revision of the system to get.
\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 #revisionNumber(Long)}.\n@param revisionNumber 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 #revisionNumber(Long)",
"deprecated" : false,
"documentation" : "The number that specifies the revision of the system to get.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "revisionNumber",
"fluentSetterDocumentation" : "The number that specifies the revision of the system to get.
\n@param revisionNumber The number that specifies the revision of the system to get.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "revisionNumber",
"getterDocumentation" : "The number that specifies the revision of the system to get.
\n@return The number that specifies the revision of the system to get.",
"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" : "revisionNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "revisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "RevisionNumber",
"sensitive" : false,
"setterDocumentation" : "The number that specifies the revision of the system to get.
\n@param revisionNumber The number that specifies the revision of the system to get.",
"setterMethodName" : "setRevisionNumber",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "revisionNumber",
"variableType" : "Long",
"documentation" : "The number that specifies the revision of the system to get.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "GetSystemTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSystemTemplateRequest",
"variableName" : "getSystemTemplateRequest",
"variableType" : "GetSystemTemplateRequest",
"documentation" : null,
"simpleType" : "GetSystemTemplateRequest",
"variableSetterType" : "GetSystemTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSystemTemplateResponse" : {
"c2jName" : "GetSystemTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "SystemTemplateDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary data about the system.
\nThis is a convenience that creates an instance of the {@link SystemTemplateDescription.Builder} avoiding the need to create one manually via {@link SystemTemplateDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateDescription.Builder#build()} is called immediately and its result is passed to {@link #description(SystemTemplateDescription)}.\n@param description a consumer that will call methods on {@link SystemTemplateDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(SystemTemplateDescription)",
"deprecated" : false,
"documentation" : "An object that contains summary data about the system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "An object that contains summary data about the system.
\n@param description An object that contains summary data about the system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "An object that contains summary data about the system.
\n@return An object that contains summary data about the system.",
"getterModel" : {
"returnType" : "SystemTemplateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary data about the system.
\n@param description An object that contains summary data about the system.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateDescription",
"variableName" : "description",
"variableType" : "SystemTemplateDescription",
"documentation" : null,
"simpleType" : "SystemTemplateDescription",
"variableSetterType" : "SystemTemplateDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateDescription",
"variableName" : "description",
"variableType" : "SystemTemplateDescription",
"documentation" : "An object that contains summary data about the system.
",
"simpleType" : "SystemTemplateDescription",
"variableSetterType" : "SystemTemplateDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "SystemTemplateDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary data about the system.
\nThis is a convenience that creates an instance of the {@link SystemTemplateDescription.Builder} avoiding the need to create one manually via {@link SystemTemplateDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateDescription.Builder#build()} is called immediately and its result is passed to {@link #description(SystemTemplateDescription)}.\n@param description a consumer that will call methods on {@link SystemTemplateDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(SystemTemplateDescription)",
"deprecated" : false,
"documentation" : "An object that contains summary data about the system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "An object that contains summary data about the system.
\n@param description An object that contains summary data about the system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "An object that contains summary data about the system.
\n@return An object that contains summary data about the system.",
"getterModel" : {
"returnType" : "SystemTemplateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary data about the system.
\n@param description An object that contains summary data about the system.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateDescription",
"variableName" : "description",
"variableType" : "SystemTemplateDescription",
"documentation" : null,
"simpleType" : "SystemTemplateDescription",
"variableSetterType" : "SystemTemplateDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateDescription",
"variableName" : "description",
"variableType" : "SystemTemplateDescription",
"documentation" : "An object that contains summary data about the system.
",
"simpleType" : "SystemTemplateDescription",
"variableSetterType" : "SystemTemplateDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "SystemTemplateDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that contains summary data about the system.
\nThis is a convenience that creates an instance of the {@link SystemTemplateDescription.Builder} avoiding the need to create one manually via {@link SystemTemplateDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateDescription.Builder#build()} is called immediately and its result is passed to {@link #description(SystemTemplateDescription)}.\n@param description a consumer that will call methods on {@link SystemTemplateDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(SystemTemplateDescription)",
"deprecated" : false,
"documentation" : "An object that contains summary data about the system.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "An object that contains summary data about the system.
\n@param description An object that contains summary data about the system.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "An object that contains summary data about the system.
\n@return An object that contains summary data about the system.",
"getterModel" : {
"returnType" : "SystemTemplateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "An object that contains summary data about the system.
\n@param description An object that contains summary data about the system.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateDescription",
"variableName" : "description",
"variableType" : "SystemTemplateDescription",
"documentation" : null,
"simpleType" : "SystemTemplateDescription",
"variableSetterType" : "SystemTemplateDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateDescription",
"variableName" : "description",
"variableType" : "SystemTemplateDescription",
"documentation" : "An object that contains summary data about the system.
",
"simpleType" : "SystemTemplateDescription",
"variableSetterType" : "SystemTemplateDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSystemTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSystemTemplateResponse",
"variableName" : "getSystemTemplateResponse",
"variableType" : "GetSystemTemplateResponse",
"documentation" : null,
"simpleType" : "GetSystemTemplateResponse",
"variableSetterType" : "GetSystemTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSystemTemplateRevisionsRequest" : {
"c2jName" : "GetSystemTemplateRevisionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSystemTemplateRevisions",
"locationName" : null,
"requestUri" : "/",
"target" : "IotThingsGraphFrontEndService.GetSystemTemplateRevisions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@return The string that specifies the next page of results. Use this when you're paginating results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return in the response.
\n@return The maximum number of results to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return in the response.
\n@return The maximum number of results to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@return The string that specifies the next page of results. Use this when you're paginating results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "id",
"c2jShape" : "Urn",
"defaultConsumerFluentSetterDocumentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@return The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
\n@param id The ID of the system template. The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@return The string that specifies the next page of results. Use this when you're paginating results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string that specifies the next page of results. Use this when you're paginating results.
\n@param nextToken The string that specifies the next page of results. Use this when you're paginating results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string that specifies the next page of results. Use this when you're paginating results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return in the response.
\n@return The maximum number of results to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return in the response.
\n@param maxResults The maximum number of results to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "id" ],
"shapeName" : "GetSystemTemplateRevisionsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSystemTemplateRevisionsRequest",
"variableName" : "getSystemTemplateRevisionsRequest",
"variableType" : "GetSystemTemplateRevisionsRequest",
"documentation" : null,
"simpleType" : "GetSystemTemplateRevisionsRequest",
"variableSetterType" : "GetSystemTemplateRevisionsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSystemTemplateRevisionsResponse" : {
"c2jName" : "GetSystemTemplateRevisionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSummaries",
"beanStyleSetterMethodName" : "setSummaries",
"c2jName" : "summaries",
"c2jShape" : "SystemTemplateSummaries",
"defaultConsumerFluentSetterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)",
"deprecated" : false,
"documentation" : "An array of objects that contain summary data about the system template revisions.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summaries",
"fluentSetterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\n@param summaries An array of objects that contain summary data about the system template revisions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summaries",
"getterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of objects that contain summary data about the system template revisions.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SystemTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "SystemTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "member",
"variableType" : "SystemTemplateSummary",
"documentation" : null,
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "member",
"variableType" : "SystemTemplateSummary",
"documentation" : "",
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SystemTemplateSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SystemTemplateSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Summaries",
"sensitive" : false,
"setterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\n@param summaries An array of objects that contain summary data about the system template revisions.",
"setterMethodName" : "setSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : "An array of objects that contain summary data about the system template revisions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@return The string to specify as nextToken
when you request the next page of results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@return The string to specify as nextToken
when you request the next page of results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The string to specify as nextToken
when you request the next page of results.
\n@param nextToken The string to specify as nextToken
when you request the next page of results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The string to specify as nextToken
when you request the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Summaries" : {
"beanStyleGetterMethodName" : "getSummaries",
"beanStyleSetterMethodName" : "setSummaries",
"c2jName" : "summaries",
"c2jShape" : "SystemTemplateSummaries",
"defaultConsumerFluentSetterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)",
"deprecated" : false,
"documentation" : "An array of objects that contain summary data about the system template revisions.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "summaries",
"fluentSetterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\n@param summaries An array of objects that contain summary data about the system template revisions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "summaries",
"getterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of objects that contain summary data about the system template revisions.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "summaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "summaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SystemTemplateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SystemTemplateSummary.Builder} avoiding the need to create one manually via {@link SystemTemplateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link SystemTemplateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(SystemTemplateSummary)}.\n@param member a consumer that will call methods on {@link SystemTemplateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SystemTemplateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "SystemTemplateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "member",
"variableType" : "SystemTemplateSummary",
"documentation" : null,
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SystemTemplateSummary",
"variableName" : "member",
"variableType" : "SystemTemplateSummary",
"documentation" : "",
"simpleType" : "SystemTemplateSummary",
"variableSetterType" : "SystemTemplateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SystemTemplateSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SystemTemplateSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Summaries",
"sensitive" : false,
"setterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\n@param summaries An array of objects that contain summary data about the system template revisions.",
"setterMethodName" : "setSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "summaries",
"variableType" : "java.util.List",
"documentation" : "An array of objects that contain summary data about the system template revisions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSummaries",
"beanStyleSetterMethodName" : "setSummaries",
"c2jName" : "summaries",
"c2jShape" : "SystemTemplateSummaries",
"defaultConsumerFluentSetterDocumentation" : "An array of objects that contain summary data about the system template revisions.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #summaries(List)}.\n@param summaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summaries(List)",
"deprecated" : false,
"documentation" : "