
models.models.lex-2017-04-19-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" : [ "getBots", "getBuiltinIntents", "getBuiltinSlotTypes", "getIntents", "getSlotTypes" ]
},
"metadata" : {
"apiVersion" : "2017-04-19",
"asyncBuilder" : "DefaultLexModelBuildingAsyncClientBuilder",
"asyncBuilderInterface" : "LexModelBuildingAsyncClientBuilder",
"asyncClient" : "DefaultLexModelBuildingAsyncClient",
"asyncInterface" : "LexModelBuildingAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultLexModelBuildingBaseClientBuilder",
"baseBuilderInterface" : "LexModelBuildingBaseClientBuilder",
"baseExceptionName" : "LexModelBuildingException",
"baseRequestName" : "LexModelBuildingRequest",
"baseResponseName" : "LexModelBuildingResponse",
"cborProtocol" : false,
"clientPackageName" : "lexmodelbuilding",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Lex Model Building Service",
"documentation" : "Amazon Lex Build-Time Actions Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications.
",
"endpointPrefix" : "models.lex",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.lexmodelbuilding",
"fullModelPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.lexmodelbuilding.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "lexmodelbuilding.model",
"paginatorsPackageName" : "lexmodelbuilding.paginators",
"protocol" : "rest-json",
"requestTransformPackageName" : "lexmodelbuilding.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Lex Model Building Service",
"serviceName" : "LexModelBuilding",
"signingName" : "lex",
"syncBuilder" : "DefaultLexModelBuildingClientBuilder",
"syncBuilderInterface" : "LexModelBuildingClientBuilder",
"syncClient" : "DefaultLexModelBuildingClient",
"syncInterface" : "LexModelBuildingClient",
"transformPackageName" : "lexmodelbuilding.transform",
"uid" : "lex-models-2017-04-19",
"xmlProtocol" : false
},
"operations" : {
"CreateBotVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of the bot based on the $LATEST
version. If the $LATEST
version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It returns the last created version.
You can update only the $LATEST
version of the bot. You can't update the numbered versions that you create with the CreateBotVersion
operation.
When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permission for the lex:CreateBotVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBotVersionRequest",
"variableName" : "createBotVersionRequest",
"variableType" : "CreateBotVersionRequest",
"documentation" : "",
"simpleType" : "CreateBotVersionRequest",
"variableSetterType" : "CreateBotVersionRequest"
},
"methodName" : "createBotVersion",
"operationName" : "CreateBotVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBotVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateBotVersionResponse"
},
"CreateIntentVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of an intent based on the $LATEST
version of the intent. If the $LATEST
version of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a new version. It returns the last version you created.
You can update only the $LATEST
version of the intent. You can't update the numbered versions that you create with the CreateIntentVersion
operation.
When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions to perform the lex:CreateIntentVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateIntentVersionRequest",
"variableName" : "createIntentVersionRequest",
"variableType" : "CreateIntentVersionRequest",
"documentation" : "",
"simpleType" : "CreateIntentVersionRequest",
"variableSetterType" : "CreateIntentVersionRequest"
},
"methodName" : "createIntentVersion",
"operationName" : "CreateIntentVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateIntentVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateIntentVersionResponse"
},
"CreateSlotTypeVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new version of a slot type based on the $LATEST
version of the specified slot type. If the $LATEST
version of this resource has not changed since the last version that you created, Amazon Lex doesn't create a new version. It returns the last version that you created.
You can update only the $LATEST
version of a slot type. You can't update the numbered versions that you create with the CreateSlotTypeVersion
operation.
When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions for the lex:CreateSlotTypeVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSlotTypeVersionRequest",
"variableName" : "createSlotTypeVersionRequest",
"variableType" : "CreateSlotTypeVersionRequest",
"documentation" : "",
"simpleType" : "CreateSlotTypeVersionRequest",
"variableSetterType" : "CreateSlotTypeVersionRequest"
},
"methodName" : "createSlotTypeVersion",
"operationName" : "CreateSlotTypeVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSlotTypeVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateSlotTypeVersionResponse"
},
"DeleteBot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of the bot, including the $LATEST
version. To delete a specific version of the bot, use the DeleteBotVersion operation. The DeleteBot
operation doesn't immediately remove the bot schema. Instead, it is marked for deletion and removed later.
Amazon Lex stores utterances indefinitely for improving the ability of your bot to respond to user inputs. These utterances are not removed when the bot is deleted. To remove the utterances, use the DeleteUtterances operation.
If a bot has an alias, you can't delete it. Instead, the DeleteBot
operation returns a ResourceInUseException
exception that includes a reference to the alias that refers to the bot. To remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring alias until the DeleteBot
operation is successful.
This operation requires permissions for the lex:DeleteBot
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotRequest",
"variableName" : "deleteBotRequest",
"variableType" : "DeleteBotRequest",
"documentation" : "",
"simpleType" : "DeleteBotRequest",
"variableSetterType" : "DeleteBotRequest"
},
"methodName" : "deleteBot",
"operationName" : "DeleteBot",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotResponse"
},
"DeleteBotAlias" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an alias for the specified bot.
You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel association, the DeleteBot
operation returns a ResourceInUseException
exception that includes a reference to the channel association that refers to the bot. You can remove the reference to the alias by deleting the channel association. If you get the same exception again, delete the referring association until the DeleteBotAlias
operation is successful.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotAliasRequest",
"variableName" : "deleteBotAliasRequest",
"variableType" : "DeleteBotAliasRequest",
"documentation" : "",
"simpleType" : "DeleteBotAliasRequest",
"variableSetterType" : "DeleteBotAliasRequest"
},
"methodName" : "deleteBotAlias",
"operationName" : "DeleteBotAlias",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotAliasResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotAliasResponse"
},
"DeleteBotChannelAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the lex:DeleteBotChannelAssociation
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotChannelAssociationRequest",
"variableName" : "deleteBotChannelAssociationRequest",
"variableType" : "DeleteBotChannelAssociationRequest",
"documentation" : "",
"simpleType" : "DeleteBotChannelAssociationRequest",
"variableSetterType" : "DeleteBotChannelAssociationRequest"
},
"methodName" : "deleteBotChannelAssociation",
"operationName" : "DeleteBotChannelAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotChannelAssociationResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotChannelAssociationResponse"
},
"DeleteBotVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
This operation requires permissions for the lex:DeleteBotVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBotVersionRequest",
"variableName" : "deleteBotVersionRequest",
"variableType" : "DeleteBotVersionRequest",
"documentation" : "",
"simpleType" : "DeleteBotVersionRequest",
"variableSetterType" : "DeleteBotVersionRequest"
},
"methodName" : "deleteBotVersion",
"operationName" : "DeleteBotVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBotVersionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBotVersionResponse"
},
"DeleteIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of the intent, including the $LATEST
version. To delete a specific version of the intent, use the DeleteIntentVersion operation.
You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see how-it-works), you must remove those references first.
If you get the ResourceInUseException
exception, it provides an example reference that shows where the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get the same exception when you attempt to delete the intent again, repeat until the intent has no references and the call to DeleteIntent
is successful.
This operation requires permission for the lex:DeleteIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIntentRequest",
"variableName" : "deleteIntentRequest",
"variableType" : "DeleteIntentRequest",
"documentation" : "",
"simpleType" : "DeleteIntentRequest",
"variableSetterType" : "DeleteIntentRequest"
},
"methodName" : "deleteIntent",
"operationName" : "DeleteIntent",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIntentResponse",
"documentation" : null
},
"syncReturnType" : "DeleteIntentResponse"
},
"DeleteIntentVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.
This operation requires permissions for the lex:DeleteIntentVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIntentVersionRequest",
"variableName" : "deleteIntentVersionRequest",
"variableType" : "DeleteIntentVersionRequest",
"documentation" : "",
"simpleType" : "DeleteIntentVersionRequest",
"variableSetterType" : "DeleteIntentVersionRequest"
},
"methodName" : "deleteIntentVersion",
"operationName" : "DeleteIntentVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIntentVersionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteIntentVersionResponse"
},
"DeleteSlotType" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of the slot type, including the $LATEST
version. To delete a specific version of the slot type, use the DeleteSlotTypeVersion operation.
You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first.
If you get the ResourceInUseException
exception, the exception provides an example reference that shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until the slot type has no references and the DeleteSlotType
call is successful.
This operation requires permission for the lex:DeleteSlotType
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSlotTypeRequest",
"variableName" : "deleteSlotTypeRequest",
"variableType" : "DeleteSlotTypeRequest",
"documentation" : "",
"simpleType" : "DeleteSlotTypeRequest",
"variableSetterType" : "DeleteSlotTypeRequest"
},
"methodName" : "deleteSlotType",
"operationName" : "DeleteSlotType",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSlotTypeResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSlotTypeResponse"
},
"DeleteSlotTypeVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation.
This operation requires permissions for the lex:DeleteSlotTypeVersion
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.
The body of the exception contains a JSON object that describes the resource.
{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,
\"resourceReference\": {
\"name\": string, \"version\": string } }
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSlotTypeVersionRequest",
"variableName" : "deleteSlotTypeVersionRequest",
"variableType" : "DeleteSlotTypeVersionRequest",
"documentation" : "",
"simpleType" : "DeleteSlotTypeVersionRequest",
"variableSetterType" : "DeleteSlotTypeVersionRequest"
},
"methodName" : "deleteSlotTypeVersion",
"operationName" : "DeleteSlotTypeVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSlotTypeVersionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSlotTypeVersionResponse"
},
"DeleteUtterances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes stored utterances.
Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the GetUtterancesView operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.
Use the DeleteUtterances
operation to manually delete stored utterances for a specific user. When you use the DeleteUtterances
operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the GetUtterancesView
operation are deleted after 15 days.
This operation requires permissions for the lex:DeleteUtterances
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteUtterancesRequest",
"variableName" : "deleteUtterancesRequest",
"variableType" : "DeleteUtterancesRequest",
"documentation" : "",
"simpleType" : "DeleteUtterancesRequest",
"variableSetterType" : "DeleteUtterancesRequest"
},
"methodName" : "deleteUtterances",
"operationName" : "DeleteUtterances",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteUtterancesResponse",
"documentation" : null
},
"syncReturnType" : "DeleteUtterancesResponse"
},
"GetBot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias.
This operation requires permissions for the lex:GetBot
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotRequest",
"variableName" : "getBotRequest",
"variableType" : "GetBotRequest",
"documentation" : "",
"simpleType" : "GetBotRequest",
"variableSetterType" : "GetBotRequest"
},
"methodName" : "getBot",
"operationName" : "GetBot",
"paginated" : false,
"returnType" : {
"returnType" : "GetBotResponse",
"documentation" : null
},
"syncReturnType" : "GetBotResponse"
},
"GetBotAlias" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:GetBotAlias
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotAliasRequest",
"variableName" : "getBotAliasRequest",
"variableType" : "GetBotAliasRequest",
"documentation" : "",
"simpleType" : "GetBotAliasRequest",
"variableSetterType" : "GetBotAliasRequest"
},
"methodName" : "getBotAlias",
"operationName" : "GetBotAlias",
"paginated" : false,
"returnType" : {
"returnType" : "GetBotAliasResponse",
"documentation" : null
},
"syncReturnType" : "GetBotAliasResponse"
},
"GetBotAliases" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of aliases for a specified Amazon Lex bot.
This operation requires permissions for the lex:GetBotAliases
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotAliasesRequest",
"variableName" : "getBotAliasesRequest",
"variableType" : "GetBotAliasesRequest",
"documentation" : "",
"simpleType" : "GetBotAliasesRequest",
"variableSetterType" : "GetBotAliasesRequest"
},
"methodName" : "getBotAliases",
"operationName" : "GetBotAliases",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotAliasesResponse",
"documentation" : null
},
"syncReturnType" : "GetBotAliasesResponse"
},
"GetBotChannelAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the lex:GetBotChannelAssociation
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotChannelAssociationRequest",
"variableName" : "getBotChannelAssociationRequest",
"variableType" : "GetBotChannelAssociationRequest",
"documentation" : "",
"simpleType" : "GetBotChannelAssociationRequest",
"variableSetterType" : "GetBotChannelAssociationRequest"
},
"methodName" : "getBotChannelAssociation",
"operationName" : "GetBotChannelAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "GetBotChannelAssociationResponse",
"documentation" : null
},
"syncReturnType" : "GetBotChannelAssociationResponse"
},
"GetBotChannelAssociations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns a list of all of the channels associated with the specified bot.
The GetBotChannelAssociations
operation requires permissions for the lex:GetBotChannelAssociations
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotChannelAssociationsRequest",
"variableName" : "getBotChannelAssociationsRequest",
"variableType" : "GetBotChannelAssociationsRequest",
"documentation" : "",
"simpleType" : "GetBotChannelAssociationsRequest",
"variableSetterType" : "GetBotChannelAssociationsRequest"
},
"methodName" : "getBotChannelAssociations",
"operationName" : "GetBotChannelAssociations",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotChannelAssociationsResponse",
"documentation" : null
},
"syncReturnType" : "GetBotChannelAssociationsResponse"
},
"GetBotVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all of the versions of a bot.
The GetBotVersions
operation returns a BotMetadata
object for each version of a bot. For example, if a bot has three numbered versions, the GetBotVersions
operation returns four BotMetadata
objects in the response, one for each numbered version and one for the $LATEST
version.
The GetBotVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetBotVersions
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotVersionsRequest",
"variableName" : "getBotVersionsRequest",
"variableType" : "GetBotVersionsRequest",
"documentation" : "",
"simpleType" : "GetBotVersionsRequest",
"variableSetterType" : "GetBotVersionsRequest"
},
"methodName" : "getBotVersions",
"operationName" : "GetBotVersions",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotVersionsResponse",
"documentation" : null
},
"syncReturnType" : "GetBotVersionsResponse"
},
"GetBots" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns bot information as follows:
-
If you provide the nameContains
field, the response includes information for the $LATEST
version of all bots whose name contains the specified string.
-
If you don't specify the nameContains
field, the operation returns information about the $LATEST
version of all of your bots.
This operation requires permission for the lex:GetBots
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBotsRequest",
"variableName" : "getBotsRequest",
"variableType" : "GetBotsRequest",
"documentation" : "",
"simpleType" : "GetBotsRequest",
"variableSetterType" : "GetBotsRequest"
},
"methodName" : "getBots",
"operationName" : "GetBots",
"paginated" : true,
"returnType" : {
"returnType" : "GetBotsResponse",
"documentation" : null
},
"syncReturnType" : "GetBotsResponse"
},
"GetBuiltinIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a built-in intent.
This operation requires permission for the lex:GetBuiltinIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBuiltinIntentRequest",
"variableName" : "getBuiltinIntentRequest",
"variableType" : "GetBuiltinIntentRequest",
"documentation" : "",
"simpleType" : "GetBuiltinIntentRequest",
"variableSetterType" : "GetBuiltinIntentRequest"
},
"methodName" : "getBuiltinIntent",
"operationName" : "GetBuiltinIntent",
"paginated" : false,
"returnType" : {
"returnType" : "GetBuiltinIntentResponse",
"documentation" : null
},
"syncReturnType" : "GetBuiltinIntentResponse"
},
"GetBuiltinIntents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of built-in intents that meet the specified criteria.
This operation requires permission for the lex:GetBuiltinIntents
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBuiltinIntentsRequest",
"variableName" : "getBuiltinIntentsRequest",
"variableType" : "GetBuiltinIntentsRequest",
"documentation" : "",
"simpleType" : "GetBuiltinIntentsRequest",
"variableSetterType" : "GetBuiltinIntentsRequest"
},
"methodName" : "getBuiltinIntents",
"operationName" : "GetBuiltinIntents",
"paginated" : true,
"returnType" : {
"returnType" : "GetBuiltinIntentsResponse",
"documentation" : null
},
"syncReturnType" : "GetBuiltinIntentsResponse"
},
"GetBuiltinSlotTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of built-in slot types that meet the specified criteria.
For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.
This operation requires permission for the lex:GetBuiltInSlotTypes
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBuiltinSlotTypesRequest",
"variableName" : "getBuiltinSlotTypesRequest",
"variableType" : "GetBuiltinSlotTypesRequest",
"documentation" : "",
"simpleType" : "GetBuiltinSlotTypesRequest",
"variableSetterType" : "GetBuiltinSlotTypesRequest"
},
"methodName" : "getBuiltinSlotTypes",
"operationName" : "GetBuiltinSlotTypes",
"paginated" : true,
"returnType" : {
"returnType" : "GetBuiltinSlotTypesResponse",
"documentation" : null
},
"syncReturnType" : "GetBuiltinSlotTypesResponse"
},
"GetExport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Exports the contents of a Amazon Lex resource in a specified format.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetExportRequest",
"variableName" : "getExportRequest",
"variableType" : "GetExportRequest",
"documentation" : "",
"simpleType" : "GetExportRequest",
"variableSetterType" : "GetExportRequest"
},
"methodName" : "getExport",
"operationName" : "GetExport",
"paginated" : false,
"returnType" : {
"returnType" : "GetExportResponse",
"documentation" : null
},
"syncReturnType" : "GetExportResponse"
},
"GetImport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about an import job started with the StartImport
operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetImportRequest",
"variableName" : "getImportRequest",
"variableType" : "GetImportRequest",
"documentation" : "",
"simpleType" : "GetImportRequest",
"variableSetterType" : "GetImportRequest"
},
"methodName" : "getImport",
"operationName" : "GetImport",
"paginated" : false,
"returnType" : {
"returnType" : "GetImportResponse",
"documentation" : null
},
"syncReturnType" : "GetImportResponse"
},
"GetIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns information about an intent. In addition to the intent name, you must specify the intent version.
This operation requires permissions to perform the lex:GetIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIntentRequest",
"variableName" : "getIntentRequest",
"variableType" : "GetIntentRequest",
"documentation" : "",
"simpleType" : "GetIntentRequest",
"variableSetterType" : "GetIntentRequest"
},
"methodName" : "getIntent",
"operationName" : "GetIntent",
"paginated" : false,
"returnType" : {
"returnType" : "GetIntentResponse",
"documentation" : null
},
"syncReturnType" : "GetIntentResponse"
},
"GetIntentVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all of the versions of an intent.
The GetIntentVersions
operation returns an IntentMetadata
object for each version of an intent. For example, if an intent has three numbered versions, the GetIntentVersions
operation returns four IntentMetadata
objects in the response, one for each numbered version and one for the $LATEST
version.
The GetIntentVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetIntentVersions
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIntentVersionsRequest",
"variableName" : "getIntentVersionsRequest",
"variableType" : "GetIntentVersionsRequest",
"documentation" : "",
"simpleType" : "GetIntentVersionsRequest",
"variableSetterType" : "GetIntentVersionsRequest"
},
"methodName" : "getIntentVersions",
"operationName" : "GetIntentVersions",
"paginated" : true,
"returnType" : {
"returnType" : "GetIntentVersionsResponse",
"documentation" : null
},
"syncReturnType" : "GetIntentVersionsResponse"
},
"GetIntents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns intent information as follows:
-
If you specify the nameContains
field, returns the $LATEST
version of all intents that contain the specified string.
-
If you don't specify the nameContains
field, returns information about the $LATEST
version of all intents.
The operation requires permission for the lex:GetIntents
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIntentsRequest",
"variableName" : "getIntentsRequest",
"variableType" : "GetIntentsRequest",
"documentation" : "",
"simpleType" : "GetIntentsRequest",
"variableSetterType" : "GetIntentsRequest"
},
"methodName" : "getIntents",
"operationName" : "GetIntents",
"paginated" : true,
"returnType" : {
"returnType" : "GetIntentsResponse",
"documentation" : null
},
"syncReturnType" : "GetIntentsResponse"
},
"GetSlotType" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.
This operation requires permissions for the lex:GetSlotType
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSlotTypeRequest",
"variableName" : "getSlotTypeRequest",
"variableType" : "GetSlotTypeRequest",
"documentation" : "",
"simpleType" : "GetSlotTypeRequest",
"variableSetterType" : "GetSlotTypeRequest"
},
"methodName" : "getSlotType",
"operationName" : "GetSlotType",
"paginated" : false,
"returnType" : {
"returnType" : "GetSlotTypeResponse",
"documentation" : null
},
"syncReturnType" : "GetSlotTypeResponse"
},
"GetSlotTypeVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about all versions of a slot type.
The GetSlotTypeVersions
operation returns a SlotTypeMetadata
object for each version of a slot type. For example, if a slot type has three numbered versions, the GetSlotTypeVersions
operation returns four SlotTypeMetadata
objects in the response, one for each numbered version and one for the $LATEST
version.
The GetSlotTypeVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetSlotTypeVersions
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSlotTypeVersionsRequest",
"variableName" : "getSlotTypeVersionsRequest",
"variableType" : "GetSlotTypeVersionsRequest",
"documentation" : "",
"simpleType" : "GetSlotTypeVersionsRequest",
"variableSetterType" : "GetSlotTypeVersionsRequest"
},
"methodName" : "getSlotTypeVersions",
"operationName" : "GetSlotTypeVersions",
"paginated" : true,
"returnType" : {
"returnType" : "GetSlotTypeVersionsResponse",
"documentation" : null
},
"syncReturnType" : "GetSlotTypeVersionsResponse"
},
"GetSlotTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns slot type information as follows:
-
If you specify the nameContains
field, returns the $LATEST
version of all slot types that contain the specified string.
-
If you don't specify the nameContains
field, returns information about the $LATEST
version of all slot types.
The operation requires permission for the lex:GetSlotTypes
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource specified in the request was not found. Check the resource and try again.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSlotTypesRequest",
"variableName" : "getSlotTypesRequest",
"variableType" : "GetSlotTypesRequest",
"documentation" : "",
"simpleType" : "GetSlotTypesRequest",
"variableSetterType" : "GetSlotTypesRequest"
},
"methodName" : "getSlotTypes",
"operationName" : "GetSlotTypes",
"paginated" : true,
"returnType" : {
"returnType" : "GetSlotTypesResponse",
"documentation" : null
},
"syncReturnType" : "GetSlotTypesResponse"
},
"GetUtterancesView" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Use the GetUtterancesView
operation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to.
For example, say that you have created a bot to order flowers. After your users have used your bot for a while, use the GetUtterancesView
operation to see the requests that they have made and whether they have been successful. You might find that the utterance \"I want flowers\" is not being recognized. You could add this utterance to the OrderFlowers
intent so that your bot recognizes that utterance.
After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions.
Utterance statistics are generated once a day. Data is available for the last 15 days. You can request information for up to 5 versions of your bot in each request. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days. The response contains information about a maximum of 100 utterances for each version.
If you set childDirected
field to true when you created your bot, or if you opted out of participating in improving Amazon Lex, utterances are not available.
This operation requires permissions for the lex:GetUtterancesView
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetUtterancesViewRequest",
"variableName" : "getUtterancesViewRequest",
"variableType" : "GetUtterancesViewRequest",
"documentation" : "",
"simpleType" : "GetUtterancesViewRequest",
"variableSetterType" : "GetUtterancesViewRequest"
},
"methodName" : "getUtterancesView",
"operationName" : "GetUtterancesView",
"paginated" : false,
"returnType" : {
"returnType" : "GetUtterancesViewResponse",
"documentation" : null
},
"syncReturnType" : "GetUtterancesViewResponse"
},
"PutBot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are only required to specify a name, a locale, and whether the bot is directed toward children under age 13. You can use this to add intents later, or to remove intents from an existing bot. When you create a bot with the minimum information, the bot is created or updated but Amazon Lex returns the
response FAILED
. You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see how-it-works.
If you specify the name of an existing bot, the fields in the request replace the existing values in the $LATEST
version of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for the idleTTLInSeconds
and privacySettings
fields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutBot
action. For more information, see security-iam.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutBotRequest",
"variableName" : "putBotRequest",
"variableType" : "PutBotRequest",
"documentation" : "",
"simpleType" : "PutBotRequest",
"variableSetterType" : "PutBotRequest"
},
"methodName" : "putBot",
"operationName" : "PutBot",
"paginated" : false,
"returnType" : {
"returnType" : "PutBotResponse",
"documentation" : null
},
"syncReturnType" : "PutBotResponse"
},
"PutBotAlias" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:PutBotAlias
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutBotAliasRequest",
"variableName" : "putBotAliasRequest",
"variableType" : "PutBotAliasRequest",
"documentation" : "",
"simpleType" : "PutBotAliasRequest",
"variableSetterType" : "PutBotAliasRequest"
},
"methodName" : "putBotAlias",
"operationName" : "PutBotAlias",
"paginated" : false,
"returnType" : {
"returnType" : "PutBotAliasResponse",
"documentation" : null
},
"syncReturnType" : "PutBotAliasResponse"
},
"PutIntent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an intent or replaces an existing intent.
To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an OrderPizza
intent.
To create an intent or replace an existing intent, you must provide the following:
-
Intent name. For example, OrderPizza
.
-
Sample utterances. For example, \"Can I order a pizza, please.\" and \"I want to order a pizza.\"
-
Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.
-
How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application.
You can specify other optional information in the request, such as:
-
A confirmation prompt to ask the user to confirm an intent. For example, \"Shall I order your pizza?\"
-
A conclusion statement to send to the user after the intent has been fulfilled. For example, \"I placed your pizza order.\"
-
A follow-up prompt that asks the user for additional activity. For example, asking \"Do you want to order a drink with your pizza?\"
If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the $LATEST
version of the intent with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception. When you update the $LATEST
version of an intent, the status
field of any bot that uses the $LATEST
version of the intent is set to NOT_BUILT
.
For more information, see how-it-works.
This operation requires permissions for the lex:PutIntent
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutIntentRequest",
"variableName" : "putIntentRequest",
"variableType" : "PutIntentRequest",
"documentation" : "",
"simpleType" : "PutIntentRequest",
"variableSetterType" : "PutIntentRequest"
},
"methodName" : "putIntent",
"operationName" : "PutIntent",
"paginated" : false,
"returnType" : {
"returnType" : "PutIntentResponse",
"documentation" : null
},
"syncReturnType" : "PutIntentResponse"
},
"PutSlotType" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a custom slot type or replaces an existing custom slot type.
To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see how-it-works.
If you specify the name of an existing slot type, the fields in the request replace the existing values in the $LATEST
version of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception. When you update the $LATEST
version of a slot type, if a bot uses the $LATEST
version of an intent that contains the slot type, the bot's status
field is set to NOT_BUILT
.
This operation requires permissions for the lex:PutSlotType
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : " There was a conflict processing the request. Try your request again.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : " The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
",
"httpStatusCode" : 412
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutSlotTypeRequest",
"variableName" : "putSlotTypeRequest",
"variableType" : "PutSlotTypeRequest",
"documentation" : "",
"simpleType" : "PutSlotTypeRequest",
"variableSetterType" : "PutSlotTypeRequest"
},
"methodName" : "putSlotType",
"operationName" : "PutSlotType",
"paginated" : false,
"returnType" : {
"returnType" : "PutSlotTypeResponse",
"documentation" : null
},
"syncReturnType" : "PutSlotTypeResponse"
},
"StartImport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts a job to import a resource to Amazon Lex.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The request exceeded a limit. Try your request again.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "An internal Amazon Lex error occurred. Try your request again.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartImportRequest",
"variableName" : "startImportRequest",
"variableType" : "StartImportRequest",
"documentation" : "",
"simpleType" : "StartImportRequest",
"variableSetterType" : "StartImportRequest"
},
"methodName" : "startImport",
"operationName" : "StartImport",
"paginated" : false,
"returnType" : {
"returnType" : "StartImportResponse",
"documentation" : null
},
"syncReturnType" : "StartImportResponse"
}
},
"shapes" : {
"BadRequestException" : {
"c2jName" : "BadRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BadRequestException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadRequestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadRequestException",
"variableName" : "badRequestException",
"variableType" : "BadRequestException",
"documentation" : null,
"simpleType" : "BadRequestException",
"variableSetterType" : "BadRequestException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BotAliasMetadata" : {
"c2jName" : "BotAliasMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a bot alias.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.",
"getterModel" : {
"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 bot alias.
\n@param name The name of the bot alias.",
"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 bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotVersion",
"beanStyleSetterMethodName" : "setBotVersion",
"c2jName" : "botVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botVersion(String)}.\n@param botVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.\n@deprecated Use {@link #botVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botVersion(String)}\n",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botVersion",
"fluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botVersion",
"getterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.",
"setterMethodName" : "setBotVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.\n@deprecated Use {@link #botName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botName(String)}\n",
"documentation" : "The name of the bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\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 #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate 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 #lastUpdatedDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@deprecated Use {@link #lastUpdatedDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDate(Instant)}\n",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"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" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the bot alias was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.\n@deprecated Use {@link #checksum()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #checksum(String)}\n",
"documentation" : "Checksum of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Checksum property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChecksum",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConversationLogs",
"beanStyleSetterMethodName" : "setConversationLogs",
"c2jName" : "conversationLogs",
"c2jShape" : "ConversationLogsResponse",
"defaultConsumerFluentSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\nThis is a convenience that creates an instance of the {@link ConversationLogsResponse.Builder} avoiding the need to create one manually via {@link ConversationLogsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConversationLogsResponse.Builder#build()} is called immediately and its result is passed to {@link #conversationLogs(ConversationLogsResponse)}.\n@param conversationLogs a consumer that will call methods on {@link ConversationLogsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conversationLogs(ConversationLogsResponse)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@return Settings that determine how Amazon Lex uses conversation logs for the alias.\n@deprecated Use {@link #conversationLogs()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conversationLogs(ConversationLogsResponse)}\n",
"documentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConversationLogs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConversationLogs",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "conversationLogs",
"fluentSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "conversationLogs",
"getterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@return Settings that determine how Amazon Lex uses conversation logs for the alias.",
"getterModel" : {
"returnType" : "ConversationLogsResponse",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "conversationLogs",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "conversationLogs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ConversationLogs",
"sensitive" : false,
"setterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.",
"setterMethodName" : "setConversationLogs",
"setterModel" : {
"variableDeclarationType" : "ConversationLogsResponse",
"variableName" : "conversationLogs",
"variableType" : "ConversationLogsResponse",
"documentation" : null,
"simpleType" : "ConversationLogsResponse",
"variableSetterType" : "ConversationLogsResponse"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ConversationLogsResponse",
"variableName" : "conversationLogs",
"variableType" : "ConversationLogsResponse",
"documentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
",
"simpleType" : "ConversationLogsResponse",
"variableSetterType" : "ConversationLogsResponse"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BotName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.\n@deprecated Use {@link #botName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botName(String)}\n",
"documentation" : "The name of the bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BotVersion" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotVersion",
"beanStyleSetterMethodName" : "setBotVersion",
"c2jName" : "botVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botVersion(String)}.\n@param botVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.\n@deprecated Use {@link #botVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botVersion(String)}\n",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botVersion",
"fluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botVersion",
"getterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.",
"setterMethodName" : "setBotVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Checksum" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.\n@deprecated Use {@link #checksum()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #checksum(String)}\n",
"documentation" : "Checksum of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Checksum property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChecksum",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ConversationLogs" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConversationLogs",
"beanStyleSetterMethodName" : "setConversationLogs",
"c2jName" : "conversationLogs",
"c2jShape" : "ConversationLogsResponse",
"defaultConsumerFluentSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\nThis is a convenience that creates an instance of the {@link ConversationLogsResponse.Builder} avoiding the need to create one manually via {@link ConversationLogsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConversationLogsResponse.Builder#build()} is called immediately and its result is passed to {@link #conversationLogs(ConversationLogsResponse)}.\n@param conversationLogs a consumer that will call methods on {@link ConversationLogsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conversationLogs(ConversationLogsResponse)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@return Settings that determine how Amazon Lex uses conversation logs for the alias.\n@deprecated Use {@link #conversationLogs()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conversationLogs(ConversationLogsResponse)}\n",
"documentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConversationLogs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConversationLogs",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "conversationLogs",
"fluentSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "conversationLogs",
"getterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@return Settings that determine how Amazon Lex uses conversation logs for the alias.",
"getterModel" : {
"returnType" : "ConversationLogsResponse",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "conversationLogs",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "conversationLogs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ConversationLogs",
"sensitive" : false,
"setterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.",
"setterMethodName" : "setConversationLogs",
"setterModel" : {
"variableDeclarationType" : "ConversationLogsResponse",
"variableName" : "conversationLogs",
"variableType" : "ConversationLogsResponse",
"documentation" : null,
"simpleType" : "ConversationLogsResponse",
"variableSetterType" : "ConversationLogsResponse"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ConversationLogsResponse",
"variableName" : "conversationLogs",
"variableType" : "ConversationLogsResponse",
"documentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
",
"simpleType" : "ConversationLogsResponse",
"variableSetterType" : "ConversationLogsResponse"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatedDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the bot alias was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\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 #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate 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 #lastUpdatedDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@deprecated Use {@link #lastUpdatedDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDate(Instant)}\n",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"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" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.",
"getterModel" : {
"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 bot alias.
\n@param name The name of the bot alias.",
"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 bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot alias.
\n@param name The name of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot alias.
\n@return The name of the bot alias.",
"getterModel" : {
"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 bot alias.
\n@param name The name of the bot alias.",
"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 bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot alias.
\n@return A description of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot alias.
\n@param description A description of the bot alias.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotVersion",
"beanStyleSetterMethodName" : "setBotVersion",
"c2jName" : "botVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botVersion(String)}.\n@param botVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.\n@deprecated Use {@link #botVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botVersion(String)}\n",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botVersion",
"fluentSetterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botVersion",
"getterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@return The version of the Amazon Lex bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the Amazon Lex bot to which the alias points.
\n@param botVersion The version of the Amazon Lex bot to which the alias points.",
"setterMethodName" : "setBotVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botVersion",
"variableType" : "String",
"documentation" : "The version of the Amazon Lex bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot to which the alias points.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.\n@deprecated Use {@link #botName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botName(String)}\n",
"documentation" : "The name of the bot to which the alias points.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the bot to which the alias points.
\n@return The name of the bot to which the alias points.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the bot to which the alias points.
\n@param botName The name of the bot to which the alias points.",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the bot to which the alias points.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\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 #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate 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 #lastUpdatedDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@deprecated Use {@link #lastUpdatedDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDate(Instant)}\n",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@return The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"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" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot alias 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the bot alias was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot alias was created.
\n@return The date that the bot alias 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot alias was created.
\n@param createdDate The date that the bot alias was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot alias was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChecksum",
"beanStyleSetterMethodName" : "setChecksum",
"c2jName" : "checksum",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Checksum of the bot alias.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #checksum(String)}.\n@param checksum a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checksum(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.\n@deprecated Use {@link #checksum()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #checksum(String)}\n",
"documentation" : "Checksum of the bot alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Checksum property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChecksum",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "checksum",
"fluentSetterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "checksum",
"getterDocumentation" : "Checksum of the bot alias.
\n@return Checksum of the bot alias.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "checksum",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "checksum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Checksum",
"sensitive" : false,
"setterDocumentation" : "Checksum of the bot alias.
\n@param checksum Checksum of the bot alias.",
"setterMethodName" : "setChecksum",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "checksum",
"variableType" : "String",
"documentation" : "Checksum of the bot alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConversationLogs",
"beanStyleSetterMethodName" : "setConversationLogs",
"c2jName" : "conversationLogs",
"c2jShape" : "ConversationLogsResponse",
"defaultConsumerFluentSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\nThis is a convenience that creates an instance of the {@link ConversationLogsResponse.Builder} avoiding the need to create one manually via {@link ConversationLogsResponse#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConversationLogsResponse.Builder#build()} is called immediately and its result is passed to {@link #conversationLogs(ConversationLogsResponse)}.\n@param conversationLogs a consumer that will call methods on {@link ConversationLogsResponse.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conversationLogs(ConversationLogsResponse)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@return Settings that determine how Amazon Lex uses conversation logs for the alias.\n@deprecated Use {@link #conversationLogs()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conversationLogs(ConversationLogsResponse)}\n",
"documentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConversationLogs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConversationLogs",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "conversationLogs",
"fluentSetterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "conversationLogs",
"getterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@return Settings that determine how Amazon Lex uses conversation logs for the alias.",
"getterModel" : {
"returnType" : "ConversationLogsResponse",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "conversationLogs",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "conversationLogs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ConversationLogs",
"sensitive" : false,
"setterDocumentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
\n@param conversationLogs Settings that determine how Amazon Lex uses conversation logs for the alias.",
"setterMethodName" : "setConversationLogs",
"setterModel" : {
"variableDeclarationType" : "ConversationLogsResponse",
"variableName" : "conversationLogs",
"variableType" : "ConversationLogsResponse",
"documentation" : null,
"simpleType" : "ConversationLogsResponse",
"variableSetterType" : "ConversationLogsResponse"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ConversationLogsResponse",
"variableName" : "conversationLogs",
"variableType" : "ConversationLogsResponse",
"documentation" : "Settings that determine how Amazon Lex uses conversation logs for the alias.
",
"simpleType" : "ConversationLogsResponse",
"variableSetterType" : "ConversationLogsResponse"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BotAliasMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BotAliasMetadata",
"variableName" : "botAliasMetadata",
"variableType" : "BotAliasMetadata",
"documentation" : null,
"simpleType" : "BotAliasMetadata",
"variableSetterType" : "BotAliasMetadata"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BotChannelAssociation" : {
"c2jName" : "BotChannelAssociation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents an association between an Amazon Lex bot and an external messaging platform.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the association between the bot and the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the association between the bot and the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.",
"getterModel" : {
"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 association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.",
"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 association between the bot and the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A text description of the association you are creating.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A text description of the association you are creating.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A text description of the association you are creating.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotAlias",
"beanStyleSetterMethodName" : "setBotAlias",
"c2jName" : "botAlias",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botAlias(String)}.\n@param botAlias a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botAlias(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@deprecated Use {@link #botAlias()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botAlias(String)}\n",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotAlias property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotAlias",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botAlias",
"fluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botAlias",
"getterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botAlias",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botAlias",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotAlias",
"sensitive" : false,
"setterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"setterMethodName" : "setBotAlias",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@deprecated Use {@link #botName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botName(String)}\n",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@deprecated Use {@link #typeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #type(String)}\n",
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"getterModel" : {
"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" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"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" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBotConfiguration",
"beanStyleSetterMethodName" : "setBotConfiguration",
"c2jName" : "botConfiguration",
"c2jShape" : "ChannelConfigurationMap",
"defaultConsumerFluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #botConfiguration(Map)}.\n@param botConfiguration a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botConfiguration(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBotConfiguration()} to see if a value was sent in this field.\n
\n@return Provides information necessary to communicate with the messaging platform.\n@deprecated Use {@link #botConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botConfiguration(Map)}\n",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botConfiguration",
"fluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botConfiguration",
"getterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBotConfiguration()} to see if a value was sent in this field.\n
\n@return Provides information necessary to communicate with the messaging platform.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "BotConfiguration",
"sensitive" : true,
"setterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.",
"setterMethodName" : "setBotConfiguration",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"getterModel" : {
"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 bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"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 bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BotAlias" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotAlias",
"beanStyleSetterMethodName" : "setBotAlias",
"c2jName" : "botAlias",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botAlias(String)}.\n@param botAlias a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botAlias(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@deprecated Use {@link #botAlias()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botAlias(String)}\n",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotAlias property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotAlias",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botAlias",
"fluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botAlias",
"getterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botAlias",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botAlias",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotAlias",
"sensitive" : false,
"setterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"setterMethodName" : "setBotAlias",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BotConfiguration" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBotConfiguration",
"beanStyleSetterMethodName" : "setBotConfiguration",
"c2jName" : "botConfiguration",
"c2jShape" : "ChannelConfigurationMap",
"defaultConsumerFluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #botConfiguration(Map)}.\n@param botConfiguration a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botConfiguration(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBotConfiguration()} to see if a value was sent in this field.\n
\n@return Provides information necessary to communicate with the messaging platform.\n@deprecated Use {@link #botConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botConfiguration(Map)}\n",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botConfiguration",
"fluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botConfiguration",
"getterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBotConfiguration()} to see if a value was sent in this field.\n
\n@return Provides information necessary to communicate with the messaging platform.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "BotConfiguration",
"sensitive" : true,
"setterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.",
"setterMethodName" : "setBotConfiguration",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BotName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@deprecated Use {@link #botName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botName(String)}\n",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatedDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A text description of the association you are creating.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A text description of the association you are creating.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A text description of the association you are creating.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the association between the bot and the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the association between the bot and the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.",
"getterModel" : {
"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 association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.",
"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 association between the bot and the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"getterModel" : {
"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 bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"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 bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Type" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@deprecated Use {@link #typeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #type(String)}\n",
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"getterModel" : {
"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" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"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" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the association between the bot and the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the association between the bot and the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the association between the bot and the channel.
\n@return The name of the association between the bot and the channel.",
"getterModel" : {
"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 association between the bot and the channel.
\n@param name The name of the association between the bot and the channel.",
"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 association between the bot and the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A text description of the association you are creating.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A text description of the association you are creating.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A text description of the association you are creating.
\n@return A text description of the association you are creating.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A text description of the association you are creating.
\n@param description A text description of the association you are creating.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A text description of the association you are creating.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotAlias",
"beanStyleSetterMethodName" : "setBotAlias",
"c2jName" : "botAlias",
"c2jShape" : "AliasName",
"defaultConsumerFluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botAlias(String)}.\n@param botAlias a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botAlias(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@deprecated Use {@link #botAlias()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botAlias(String)}\n",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotAlias property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotAlias",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botAlias",
"fluentSetterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botAlias",
"getterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@return An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botAlias",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botAlias",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotAlias",
"sensitive" : false,
"setterDocumentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
\n@param botAlias An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.",
"setterMethodName" : "setBotAlias",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botAlias",
"variableType" : "String",
"documentation" : "An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBotName",
"beanStyleSetterMethodName" : "setBotName",
"c2jName" : "botName",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #botName(String)}.\n@param botName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@deprecated Use {@link #botName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botName(String)}\n",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botName",
"fluentSetterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botName",
"getterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@return The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BotName",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
\n@param botName The name of the Amazon Lex bot to which this association is being made. Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"setterMethodName" : "setBotName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "botName",
"variableType" : "String",
"documentation" : "The name of the Amazon Lex bot to which this association is being made.
Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@return The date that the association between the Amazon Lex bot and the channel 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the association between the Amazon Lex bot and the channel was created.
\n@param createdDate The date that the association between the Amazon Lex bot and the channel was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the association between the Amazon Lex bot and the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTypeAsString",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "type",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@deprecated Use {@link #typeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #type(String)}\n",
"documentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"getterModel" : {
"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" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
\n@param type Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.\n@see ChannelType",
"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" : "Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBotConfiguration",
"beanStyleSetterMethodName" : "setBotConfiguration",
"c2jName" : "botConfiguration",
"c2jShape" : "ChannelConfigurationMap",
"defaultConsumerFluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #botConfiguration(Map)}.\n@param botConfiguration a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #botConfiguration(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBotConfiguration()} to see if a value was sent in this field.\n
\n@return Provides information necessary to communicate with the messaging platform.\n@deprecated Use {@link #botConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #botConfiguration(Map)}\n",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BotConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBotConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "botConfiguration",
"fluentSetterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "botConfiguration",
"getterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBotConfiguration()} to see if a value was sent in this field.\n
\n@return Provides information necessary to communicate with the messaging platform.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "botConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "botConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "BotConfiguration",
"sensitive" : true,
"setterDocumentation" : "Provides information necessary to communicate with the messaging platform.
\n@param botConfiguration Provides information necessary to communicate with the messaging platform.",
"setterMethodName" : "setBotConfiguration",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "botConfiguration",
"variableType" : "java.util.Map",
"documentation" : "Provides information necessary to communicate with the messaging platform.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"getterModel" : {
"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 bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@param status The status of the bot channel. -
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
\n@see ChannelStatus",
"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 bot channel.
-
CREATED
- The channel has been created and is ready for use.
-
IN_PROGRESS
- Channel creation is in progress.
-
FAILED
- There was an error creating the channel. For information about the reason for the failure, see the failureReason
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@return If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
\n@param failureReason If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If status
is FAILED
, Amazon Lex provides the reason that it failed to create the association.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BotChannelAssociation",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BotChannelAssociation",
"variableName" : "botChannelAssociation",
"variableType" : "BotChannelAssociation",
"documentation" : null,
"simpleType" : "BotChannelAssociation",
"variableSetterType" : "BotChannelAssociation"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BotMetadata" : {
"c2jName" : "BotMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a bot. .
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot.
\n@return The name of the bot.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"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 bot.
\n@param name The name of the bot.",
"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 bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the bot.
\n@return A description of the bot.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status",
"getterModel" : {
"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 bot.
\n@param status The status of the bot.\n@see Status",
"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 bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\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 #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate 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 #lastUpdatedDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@deprecated Use {@link #lastUpdatedDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDate(Instant)}\n",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"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" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot was created.
\n@return The date that the bot was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the bot was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot was created.
\n@return The date that the bot 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.\n@deprecated Use {@link #version()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot was created.
\n@return The date that the bot was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the bot was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot was created.
\n@return The date that the bot 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the bot.
\n@return A description of the bot.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\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 #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate 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 #lastUpdatedDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@deprecated Use {@link #lastUpdatedDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDate(Instant)}\n",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"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" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot.
\n@return The name of the bot.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"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 bot.
\n@param name The name of the bot.",
"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 bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status",
"getterModel" : {
"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 bot.
\n@param status The status of the bot.\n@see Status",
"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 bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Version" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.\n@deprecated Use {@link #version()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "BotName",
"defaultConsumerFluentSetterDocumentation" : "The name of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the bot.
\n@return The name of the bot.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the bot.
\n@param name The name of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the bot.
\n@return The name of the bot.",
"getterModel" : {
"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 bot.
\n@param name The name of the bot.",
"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 bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "A description of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the bot.
\n@return A description of the bot.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the bot.
\n@param description A description of the bot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the bot.
\n@return A description of the bot.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the bot.
\n@param description A description of the bot.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the bot.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the bot.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the bot.
\n@param status The status of the bot.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the bot.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the bot.\n@see Status",
"getterModel" : {
"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 bot.
\n@param status The status of the bot.\n@see Status",
"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 bot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDate",
"beanStyleSetterMethodName" : "setLastUpdatedDate",
"c2jName" : "lastUpdatedDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\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 #lastUpdatedDate(Instant)}.\n@param lastUpdatedDate 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 #lastUpdatedDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@deprecated Use {@link #lastUpdatedDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDate(Instant)}\n",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDate",
"fluentSetterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDate",
"getterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@return The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"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" : "lastUpdatedDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
\n@param lastUpdatedDate The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.",
"setterMethodName" : "setLastUpdatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedDate",
"beanStyleSetterMethodName" : "setCreatedDate",
"c2jName" : "createdDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the bot 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 #createdDate(Instant)}.\n@param createdDate 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 #createdDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date that the bot was created.
\n@return The date that the bot was created.\n@deprecated Use {@link #createdDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdDate(Instant)}\n",
"documentation" : "The date that the bot was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdDate",
"fluentSetterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdDate",
"getterDocumentation" : "The date that the bot was created.
\n@return The date that the bot 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" : "createdDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedDate",
"sensitive" : false,
"setterDocumentation" : "The date that the bot was created.
\n@param createdDate The date that the bot was created.",
"setterMethodName" : "setCreatedDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the bot was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.\n@deprecated Use {@link #version()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@return The version of the bot. For a new bot, the version is always $LATEST
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
\n@param version The version of the bot. For a new bot, the version is always $LATEST
.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of the bot. For a new bot, the version is always $LATEST
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BotMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BotMetadata",
"variableName" : "botMetadata",
"variableType" : "BotMetadata",
"documentation" : null,
"simpleType" : "BotMetadata",
"variableSetterType" : "BotMetadata"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BuiltinIntentMetadata" : {
"c2jName" : "BuiltinIntentMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides metadata for a built-in intent.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinIntentSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@deprecated Use {@link #signature()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Signature property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignature",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of identifiers for the locales that the intent supports.\n@deprecated Use {@link #supportedLocalesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedLocalesWithStrings(List)}\n",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedLocales",
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of identifiers for the locales that the intent supports.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"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" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Signature" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinIntentSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@deprecated Use {@link #signature()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Signature property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignature",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SupportedLocales" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of identifiers for the locales that the intent supports.\n@deprecated Use {@link #supportedLocalesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedLocalesWithStrings(List)}\n",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedLocales",
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of identifiers for the locales that the intent supports.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"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" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinIntentSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@deprecated Use {@link #signature()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Signature property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignature",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@return A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of identifiers for the locales that the intent supports.\n@deprecated Use {@link #supportedLocalesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedLocalesWithStrings(List)}\n",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedLocales",
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of identifiers for the locales that the intent supports.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"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" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for the locales that the intent supports.
\n@param supportedLocales A list of identifiers for the locales that the intent supports.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for the locales that the intent supports.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuiltinIntentMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuiltinIntentMetadata",
"variableName" : "builtinIntentMetadata",
"variableType" : "BuiltinIntentMetadata",
"documentation" : null,
"simpleType" : "BuiltinIntentMetadata",
"variableSetterType" : "BuiltinIntentMetadata"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BuiltinIntentSlot" : {
"c2jName" : "BuiltinIntentSlot",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a slot used in a built-in intent.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of the slots defined for the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "A list of the slots defined for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.",
"getterModel" : {
"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" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.",
"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" : "A list of the slots defined for the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of the slots defined for the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "A list of the slots defined for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.",
"getterModel" : {
"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" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.",
"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" : "A list of the slots defined for the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of the slots defined for the intent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "A list of the slots defined for the intent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A list of the slots defined for the intent.
\n@return A list of the slots defined for the intent.",
"getterModel" : {
"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" : "A list of the slots defined for the intent.
\n@param name A list of the slots defined for the intent.",
"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" : "A list of the slots defined for the intent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuiltinIntentSlot",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuiltinIntentSlot",
"variableName" : "builtinIntentSlot",
"variableType" : "BuiltinIntentSlot",
"documentation" : null,
"simpleType" : "BuiltinIntentSlot",
"variableSetterType" : "BuiltinIntentSlot"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BuiltinSlotTypeMetadata" : {
"c2jName" : "BuiltinSlotTypeMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a built in slot type.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinSlotTypeSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@deprecated Use {@link #signature()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Signature property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignature",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of target locales for the slot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of target locales for the slot.\n@deprecated Use {@link #supportedLocalesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedLocalesWithStrings(List)}\n",
"documentation" : "A list of target locales for the slot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedLocales",
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of target locales for the slot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"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" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of target locales for the slot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Signature" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinSlotTypeSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@deprecated Use {@link #signature()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Signature property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignature",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SupportedLocales" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of target locales for the slot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of target locales for the slot.\n@deprecated Use {@link #supportedLocalesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedLocalesWithStrings(List)}\n",
"documentation" : "A list of target locales for the slot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedLocales",
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of target locales for the slot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"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" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of target locales for the slot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSignature",
"beanStyleSetterMethodName" : "setSignature",
"c2jName" : "signature",
"c2jShape" : "BuiltinSlotTypeSignature",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signature(String)}.\n@param signature a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signature(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@deprecated Use {@link #signature()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Signature property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSignature",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signature",
"fluentSetterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signature",
"getterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@return A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signature",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "signature",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Signature",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
\n@param signature A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.",
"setterMethodName" : "setSignature",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signature",
"variableType" : "String",
"documentation" : "A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedLocalesAsStrings",
"beanStyleSetterMethodName" : "setSupportedLocalesWithStrings",
"c2jName" : "supportedLocales",
"c2jShape" : "LocaleList",
"defaultConsumerFluentSetterDocumentation" : "A list of target locales for the slot.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #supportedLocalesAsStrings(List)}.\n@param supportedLocales a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #supportedLocalesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of target locales for the slot.\n@deprecated Use {@link #supportedLocalesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedLocalesWithStrings(List)}\n",
"documentation" : "A list of target locales for the slot.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedLocales",
"fluentEnumGetterMethodName" : "supportedLocales",
"fluentEnumSetterMethodName" : "supportedLocales",
"fluentGetterMethodName" : "supportedLocalesAsStrings",
"fluentSetterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedLocalesWithStrings",
"getterDocumentation" : "A list of target locales for the slot.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedLocales()} to see if a value was sent in this field.\n
\n@return A list of target locales for the slot.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "supportedLocales",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedLocales",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see Locale",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see Locale",
"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" : "SupportedLocales",
"sensitive" : false,
"setterDocumentation" : "A list of target locales for the slot.
\n@param supportedLocales A list of target locales for the slot.",
"setterMethodName" : "setSupportedLocalesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedLocales",
"variableType" : "java.util.List",
"documentation" : "A list of target locales for the slot.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuiltinSlotTypeMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuiltinSlotTypeMetadata",
"variableName" : "builtinSlotTypeMetadata",
"variableType" : "BuiltinSlotTypeMetadata",
"documentation" : null,
"simpleType" : "BuiltinSlotTypeMetadata",
"variableSetterType" : "BuiltinSlotTypeMetadata"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelStatus" : {
"c2jName" : "ChannelStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "CREATED",
"value" : "CREATED"
}, {
"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" : "ChannelStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelStatus",
"variableName" : "channelStatus",
"variableType" : "ChannelStatus",
"documentation" : null,
"simpleType" : "ChannelStatus",
"variableSetterType" : "ChannelStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelType" : {
"c2jName" : "ChannelType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "FACEBOOK",
"value" : "Facebook"
}, {
"name" : "SLACK",
"value" : "Slack"
}, {
"name" : "TWILIO_SMS",
"value" : "Twilio-Sms"
}, {
"name" : "KIK",
"value" : "Kik"
} ],
"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" : "ChannelType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelType",
"variableName" : "channelType",
"variableType" : "ChannelType",
"documentation" : null,
"simpleType" : "ChannelType",
"variableSetterType" : "ChannelType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CodeHook" : {
"c2jName" : "CodeHook",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUri",
"beanStyleSetterMethodName" : "setUri",
"c2jName" : "uri",
"c2jShape" : "LambdaARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.\n@deprecated Use {@link #uri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uri(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Uri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uri",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uri",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "uri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "uri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Uri",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.",
"setterMethodName" : "setUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMessageVersion",
"beanStyleSetterMethodName" : "setMessageVersion",
"c2jName" : "messageVersion",
"c2jShape" : "MessageVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageVersion(String)}.\n@param messageVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@deprecated Use {@link #messageVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageVersion(String)}\n",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MessageVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessageVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageVersion",
"fluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageVersion",
"getterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"setterMethodName" : "setMessageVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MessageVersion" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMessageVersion",
"beanStyleSetterMethodName" : "setMessageVersion",
"c2jName" : "messageVersion",
"c2jShape" : "MessageVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageVersion(String)}.\n@param messageVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@deprecated Use {@link #messageVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageVersion(String)}\n",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MessageVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessageVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageVersion",
"fluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageVersion",
"getterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"setterMethodName" : "setMessageVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Uri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUri",
"beanStyleSetterMethodName" : "setUri",
"c2jName" : "uri",
"c2jShape" : "LambdaARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.\n@deprecated Use {@link #uri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uri(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Uri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uri",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uri",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "uri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "uri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Uri",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.",
"setterMethodName" : "setUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUri",
"beanStyleSetterMethodName" : "setUri",
"c2jName" : "uri",
"c2jShape" : "LambdaARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uri(String)}.\n@param uri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.\n@deprecated Use {@link #uri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uri(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Uri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uri",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uri",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@return The Amazon Resource Name (ARN) of the Lambda function.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "uri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "uri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Uri",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Lambda function.
\n@param uri The Amazon Resource Name (ARN) of the Lambda function.",
"setterMethodName" : "setUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "uri",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMessageVersion",
"beanStyleSetterMethodName" : "setMessageVersion",
"c2jName" : "messageVersion",
"c2jShape" : "MessageVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageVersion(String)}.\n@param messageVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@deprecated Use {@link #messageVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageVersion(String)}\n",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MessageVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessageVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageVersion",
"fluentSetterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageVersion",
"getterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@return The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageVersion",
"sensitive" : false,
"setterDocumentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
\n@param messageVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.",
"setterMethodName" : "setMessageVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageVersion",
"variableType" : "String",
"documentation" : "The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "uri", "messageVersion" ],
"shapeName" : "CodeHook",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CodeHook",
"variableName" : "codeHook",
"variableType" : "CodeHook",
"documentation" : null,
"simpleType" : "CodeHook",
"variableSetterType" : "CodeHook"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConflictException" : {
"c2jName" : "ConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " There was a conflict processing the request. Try your request again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConflictException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 409,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConflictException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictException",
"variableName" : "conflictException",
"variableType" : "ConflictException",
"documentation" : null,
"simpleType" : "ConflictException",
"variableSetterType" : "ConflictException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ContentType" : {
"c2jName" : "ContentType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PLAIN_TEXT",
"value" : "PlainText"
}, {
"name" : "SSML",
"value" : "SSML"
}, {
"name" : "CUSTOM_PAYLOAD",
"value" : "CustomPayload"
} ],
"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" : "ContentType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContentType",
"variableName" : "contentType",
"variableType" : "ContentType",
"documentation" : null,
"simpleType" : "ContentType",
"variableSetterType" : "ContentType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConversationLogsRequest" : {
"c2jName" : "ConversationLogsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides the settings needed for conversation logs.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getLogSettings",
"beanStyleSetterMethodName" : "setLogSettings",
"c2jName" : "logSettings",
"c2jShape" : "LogSettingsRequestList",
"defaultConsumerFluentSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logSettings(List)}.\n@param logSettings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logSettings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasLogSettings()} to see if a value was sent in this field.\n
\n@return The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@deprecated Use {@link #logSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logSettings(List)}\n",
"documentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LogSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLogSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logSettings",
"fluentSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logSettings",
"getterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasLogSettings()} to see if a value was sent in this field.\n
\n@return The settings for your conversation logs. You can log the conversation text, conversation audio, or both.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogSettingsRequest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogSettingsRequest.Builder} avoiding the need to create one manually via {@link LogSettingsRequest#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogSettingsRequest.Builder#build()} is called immediately and its result is passed to {@link #member(LogSettingsRequest)}.\n@param member a consumer that will call methods on {@link LogSettingsRequest.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogSettingsRequest)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogSettingsRequest)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogSettingsRequest",
"documentation" : 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" : "LogSettingsRequest",
"variableName" : "member",
"variableType" : "LogSettingsRequest",
"documentation" : null,
"simpleType" : "LogSettingsRequest",
"variableSetterType" : "LogSettingsRequest"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogSettingsRequest",
"variableName" : "member",
"variableType" : "LogSettingsRequest",
"documentation" : "",
"simpleType" : "LogSettingsRequest",
"variableSetterType" : "LogSettingsRequest"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogSettingsRequest",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogSettingsRequest",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogSettings",
"sensitive" : false,
"setterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.",
"setterMethodName" : "setLogSettings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logSettings",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logSettings",
"variableType" : "java.util.List",
"documentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "iamRoleArn",
"c2jShape" : "IamRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@return The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@return The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "iamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "iamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IamRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "iamRoleArn",
"c2jShape" : "IamRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@return The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@return The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "iamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "iamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogSettings" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getLogSettings",
"beanStyleSetterMethodName" : "setLogSettings",
"c2jName" : "logSettings",
"c2jShape" : "LogSettingsRequestList",
"defaultConsumerFluentSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logSettings(List)}.\n@param logSettings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logSettings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasLogSettings()} to see if a value was sent in this field.\n
\n@return The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@deprecated Use {@link #logSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logSettings(List)}\n",
"documentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LogSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLogSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logSettings",
"fluentSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logSettings",
"getterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasLogSettings()} to see if a value was sent in this field.\n
\n@return The settings for your conversation logs. You can log the conversation text, conversation audio, or both.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogSettingsRequest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogSettingsRequest.Builder} avoiding the need to create one manually via {@link LogSettingsRequest#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogSettingsRequest.Builder#build()} is called immediately and its result is passed to {@link #member(LogSettingsRequest)}.\n@param member a consumer that will call methods on {@link LogSettingsRequest.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogSettingsRequest)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogSettingsRequest)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogSettingsRequest",
"documentation" : 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" : "LogSettingsRequest",
"variableName" : "member",
"variableType" : "LogSettingsRequest",
"documentation" : null,
"simpleType" : "LogSettingsRequest",
"variableSetterType" : "LogSettingsRequest"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogSettingsRequest",
"variableName" : "member",
"variableType" : "LogSettingsRequest",
"documentation" : "",
"simpleType" : "LogSettingsRequest",
"variableSetterType" : "LogSettingsRequest"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogSettingsRequest",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogSettingsRequest",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogSettings",
"sensitive" : false,
"setterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.",
"setterMethodName" : "setLogSettings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logSettings",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logSettings",
"variableType" : "java.util.List",
"documentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getLogSettings",
"beanStyleSetterMethodName" : "setLogSettings",
"c2jName" : "logSettings",
"c2jShape" : "LogSettingsRequestList",
"defaultConsumerFluentSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logSettings(List)}.\n@param logSettings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logSettings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasLogSettings()} to see if a value was sent in this field.\n
\n@return The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@deprecated Use {@link #logSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logSettings(List)}\n",
"documentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LogSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLogSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logSettings",
"fluentSetterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logSettings",
"getterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasLogSettings()} to see if a value was sent in this field.\n
\n@return The settings for your conversation logs. You can log the conversation text, conversation audio, or both.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogSettingsRequest",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogSettingsRequest.Builder} avoiding the need to create one manually via {@link LogSettingsRequest#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogSettingsRequest.Builder#build()} is called immediately and its result is passed to {@link #member(LogSettingsRequest)}.\n@param member a consumer that will call methods on {@link LogSettingsRequest.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogSettingsRequest)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogSettingsRequest)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogSettingsRequest",
"documentation" : 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" : "LogSettingsRequest",
"variableName" : "member",
"variableType" : "LogSettingsRequest",
"documentation" : null,
"simpleType" : "LogSettingsRequest",
"variableSetterType" : "LogSettingsRequest"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogSettingsRequest",
"variableName" : "member",
"variableType" : "LogSettingsRequest",
"documentation" : "",
"simpleType" : "LogSettingsRequest",
"variableSetterType" : "LogSettingsRequest"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogSettingsRequest",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogSettingsRequest",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogSettings",
"sensitive" : false,
"setterDocumentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
\n@param logSettings The settings for your conversation logs. You can log the conversation text, conversation audio, or both.",
"setterMethodName" : "setLogSettings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logSettings",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logSettings",
"variableType" : "java.util.List",
"documentation" : "The settings for your conversation logs. You can log the conversation text, conversation audio, or both.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "iamRoleArn",
"c2jShape" : "IamRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@return The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@return The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "iamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "iamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
\n@param iamRoleArn The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see Creating Conversation Logs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logSettings", "iamRoleArn" ],
"shapeName" : "ConversationLogsRequest",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConversationLogsRequest",
"variableName" : "conversationLogsRequest",
"variableType" : "ConversationLogsRequest",
"documentation" : null,
"simpleType" : "ConversationLogsRequest",
"variableSetterType" : "ConversationLogsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConversationLogsResponse" : {
"c2jName" : "ConversationLogsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains information about conversation log settings.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getLogSettings",
"beanStyleSetterMethodName" : "setLogSettings",
"c2jName" : "logSettings",
"c2jShape" : "LogSettingsResponseList",
"defaultConsumerFluentSetterDocumentation" : "The settings for your conversation logs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logSettings(List)}.\n@param logSettings a consumer that will call methods on {@link List