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

models.sqs-2012-11-05-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon SQS module holds the client classes that are used for communicating with Amazon Simple Queue Service

There is a newer version: LATEST
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : {
      "AddPermissionRequest" : {
        "constructorForms" : [ [ "QueueUrl", "Label", "AWSAccountIds", "Actions" ] ]
      },
      "ChangeMessageVisibilityBatchRequest" : {
        "constructorForms" : [ [ "QueueUrl", "Entries" ] ]
      },
      "ChangeMessageVisibilityBatchRequestEntry" : {
        "constructorForms" : [ [ "Id", "ReceiptHandle" ] ]
      },
      "ChangeMessageVisibilityRequest" : {
        "constructorForms" : [ [ "QueueUrl", "ReceiptHandle", "VisibilityTimeout" ] ]
      },
      "CreateQueueRequest" : {
        "constructorForms" : [ [ "QueueName" ] ]
      },
      "DeleteMessageBatchRequest" : {
        "constructorForms" : [ [ "QueueUrl" ], [ "QueueUrl", "Entries" ] ]
      },
      "DeleteMessageBatchRequestEntry" : {
        "constructorForms" : [ [ "Id", "ReceiptHandle" ] ]
      },
      "DeleteMessageRequest" : {
        "constructorForms" : [ [ "QueueUrl", "ReceiptHandle" ] ]
      },
      "DeleteQueueRequest" : {
        "constructorForms" : [ [ "QueueUrl" ] ]
      },
      "GetQueueAttributesRequest" : {
        "constructorForms" : [ [ "QueueUrl" ], [ "QueueUrl", "AttributeNames" ] ]
      },
      "GetQueueUrlRequest" : {
        "constructorForms" : [ [ "QueueName" ] ]
      },
      "ListDeadLetterSourceQueuesRequest" : {
        "constructorForms" : [ [ "QueueUrl" ] ]
      },
      "ListQueuesRequest" : {
        "constructorForms" : [ [ "QueueNamePrefix" ] ]
      },
      "PurgeQueueRequest" : {
        "constructorForms" : [ [ "QueueUrl" ] ]
      },
      "ReceiveMessageRequest" : {
        "constructorForms" : [ [ "QueueUrl" ] ]
      },
      "RemovePermissionRequest" : {
        "constructorForms" : [ [ "QueueUrl", "Label" ] ]
      },
      "SendMessageBatchRequest" : {
        "constructorForms" : [ [ "QueueUrl" ], [ "QueueUrl", "Entries" ] ]
      },
      "SendMessageBatchRequestEntry" : {
        "constructorForms" : [ [ "Id", "MessageBody" ] ]
      },
      "SendMessageRequest" : {
        "constructorForms" : [ [ "QueueUrl", "MessageBody" ] ]
      },
      "SetQueueAttributesRequest" : {
        "constructorForms" : [ [ "QueueUrl", "Attributes" ] ]
      }
    },
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : "SQS",
      "skip" : false
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : "com.amazonaws.services.sqs.AmazonSQSClientConfigurationFactory",
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : "com.amazonaws.services.sqs.internal.auth.SQSSignerProvider",
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "AddPermission" : {
        "methodForms" : [ [ "QueueUrl", "Label", "AWSAccountIds", "Actions" ] ]
      },
      "ChangeMessageVisibility" : {
        "methodForms" : [ [ "QueueUrl", "ReceiptHandle", "VisibilityTimeout" ] ]
      },
      "ChangeMessageVisibilityBatch" : {
        "methodForms" : [ [ "QueueUrl", "Entries" ] ]
      },
      "CreateQueue" : {
        "methodForms" : [ [ "QueueName" ] ]
      },
      "DeleteMessage" : {
        "methodForms" : [ [ "QueueUrl", "ReceiptHandle" ] ]
      },
      "DeleteMessageBatch" : {
        "methodForms" : [ [ "QueueUrl", "Entries" ] ]
      },
      "DeleteQueue" : {
        "methodForms" : [ [ "QueueUrl" ] ]
      },
      "GetQueueAttributes" : {
        "methodForms" : [ [ "QueueUrl", "AttributeNames" ] ]
      },
      "GetQueueUrl" : {
        "methodForms" : [ [ "QueueName" ] ]
      },
      "ListQueues" : {
        "methodForms" : [ [ ], [ "QueueNamePrefix" ] ]
      },
      "ReceiveMessage" : {
        "methodForms" : [ [ "QueueUrl" ] ]
      },
      "RemovePermission" : {
        "methodForms" : [ [ "QueueUrl", "Label" ] ]
      },
      "SendMessage" : {
        "methodForms" : [ [ "QueueUrl", "MessageBody" ] ]
      },
      "SendMessageBatch" : {
        "methodForms" : [ [ "QueueUrl", "Entries" ] ]
      },
      "SetQueueAttributes" : {
        "methodForms" : [ [ "QueueUrl", "Attributes" ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true
  },
  "metadata" : {
    "apiVersion" : "2012-11-05",
    "asyncClient" : "AmazonSQSAsyncClient",
    "asyncClientBuilderClassName" : "AmazonSQSAsyncClientBuilder",
    "asyncInterface" : "AmazonSQSAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonSQSModuleInjector",
    "defaultEndpoint" : "https://sqs.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "sqs.us-east-1.amazonaws.com",
    "documentation" : "

Welcome to the Amazon Simple Queue Service API Reference. This section describes who should read this guide, how the guide is organized, and other resources related to the Amazon Simple Queue Service (Amazon SQS).

Amazon SQS offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available.

Helpful Links:

We also provide SDKs that enable you to access Amazon SQS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as:

  • Cryptographically signing your service requests

  • Retrying requests

  • Handling error responses

For a list of available SDKs, go to Tools for Amazon Web Services.

", "endpointPrefix" : "sqs", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "packageName" : "com.amazonaws.services.sqs", "packagePath" : "com/amazonaws/services/sqs", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "serviceAbbreviation" : "Amazon SQS", "serviceFullName" : "Amazon Simple Queue Service", "serviceName" : "Amazon SQS", "signingName" : "sqs", "smokeTestsPackageName" : "com.amazonaws.services.sqs.smoketests", "syncClient" : "AmazonSQSClient", "syncClientBuilderClassName" : "AmazonSQSClientBuilder", "syncInterface" : "AmazonSQS", "unmarshallerClassSuffix" : "StaxUnmarshaller", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "AddPermission" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddPermissionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a permission to a queue for a specific principal. This allows for sharing access to the queue.

When you create a queue, you have full control access rights for the queue. Only you (as owner of the queue) can grant or deny permissions to the queue. For more information about these permissions, see Shared Queues in the Amazon SQS Developer Guide.

AddPermission writes an Amazon SQS-generated policy. If you want to write your own policy, use SetQueueAttributes to upload your policy. For more information about writing your own policy, see Using The Access Policy Language in the Amazon SQS Developer Guide.

Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

", "exceptions" : [ { "exceptionName" : "OverLimitException", "documentation" : "

The action that you requested would violate a limit. For example, ReceiveMessage returns this error if the maximum number of messages inflight has already been reached. AddPermission returns this error if the maximum number of permissions for the queue has already been reached.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddPermissionRequest", "variableName" : "addPermissionRequest", "variableType" : "AddPermissionRequest", "documentation" : "

", "simpleType" : "AddPermissionRequest", "variableSetterType" : "AddPermissionRequest" }, "inputStreamPropertyName" : null, "methodName" : "addPermission", "operationName" : "AddPermission", "returnType" : { "returnType" : "AddPermissionResult", "documentation" : null }, "syncReturnType" : "AddPermissionResult" }, "ChangeMessageVisibility" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ChangeMessageVisibilityResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Changes the visibility timeout of a specified message in a queue to a new value. The maximum allowed timeout value you can set the value to is 12 hours. This means you can't extend the timeout of a message in an existing queue to more than a total visibility timeout of 12 hours. (For more information visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.)

For example, let's say you have a message and its default message visibility timeout is 5 minutes. After 3 minutes, you call ChangeMessageVisiblity with a timeout of 10 minutes. At that time, the timeout for the message would be extended by 10 minutes beyond the time of the ChangeMessageVisibility call. This results in a total visibility timeout of 13 minutes. You can continue to call ChangeMessageVisibility to extend the visibility timeout to a maximum of 12 hours. If you try to extend beyond 12 hours, the request will be rejected.

There is a 120,000 limit for the number of inflight messages per queue. Messages are inflight after they have been received from the queue by a consuming component, but have not yet been deleted from the queue. If you reach the 120,000 limit, you will receive an OverLimit error message from Amazon SQS. To help avoid reaching the limit, you should delete the messages from the queue after they have been processed. You can also increase the number of queues you use to process the messages.

If you attempt to set the VisibilityTimeout to an amount more than the maximum time left, Amazon SQS returns an error. It will not automatically recalculate and increase the timeout to the maximum time remaining.

Unlike with a queue, when you change the visibility timeout for a specific message, that timeout value is applied immediately but is not saved in memory for that message. If you don't delete a message after it is received, the visibility timeout for the message the next time it is received reverts to the original timeout value, not the value you set with the ChangeMessageVisibility action.

", "exceptions" : [ { "exceptionName" : "MessageNotInflightException", "documentation" : "

The message referred to is not in flight.

" }, { "exceptionName" : "ReceiptHandleIsInvalidException", "documentation" : "

The receipt handle provided is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ChangeMessageVisibilityRequest", "variableName" : "changeMessageVisibilityRequest", "variableType" : "ChangeMessageVisibilityRequest", "documentation" : "", "simpleType" : "ChangeMessageVisibilityRequest", "variableSetterType" : "ChangeMessageVisibilityRequest" }, "inputStreamPropertyName" : null, "methodName" : "changeMessageVisibility", "operationName" : "ChangeMessageVisibility", "returnType" : { "returnType" : "ChangeMessageVisibilityResult", "documentation" : null }, "syncReturnType" : "ChangeMessageVisibilityResult" }, "ChangeMessageVisibilityBatch" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ChangeMessageVisibilityBatchResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Changes the visibility timeout of multiple messages. This is a batch version of ChangeMessageVisibility. The result of the action on each message is reported individually in the response. You can send up to 10 ChangeMessageVisibility requests with each ChangeMessageVisibilityBatch action.

Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

", "exceptions" : [ { "exceptionName" : "TooManyEntriesInBatchRequestException", "documentation" : "

Batch request contains more number of entries than permissible.

" }, { "exceptionName" : "EmptyBatchRequestException", "documentation" : "

Batch request does not contain an entry.

" }, { "exceptionName" : "BatchEntryIdsNotDistinctException", "documentation" : "

Two or more batch entries have the same Id in the request.

" }, { "exceptionName" : "InvalidBatchEntryIdException", "documentation" : "

The Id of a batch entry in a batch request does not abide by the specification.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequest", "variableName" : "changeMessageVisibilityBatchRequest", "variableType" : "ChangeMessageVisibilityBatchRequest", "documentation" : "

", "simpleType" : "ChangeMessageVisibilityBatchRequest", "variableSetterType" : "ChangeMessageVisibilityBatchRequest" }, "inputStreamPropertyName" : null, "methodName" : "changeMessageVisibilityBatch", "operationName" : "ChangeMessageVisibilityBatch", "returnType" : { "returnType" : "ChangeMessageVisibilityBatchResult", "documentation" : "

For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.

" }, "syncReturnType" : "ChangeMessageVisibilityBatchResult" }, "CreateQueue" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateQueueResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new queue, or returns the URL of an existing one. When you request CreateQueue, you provide a name for the queue. To successfully create a new queue, you must provide a name that is unique within the scope of your own queues.

If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.

You may pass one or more attributes in the request. If you do not provide a value for any attribute, the queue will have the default value for that attribute.

Use GetQueueUrl to get a queue's URL. GetQueueUrl requires only the QueueName parameter.

If you provide the name of an existing queue, along with the exact names and values of all the queue's attributes, CreateQueue returns the queue URL for the existing queue. If the queue name, attribute names, or attribute values do not match an existing queue, CreateQueue returns an error.

Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

", "exceptions" : [ { "exceptionName" : "QueueDeletedRecentlyException", "documentation" : "

You must wait 60 seconds after deleting a queue before you can create another with the same name.

" }, { "exceptionName" : "QueueNameExistsException", "documentation" : "

A queue already exists with this name. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateQueueRequest", "variableName" : "createQueueRequest", "variableType" : "CreateQueueRequest", "documentation" : "

", "simpleType" : "CreateQueueRequest", "variableSetterType" : "CreateQueueRequest" }, "inputStreamPropertyName" : null, "methodName" : "createQueue", "operationName" : "CreateQueue", "returnType" : { "returnType" : "CreateQueueResult", "documentation" : "

Returns the QueueUrl element of the created queue.

" }, "syncReturnType" : "CreateQueueResult" }, "DeleteMessage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteMessageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified message from the specified queue. You specify the message by using the message's receipt handle and not the message ID you received when you sent the message. Even if the message is locked by another reader due to the visibility timeout setting, it is still deleted from the queue. If you leave a message in the queue for longer than the queue's configured retention period, Amazon SQS automatically deletes it.

The receipt handle is associated with a specific instance of receiving the message. If you receive a message more than once, the receipt handle you get each time you receive the message is different. When you request DeleteMessage, if you don't provide the most recently received receipt handle for the message, the request will still succeed, but the message might not be deleted.

It is possible you will receive a message even after you have deleted it. This might happen on rare occasions if one of the servers storing a copy of the message is unavailable when you request to delete the message. The copy remains on the server and might be returned to you again on a subsequent receive request. You should create your system to be idempotent so that receiving a particular message more than once is not a problem.

", "exceptions" : [ { "exceptionName" : "InvalidIdFormatException", "documentation" : "

The receipt handle is not valid for the current version.

" }, { "exceptionName" : "ReceiptHandleIsInvalidException", "documentation" : "

The receipt handle provided is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteMessageRequest", "variableName" : "deleteMessageRequest", "variableType" : "DeleteMessageRequest", "documentation" : "

", "simpleType" : "DeleteMessageRequest", "variableSetterType" : "DeleteMessageRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteMessage", "operationName" : "DeleteMessage", "returnType" : { "returnType" : "DeleteMessageResult", "documentation" : null }, "syncReturnType" : "DeleteMessageResult" }, "DeleteMessageBatch" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteMessageBatchResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes up to ten messages from the specified queue. This is a batch version of DeleteMessage. The result of the delete action on each message is reported individually in the response.

Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

", "exceptions" : [ { "exceptionName" : "TooManyEntriesInBatchRequestException", "documentation" : "

Batch request contains more number of entries than permissible.

" }, { "exceptionName" : "EmptyBatchRequestException", "documentation" : "

Batch request does not contain an entry.

" }, { "exceptionName" : "BatchEntryIdsNotDistinctException", "documentation" : "

Two or more batch entries have the same Id in the request.

" }, { "exceptionName" : "InvalidBatchEntryIdException", "documentation" : "

The Id of a batch entry in a batch request does not abide by the specification.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteMessageBatchRequest", "variableName" : "deleteMessageBatchRequest", "variableType" : "DeleteMessageBatchRequest", "documentation" : "

", "simpleType" : "DeleteMessageBatchRequest", "variableSetterType" : "DeleteMessageBatchRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteMessageBatch", "operationName" : "DeleteMessageBatch", "returnType" : { "returnType" : "DeleteMessageBatchResult", "documentation" : "

For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message cannot be deleted.

" }, "syncReturnType" : "DeleteMessageBatchResult" }, "DeleteQueue" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteQueueResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the queue specified by the queue URL, regardless of whether the queue is empty. If the specified queue does not exist, Amazon SQS returns a successful response.

Use DeleteQueue with care; once you delete your queue, any messages in the queue are no longer available.

When you delete a queue, the deletion process takes up to 60 seconds. Requests you send involving that queue during the 60 seconds might succeed. For example, a SendMessage request might succeed, but after the 60 seconds, the queue and that message you sent no longer exist. Also, when you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.

We reserve the right to delete queues that have had no activity for more than 30 days. For more information, see How Amazon SQS Queues Work in the Amazon SQS Developer Guide.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteQueueRequest", "variableName" : "deleteQueueRequest", "variableType" : "DeleteQueueRequest", "documentation" : "

", "simpleType" : "DeleteQueueRequest", "variableSetterType" : "DeleteQueueRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteQueue", "operationName" : "DeleteQueue", "returnType" : { "returnType" : "DeleteQueueResult", "documentation" : null }, "syncReturnType" : "DeleteQueueResult" }, "GetQueueAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetQueueAttributesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets attributes for the specified queue.

Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

", "exceptions" : [ { "exceptionName" : "InvalidAttributeNameException", "documentation" : "

The attribute referred to does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetQueueAttributesRequest", "variableName" : "getQueueAttributesRequest", "variableType" : "GetQueueAttributesRequest", "documentation" : "

", "simpleType" : "GetQueueAttributesRequest", "variableSetterType" : "GetQueueAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getQueueAttributes", "operationName" : "GetQueueAttributes", "returnType" : { "returnType" : "GetQueueAttributesResult", "documentation" : "

A list of returned queue attributes.

" }, "syncReturnType" : "GetQueueAttributesResult" }, "GetQueueUrl" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetQueueUrlResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the URL of an existing queue. This action provides a simple way to retrieve the URL of an Amazon SQS queue.

To access a queue that belongs to another AWS account, use the QueueOwnerAWSAccountId parameter to specify the account ID of the queue's owner. The queue's owner must grant you permission to access the queue. For more information about shared queue access, see AddPermission or go to Shared Queues in the Amazon SQS Developer Guide.

", "exceptions" : [ { "exceptionName" : "QueueDoesNotExistException", "documentation" : "

The queue referred to does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetQueueUrlRequest", "variableName" : "getQueueUrlRequest", "variableType" : "GetQueueUrlRequest", "documentation" : "

", "simpleType" : "GetQueueUrlRequest", "variableSetterType" : "GetQueueUrlRequest" }, "inputStreamPropertyName" : null, "methodName" : "getQueueUrl", "operationName" : "GetQueueUrl", "returnType" : { "returnType" : "GetQueueUrlResult", "documentation" : "

For more information, see Responses in the Amazon SQS Developer Guide.

" }, "syncReturnType" : "GetQueueUrlResult" }, "ListDeadLetterSourceQueues" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListDeadLetterSourceQueuesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.

For more information about using dead letter queues, see Using Amazon SQS Dead Letter Queues.

", "exceptions" : [ { "exceptionName" : "QueueDoesNotExistException", "documentation" : "

The queue referred to does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDeadLetterSourceQueuesRequest", "variableName" : "listDeadLetterSourceQueuesRequest", "variableType" : "ListDeadLetterSourceQueuesRequest", "documentation" : "

", "simpleType" : "ListDeadLetterSourceQueuesRequest", "variableSetterType" : "ListDeadLetterSourceQueuesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listDeadLetterSourceQueues", "operationName" : "ListDeadLetterSourceQueues", "returnType" : { "returnType" : "ListDeadLetterSourceQueuesResult", "documentation" : "

A list of your dead letter source queues.

" }, "syncReturnType" : "ListDeadLetterSourceQueuesResult" }, "ListQueues" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListQueuesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of your queues. The maximum number of queues that can be returned is 1000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name beginning with the specified value are returned.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListQueuesRequest", "variableName" : "listQueuesRequest", "variableType" : "ListQueuesRequest", "documentation" : "

", "simpleType" : "ListQueuesRequest", "variableSetterType" : "ListQueuesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listQueues", "operationName" : "ListQueues", "returnType" : { "returnType" : "ListQueuesResult", "documentation" : "

A list of your queues.

" }, "syncReturnType" : "ListQueuesResult" }, "PurgeQueue" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PurgeQueueResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the messages in a queue specified by the queue URL.

When you use the PurgeQueue API, the deleted messages in the queue cannot be retrieved.

When you purge a queue, the message deletion process takes up to 60 seconds. All messages sent to the queue before calling PurgeQueue will be deleted; messages sent to the queue while it is being purged may be deleted. While the queue is being purged, messages sent to the queue before PurgeQueue was called may be received, but will be deleted within the next minute.

", "exceptions" : [ { "exceptionName" : "QueueDoesNotExistException", "documentation" : "

The queue referred to does not exist.

" }, { "exceptionName" : "PurgeQueueInProgressException", "documentation" : "

Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds, the time it can take to delete the messages in the queue.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PurgeQueueRequest", "variableName" : "purgeQueueRequest", "variableType" : "PurgeQueueRequest", "documentation" : "

", "simpleType" : "PurgeQueueRequest", "variableSetterType" : "PurgeQueueRequest" }, "inputStreamPropertyName" : null, "methodName" : "purgeQueue", "operationName" : "PurgeQueue", "returnType" : { "returnType" : "PurgeQueueResult", "documentation" : null }, "syncReturnType" : "PurgeQueueResult" }, "ReceiveMessage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ReceiveMessageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue. Long poll support is enabled by using the WaitTimeSeconds parameter. For more information, see Amazon SQS Long Poll in the Amazon SQS Developer Guide.

Short poll is the default behavior where a weighted random set of machines is sampled on a ReceiveMessage call. This means only the messages on the sampled machines are returned. If the number of messages in the queue is small (less than 1000), it is likely you will get fewer messages than you requested per ReceiveMessage call. If the number of messages in the queue is extremely small, you might not receive any messages in a particular ReceiveMessage response; in which case you should repeat the request.

For each message returned, the response includes the following:

  • Message body

  • MD5 digest of the message body. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

  • Message ID you received when you sent the message to the queue.

  • Receipt handle.

  • Message attributes.

  • MD5 digest of the message attributes.

The receipt handle is the identifier you must provide when deleting the message. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

You can provide the VisibilityTimeout parameter in your request, which will be applied to the messages that Amazon SQS returns in the response. If you do not include the parameter, the overall visibility timeout for the queue is used for the returned messages. For more information, see Visibility Timeout in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

", "exceptions" : [ { "exceptionName" : "OverLimitException", "documentation" : "

The action that you requested would violate a limit. For example, ReceiveMessage returns this error if the maximum number of messages inflight has already been reached. AddPermission returns this error if the maximum number of permissions for the queue has already been reached.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReceiveMessageRequest", "variableName" : "receiveMessageRequest", "variableType" : "ReceiveMessageRequest", "documentation" : "

", "simpleType" : "ReceiveMessageRequest", "variableSetterType" : "ReceiveMessageRequest" }, "inputStreamPropertyName" : null, "methodName" : "receiveMessage", "operationName" : "ReceiveMessage", "returnType" : { "returnType" : "ReceiveMessageResult", "documentation" : "

A list of received messages.

" }, "syncReturnType" : "ReceiveMessageResult" }, "RemovePermission" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RemovePermissionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Revokes any permissions in the queue policy that matches the specified Label parameter. Only the owner of the queue can remove permissions.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemovePermissionRequest", "variableName" : "removePermissionRequest", "variableType" : "RemovePermissionRequest", "documentation" : "

", "simpleType" : "RemovePermissionRequest", "variableSetterType" : "RemovePermissionRequest" }, "inputStreamPropertyName" : null, "methodName" : "removePermission", "operationName" : "RemovePermission", "returnType" : { "returnType" : "RemovePermissionResult", "documentation" : null }, "syncReturnType" : "RemovePermissionResult" }, "SendMessage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SendMessageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Delivers a message to the specified queue. With Amazon SQS, you now have the ability to send large payload messages that are up to 256KB (262,144 bytes) in size. To send large payloads, you must use an AWS SDK that supports SigV4 signing. To verify whether SigV4 is supported for an AWS SDK, check the SDK release notes.

The following list shows the characters (in Unicode) allowed in your message, according to the W3C XML specification. For more information, go to http://www.w3.org/TR/REC-xml/#charsets If you send any characters not included in the list, your request will be rejected.

#x9 | #xA | #xD | [#x20 to #xD7FF] | [#xE000 to #xFFFD] | [#x10000 to #x10FFFF]

", "exceptions" : [ { "exceptionName" : "InvalidMessageContentsException", "documentation" : "

The message contains characters outside the allowed set.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

Error code 400. Unsupported operation.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendMessageRequest", "variableName" : "sendMessageRequest", "variableType" : "SendMessageRequest", "documentation" : "

", "simpleType" : "SendMessageRequest", "variableSetterType" : "SendMessageRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendMessage", "operationName" : "SendMessage", "returnType" : { "returnType" : "SendMessageResult", "documentation" : "

The MD5OfMessageBody and MessageId elements.

" }, "syncReturnType" : "SendMessageResult" }, "SendMessageBatch" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SendMessageBatchResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Delivers up to ten messages to the specified queue. This is a batch version of SendMessage. The result of the send action on each message is reported individually in the response. The maximum allowed individual message size is 256 KB (262,144 bytes).

The maximum total payload size (i.e., the sum of all a batch's individual message lengths) is also 256 KB (262,144 bytes).

If the DelaySeconds parameter is not specified for an entry, the default for the queue is used.

The following list shows the characters (in Unicode) that are allowed in your message, according to the W3C XML specification. For more information, go to http://www.faqs.org/rfcs/rfc1321.html. If you send any characters that are not included in the list, your request will be rejected.

#x9 | #xA | #xD | [#x20 to #xD7FF] | [#xE000 to #xFFFD] | [#x10000 to #x10FFFF]

Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

", "exceptions" : [ { "exceptionName" : "TooManyEntriesInBatchRequestException", "documentation" : "

Batch request contains more number of entries than permissible.

" }, { "exceptionName" : "EmptyBatchRequestException", "documentation" : "

Batch request does not contain an entry.

" }, { "exceptionName" : "BatchEntryIdsNotDistinctException", "documentation" : "

Two or more batch entries have the same Id in the request.

" }, { "exceptionName" : "BatchRequestTooLongException", "documentation" : "

The length of all the messages put together is more than the limit.

" }, { "exceptionName" : "InvalidBatchEntryIdException", "documentation" : "

The Id of a batch entry in a batch request does not abide by the specification.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

Error code 400. Unsupported operation.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendMessageBatchRequest", "variableName" : "sendMessageBatchRequest", "variableType" : "SendMessageBatchRequest", "documentation" : "

", "simpleType" : "SendMessageBatchRequest", "variableSetterType" : "SendMessageBatchRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendMessageBatch", "operationName" : "SendMessageBatch", "returnType" : { "returnType" : "SendMessageBatchResult", "documentation" : "

For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.

" }, "syncReturnType" : "SendMessageBatchResult" }, "SetQueueAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetQueueAttributesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the value of one or more queue attributes. When you change a queue's attributes, the change can take up to 60 seconds for most of the attributes to propagate throughout the SQS system. Changes made to the MessageRetentionPeriod attribute can take up to 15 minutes.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

", "exceptions" : [ { "exceptionName" : "InvalidAttributeNameException", "documentation" : "

The attribute referred to does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetQueueAttributesRequest", "variableName" : "setQueueAttributesRequest", "variableType" : "SetQueueAttributesRequest", "documentation" : "

", "simpleType" : "SetQueueAttributesRequest", "variableSetterType" : "SetQueueAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "setQueueAttributes", "operationName" : "SetQueueAttributes", "returnType" : { "returnType" : "SetQueueAttributesResult", "documentation" : null }, "syncReturnType" : "SetQueueAttributesResult" } }, "shapes" : { "AddPermissionRequest" : { "c2jName" : "AddPermissionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddPermission", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Label", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@param label The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@return The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Label", "setterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@param label The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@param label The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AWSAccountIds", "c2jShape" : "AWSAccountIdList", "deprecated" : false, "documentation" : "

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n@param aWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n@return The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AWSAccountIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AWSAccountIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AWSAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AWSAccountId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AWSAccountId", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AWSAccountIds", "setterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n@param aWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAWSAccountIds(java.util.Collection)} or {@link #withAWSAccountIds(java.util.Collection)} if you want to override the existing values.

\n@param aWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "documentation" : "

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Actions", "c2jShape" : "ActionNameList", "deprecated" : false, "documentation" : "

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n@param actions The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n@return The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ActionName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n@param actions The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

\n@param actions The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AWSAccountIds" : { "c2jName" : "AWSAccountIds", "c2jShape" : "AWSAccountIdList", "deprecated" : false, "documentation" : "

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n@param aWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n@return The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AWSAccountIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AWSAccountIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AWSAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AWSAccountId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AWSAccountId", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AWSAccountIds", "setterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n@param aWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAWSAccountIds(java.util.Collection)} or {@link #withAWSAccountIds(java.util.Collection)} if you want to override the existing values.

\n@param aWSAccountIds The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "documentation" : "

The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Actions" : { "c2jName" : "Actions", "c2jShape" : "ActionNameList", "deprecated" : false, "documentation" : "

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n@param actions The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n@return The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ActionName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n@param actions The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

\n@param actions The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

The action the client wants to allow for the specified principal. The following are valid values: * | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.

Specifying SendMessage, DeleteMessage, or ChangeMessageVisibility for the ActionName.n also grants permissions for the corresponding batch versions of those actions: SendMessageBatch, DeleteMessageBatch, and ChangeMessageVisibilityBatch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Label" : { "c2jName" : "Label", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@param label The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@return The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Label", "setterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@param label The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

\n@param label The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

The unique identification of the permission you're setting (e.g., AliceSendMessage). Constraints: Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "Label", "AWSAccountIds", "Actions" ], "shapeName" : "AddPermissionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddPermissionRequest", "variableName" : "addPermissionRequest", "variableType" : "AddPermissionRequest", "documentation" : null, "simpleType" : "AddPermissionRequest", "variableSetterType" : "AddPermissionRequest" }, "wrapper" : false }, "AddPermissionResult" : { "c2jName" : "AddPermissionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AddPermissionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddPermissionResult", "variableName" : "addPermissionResult", "variableType" : "AddPermissionResult", "documentation" : null, "simpleType" : "AddPermissionResult", "variableSetterType" : "AddPermissionResult" }, "wrapper" : false }, "BatchEntryIdsNotDistinctException" : { "c2jName" : "BatchEntryIdsNotDistinct", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Two or more batch entries have the same Id in the request.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.BatchEntryIdsNotDistinct", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "BatchEntryIdsNotDistinctException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchEntryIdsNotDistinctException", "variableName" : "batchEntryIdsNotDistinctException", "variableType" : "BatchEntryIdsNotDistinctException", "documentation" : null, "simpleType" : "BatchEntryIdsNotDistinctException", "variableSetterType" : "BatchEntryIdsNotDistinctException" }, "wrapper" : false }, "BatchRequestTooLongException" : { "c2jName" : "BatchRequestTooLong", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The length of all the messages put together is more than the limit.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.BatchRequestTooLong", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "BatchRequestTooLongException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchRequestTooLongException", "variableName" : "batchRequestTooLongException", "variableType" : "BatchRequestTooLongException", "documentation" : null, "simpleType" : "BatchRequestTooLongException", "variableSetterType" : "BatchRequestTooLongException" }, "wrapper" : false }, "BatchResultErrorEntry" : { "c2jName" : "BatchResultErrorEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

This is used in the responses of batch API to give a detailed description of the result of an action on each entry in the request.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The id of an entry in a batch request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The id of an entry in a batch request.

\n@param id The id of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The id of an entry in a batch request.

\n@return The id of an entry in a batch request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

The id of an entry in a batch request.

\n@param id The id of an entry in a batch request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The id of an entry in a batch request.

\n@param id The id of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The id of an entry in a batch request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SenderFault", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether the error happened due to the sender's fault.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@param senderFault Whether the error happened due to the sender's fault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@return Whether the error happened due to the sender's fault.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SenderFault", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SenderFault", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SenderFault", "setterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@param senderFault Whether the error happened due to the sender's fault.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "senderFault", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@param senderFault Whether the error happened due to the sender's fault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "senderFault", "variableType" : "Boolean", "documentation" : "

Whether the error happened due to the sender's fault.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Code", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An error code representing why the action failed on this entry.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@return An error code representing why the action failed on this entry.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@param code An error code representing why the action failed on this entry.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

An error code representing why the action failed on this entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Message", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A message explaining why the action failed on this entry.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@return A message explaining why the action failed on this entry.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Message", "setterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@param message A message explaining why the action failed on this entry.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

A message explaining why the action failed on this entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "c2jName" : "Code", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An error code representing why the action failed on this entry.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@return An error code representing why the action failed on this entry.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@param code An error code representing why the action failed on this entry.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An error code representing why the action failed on this entry.

\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

An error code representing why the action failed on this entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The id of an entry in a batch request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The id of an entry in a batch request.

\n@param id The id of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The id of an entry in a batch request.

\n@return The id of an entry in a batch request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

The id of an entry in a batch request.

\n@param id The id of an entry in a batch request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The id of an entry in a batch request.

\n@param id The id of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The id of an entry in a batch request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Message" : { "c2jName" : "Message", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A message explaining why the action failed on this entry.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@return A message explaining why the action failed on this entry.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Message", "setterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@param message A message explaining why the action failed on this entry.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A message explaining why the action failed on this entry.

\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

A message explaining why the action failed on this entry.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SenderFault" : { "c2jName" : "SenderFault", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether the error happened due to the sender's fault.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@param senderFault Whether the error happened due to the sender's fault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@return Whether the error happened due to the sender's fault.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SenderFault", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SenderFault", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SenderFault", "setterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@param senderFault Whether the error happened due to the sender's fault.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "senderFault", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the error happened due to the sender's fault.

\n@param senderFault Whether the error happened due to the sender's fault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "senderFault", "variableType" : "Boolean", "documentation" : "

Whether the error happened due to the sender's fault.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "SenderFault", "Code" ], "shapeName" : "BatchResultErrorEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "batchResultErrorEntry", "variableType" : "BatchResultErrorEntry", "documentation" : null, "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "wrapper" : false }, "ChangeMessageVisibilityBatchRequest" : { "c2jName" : "ChangeMessageVisibilityBatchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ChangeMessageVisibilityBatch", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Entries", "c2jShape" : "ChangeMessageVisibilityBatchRequestEntryList", "deprecated" : false, "documentation" : "

A list of receipt handles of the messages for which the visibility timeout must be changed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n@return A list of receipt handles of the messages for which the visibility timeout must be changed.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Entries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Entries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeMessageVisibilityBatchRequestEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeMessageVisibilityBatchRequestEntry", "memberType" : "ChangeMessageVisibilityBatchRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Entries", "setterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of receipt handles of the messages for which the visibility timeout must be changed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Entries" : { "c2jName" : "Entries", "c2jShape" : "ChangeMessageVisibilityBatchRequestEntryList", "deprecated" : false, "documentation" : "

A list of receipt handles of the messages for which the visibility timeout must be changed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n@return A list of receipt handles of the messages for which the visibility timeout must be changed.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Entries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Entries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeMessageVisibilityBatchRequestEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeMessageVisibilityBatchRequestEntry", "memberType" : "ChangeMessageVisibilityBatchRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Entries", "setterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of receipt handles of the messages for which the visibility timeout must be changed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of receipt handles of the messages for which the visibility timeout must be changed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "Entries" ], "shapeName" : "ChangeMessageVisibilityBatchRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequest", "variableName" : "changeMessageVisibilityBatchRequest", "variableType" : "ChangeMessageVisibilityBatchRequest", "documentation" : null, "simpleType" : "ChangeMessageVisibilityBatchRequest", "variableSetterType" : "ChangeMessageVisibilityBatchRequest" }, "wrapper" : false }, "ChangeMessageVisibilityBatchRequestEntry" : { "c2jName" : "ChangeMessageVisibilityBatchRequestEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.

All of the following parameters are list parameters that must be prefixed with ChangeMessageVisibilityBatchRequestEntry.n, where n is an integer value starting with 1. For example, a parameter list for this action might look like this:

Your_Receipt_Handle]]>

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@return An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A receipt handle.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A receipt handle.

\n@return A receipt handle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

A receipt handle.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VisibilityTimeout", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The new value (in seconds) for the message's visibility timeout.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@return The new value (in seconds) for the message's visibility timeout.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VisibilityTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VisibilityTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VisibilityTimeout", "setterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "

The new value (in seconds) for the message's visibility timeout.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@return An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReceiptHandle" : { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A receipt handle.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A receipt handle.

\n@return A receipt handle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

A receipt handle.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VisibilityTimeout" : { "c2jName" : "VisibilityTimeout", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The new value (in seconds) for the message's visibility timeout.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@return The new value (in seconds) for the message's visibility timeout.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VisibilityTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VisibilityTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VisibilityTimeout", "setterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The new value (in seconds) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "

The new value (in seconds) for the message's visibility timeout.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "ReceiptHandle" ], "shapeName" : "ChangeMessageVisibilityBatchRequestEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry", "variableName" : "changeMessageVisibilityBatchRequestEntry", "variableType" : "ChangeMessageVisibilityBatchRequestEntry", "documentation" : null, "simpleType" : "ChangeMessageVisibilityBatchRequestEntry", "variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry" }, "wrapper" : false }, "ChangeMessageVisibilityBatchResult" : { "c2jName" : "ChangeMessageVisibilityBatchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Successful", "c2jShape" : "ChangeMessageVisibilityBatchResultEntryList", "deprecated" : false, "documentation" : "

A list of ChangeMessageVisibilityBatchResultEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n@param successful A list of ChangeMessageVisibilityBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n@return A list of ChangeMessageVisibilityBatchResultEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Successful", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Successful", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeMessageVisibilityBatchResultEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "variableSetterType" : "ChangeMessageVisibilityBatchResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "variableSetterType" : "ChangeMessageVisibilityBatchResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeMessageVisibilityBatchResultEntry", "memberType" : "ChangeMessageVisibilityBatchResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Successful", "setterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n@param successful A list of ChangeMessageVisibilityBatchResultEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful A list of ChangeMessageVisibilityBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "

A list of ChangeMessageVisibilityBatchResultEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Failed", "c2jShape" : "BatchResultErrorEntryList", "deprecated" : false, "documentation" : "

A list of BatchResultErrorEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@return A list of BatchResultErrorEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failed", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchResultErrorEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "BatchResultErrorEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchResultErrorEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchResultErrorEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BatchResultErrorEntry", "memberType" : "BatchResultErrorEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BatchResultErrorEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failed", "setterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "

A list of BatchResultErrorEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failed" : { "c2jName" : "Failed", "c2jShape" : "BatchResultErrorEntryList", "deprecated" : false, "documentation" : "

A list of BatchResultErrorEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@return A list of BatchResultErrorEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failed", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchResultErrorEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "BatchResultErrorEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchResultErrorEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchResultErrorEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BatchResultErrorEntry", "memberType" : "BatchResultErrorEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BatchResultErrorEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failed", "setterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "

A list of BatchResultErrorEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Successful" : { "c2jName" : "Successful", "c2jShape" : "ChangeMessageVisibilityBatchResultEntryList", "deprecated" : false, "documentation" : "

A list of ChangeMessageVisibilityBatchResultEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n@param successful A list of ChangeMessageVisibilityBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n@return A list of ChangeMessageVisibilityBatchResultEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Successful", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Successful", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeMessageVisibilityBatchResultEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "variableSetterType" : "ChangeMessageVisibilityBatchResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry", "variableName" : "member", "variableType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : "", "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "variableSetterType" : "ChangeMessageVisibilityBatchResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeMessageVisibilityBatchResultEntry", "memberType" : "ChangeMessageVisibilityBatchResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Successful", "setterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n@param successful A list of ChangeMessageVisibilityBatchResultEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of ChangeMessageVisibilityBatchResultEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful A list of ChangeMessageVisibilityBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "

A list of ChangeMessageVisibilityBatchResultEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Successful", "Failed" ], "shapeName" : "ChangeMessageVisibilityBatchResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ChangeMessageVisibilityBatchResult" }, "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchResult", "variableName" : "changeMessageVisibilityBatchResult", "variableType" : "ChangeMessageVisibilityBatchResult", "documentation" : null, "simpleType" : "ChangeMessageVisibilityBatchResult", "variableSetterType" : "ChangeMessageVisibilityBatchResult" }, "wrapper" : false }, "ChangeMessageVisibilityBatchResultEntry" : { "c2jName" : "ChangeMessageVisibilityBatchResultEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Encloses the id of an entry in ChangeMessageVisibilityBatch.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Represents a message whose visibility timeout has been changed successfully.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@return Represents a message whose visibility timeout has been changed successfully.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@param id Represents a message whose visibility timeout has been changed successfully.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Represents a message whose visibility timeout has been changed successfully.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Represents a message whose visibility timeout has been changed successfully.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@return Represents a message whose visibility timeout has been changed successfully.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@param id Represents a message whose visibility timeout has been changed successfully.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Represents a message whose visibility timeout has been changed successfully.

\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Represents a message whose visibility timeout has been changed successfully.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "ChangeMessageVisibilityBatchResultEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry", "variableName" : "changeMessageVisibilityBatchResultEntry", "variableType" : "ChangeMessageVisibilityBatchResultEntry", "documentation" : null, "simpleType" : "ChangeMessageVisibilityBatchResultEntry", "variableSetterType" : "ChangeMessageVisibilityBatchResultEntry" }, "wrapper" : false }, "ChangeMessageVisibilityRequest" : { "c2jName" : "ChangeMessageVisibilityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ChangeMessageVisibility", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@param receiptHandle The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@return The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@param receiptHandle The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@param receiptHandle The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VisibilityTimeout", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@return The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VisibilityTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VisibilityTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VisibilityTimeout", "setterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReceiptHandle" : { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@param receiptHandle The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@return The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@param receiptHandle The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

\n@param receiptHandle The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VisibilityTimeout" : { "c2jName" : "VisibilityTimeout", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@return The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VisibilityTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VisibilityTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VisibilityTimeout", "setterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

\n@param visibilityTimeout The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "ReceiptHandle", "VisibilityTimeout" ], "shapeName" : "ChangeMessageVisibilityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityRequest", "variableName" : "changeMessageVisibilityRequest", "variableType" : "ChangeMessageVisibilityRequest", "documentation" : null, "simpleType" : "ChangeMessageVisibilityRequest", "variableSetterType" : "ChangeMessageVisibilityRequest" }, "wrapper" : false }, "ChangeMessageVisibilityResult" : { "c2jName" : "ChangeMessageVisibilityResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ChangeMessageVisibilityResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeMessageVisibilityResult", "variableName" : "changeMessageVisibilityResult", "variableType" : "ChangeMessageVisibilityResult", "documentation" : null, "simpleType" : "ChangeMessageVisibilityResult", "variableSetterType" : "ChangeMessageVisibilityResult" }, "wrapper" : false }, "CreateQueueRequest" : { "c2jName" : "CreateQueueRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateQueue", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name for the queue to be created.

Queue names are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@param queueName The name for the queue to be created.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@return The name for the queue to be created.

Queue names are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueName", "setterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@param queueName The name for the queue to be created.

Queue names are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@param queueName The name for the queue to be created.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "

The name for the queue to be created.

Queue names are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@return A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@return A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters the CreateQueue action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "QueueName" : { "c2jName" : "QueueName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name for the queue to be created.

Queue names are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@param queueName The name for the queue to be created.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@return The name for the queue to be created.

Queue names are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueName", "setterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@param queueName The name for the queue to be created.

Queue names are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name for the queue to be created.

Queue names are case-sensitive.

\n@param queueName The name for the queue to be created.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "

The name for the queue to be created.

Queue names are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueName" ], "shapeName" : "CreateQueueRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateQueueRequest", "variableName" : "createQueueRequest", "variableType" : "CreateQueueRequest", "documentation" : null, "simpleType" : "CreateQueueRequest", "variableSetterType" : "CreateQueueRequest" }, "wrapper" : false }, "CreateQueueResult" : { "c2jName" : "CreateQueueResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Returns the QueueUrl element of the created queue.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL for the created Amazon SQS queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@param queueUrl The URL for the created Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@return The URL for the created Amazon SQS queue.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@param queueUrl The URL for the created Amazon SQS queue.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@param queueUrl The URL for the created Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL for the created Amazon SQS queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL for the created Amazon SQS queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@param queueUrl The URL for the created Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@return The URL for the created Amazon SQS queue.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@param queueUrl The URL for the created Amazon SQS queue.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL for the created Amazon SQS queue.

\n@param queueUrl The URL for the created Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL for the created Amazon SQS queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateQueueResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateQueueResult" }, "variable" : { "variableDeclarationType" : "CreateQueueResult", "variableName" : "createQueueResult", "variableType" : "CreateQueueResult", "documentation" : null, "simpleType" : "CreateQueueResult", "variableSetterType" : "CreateQueueResult" }, "wrapper" : false }, "DeleteMessageBatchRequest" : { "c2jName" : "DeleteMessageBatchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteMessageBatch", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Entries", "c2jShape" : "DeleteMessageBatchRequestEntryList", "deprecated" : false, "documentation" : "

A list of receipt handles for the messages to be deleted.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n@param entries A list of receipt handles for the messages to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n@return A list of receipt handles for the messages to be deleted.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Entries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Entries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DeleteMessageBatchRequestEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "DeleteMessageBatchRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteMessageBatchRequestEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteMessageBatchRequestEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "DeleteMessageBatchRequestEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchRequestEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchRequestEntry", "variableSetterType" : "DeleteMessageBatchRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteMessageBatchRequestEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchRequestEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchRequestEntry", "variableSetterType" : "DeleteMessageBatchRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DeleteMessageBatchRequestEntry", "memberType" : "DeleteMessageBatchRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DeleteMessageBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Entries", "setterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n@param entries A list of receipt handles for the messages to be deleted.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries A list of receipt handles for the messages to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of receipt handles for the messages to be deleted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Entries" : { "c2jName" : "Entries", "c2jShape" : "DeleteMessageBatchRequestEntryList", "deprecated" : false, "documentation" : "

A list of receipt handles for the messages to be deleted.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n@param entries A list of receipt handles for the messages to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n@return A list of receipt handles for the messages to be deleted.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Entries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Entries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DeleteMessageBatchRequestEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "DeleteMessageBatchRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteMessageBatchRequestEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteMessageBatchRequestEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "DeleteMessageBatchRequestEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchRequestEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchRequestEntry", "variableSetterType" : "DeleteMessageBatchRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteMessageBatchRequestEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchRequestEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchRequestEntry", "variableSetterType" : "DeleteMessageBatchRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DeleteMessageBatchRequestEntry", "memberType" : "DeleteMessageBatchRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DeleteMessageBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Entries", "setterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n@param entries A list of receipt handles for the messages to be deleted.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of receipt handles for the messages to be deleted.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries A list of receipt handles for the messages to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of receipt handles for the messages to be deleted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "Entries" ], "shapeName" : "DeleteMessageBatchRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteMessageBatchRequest", "variableName" : "deleteMessageBatchRequest", "variableType" : "DeleteMessageBatchRequest", "documentation" : null, "simpleType" : "DeleteMessageBatchRequest", "variableSetterType" : "DeleteMessageBatchRequest" }, "wrapper" : false }, "DeleteMessageBatchRequestEntry" : { "c2jName" : "DeleteMessageBatchRequestEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Encloses a receipt handle and an identifier for it.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@return An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A receipt handle.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A receipt handle.

\n@return A receipt handle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

A receipt handle.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@return An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for this particular receipt handle. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReceiptHandle" : { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A receipt handle.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A receipt handle.

\n@return A receipt handle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A receipt handle.

\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

A receipt handle.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "ReceiptHandle" ], "shapeName" : "DeleteMessageBatchRequestEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteMessageBatchRequestEntry", "variableName" : "deleteMessageBatchRequestEntry", "variableType" : "DeleteMessageBatchRequestEntry", "documentation" : null, "simpleType" : "DeleteMessageBatchRequestEntry", "variableSetterType" : "DeleteMessageBatchRequestEntry" }, "wrapper" : false }, "DeleteMessageBatchResult" : { "c2jName" : "DeleteMessageBatchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message cannot be deleted.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Successful", "c2jShape" : "DeleteMessageBatchResultEntryList", "deprecated" : false, "documentation" : "

A list of DeleteMessageBatchResultEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n@param successful A list of DeleteMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n@return A list of DeleteMessageBatchResultEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Successful", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Successful", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DeleteMessageBatchResultEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "DeleteMessageBatchResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteMessageBatchResultEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteMessageBatchResultEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "DeleteMessageBatchResultEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchResultEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchResultEntry", "variableSetterType" : "DeleteMessageBatchResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteMessageBatchResultEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchResultEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchResultEntry", "variableSetterType" : "DeleteMessageBatchResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DeleteMessageBatchResultEntry", "memberType" : "DeleteMessageBatchResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DeleteMessageBatchResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Successful", "setterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n@param successful A list of DeleteMessageBatchResultEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful A list of DeleteMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "

A list of DeleteMessageBatchResultEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Failed", "c2jShape" : "BatchResultErrorEntryList", "deprecated" : false, "documentation" : "

A list of BatchResultErrorEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@return A list of BatchResultErrorEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failed", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchResultErrorEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "BatchResultErrorEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchResultErrorEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchResultErrorEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BatchResultErrorEntry", "memberType" : "BatchResultErrorEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BatchResultErrorEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failed", "setterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "

A list of BatchResultErrorEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failed" : { "c2jName" : "Failed", "c2jShape" : "BatchResultErrorEntryList", "deprecated" : false, "documentation" : "

A list of BatchResultErrorEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@return A list of BatchResultErrorEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failed", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchResultErrorEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "BatchResultErrorEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchResultErrorEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchResultErrorEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BatchResultErrorEntry", "memberType" : "BatchResultErrorEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BatchResultErrorEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failed", "setterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n@param failed A list of BatchResultErrorEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of BatchResultErrorEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed A list of BatchResultErrorEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "

A list of BatchResultErrorEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Successful" : { "c2jName" : "Successful", "c2jShape" : "DeleteMessageBatchResultEntryList", "deprecated" : false, "documentation" : "

A list of DeleteMessageBatchResultEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n@param successful A list of DeleteMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n@return A list of DeleteMessageBatchResultEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Successful", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Successful", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DeleteMessageBatchResultEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "DeleteMessageBatchResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteMessageBatchResultEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteMessageBatchResultEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "DeleteMessageBatchResultEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchResultEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchResultEntry", "variableSetterType" : "DeleteMessageBatchResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteMessageBatchResultEntry", "variableName" : "member", "variableType" : "DeleteMessageBatchResultEntry", "documentation" : "", "simpleType" : "DeleteMessageBatchResultEntry", "variableSetterType" : "DeleteMessageBatchResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DeleteMessageBatchResultEntry", "memberType" : "DeleteMessageBatchResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DeleteMessageBatchResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Successful", "setterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n@param successful A list of DeleteMessageBatchResultEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of DeleteMessageBatchResultEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful A list of DeleteMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "

A list of DeleteMessageBatchResultEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Successful", "Failed" ], "shapeName" : "DeleteMessageBatchResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteMessageBatchResult" }, "variable" : { "variableDeclarationType" : "DeleteMessageBatchResult", "variableName" : "deleteMessageBatchResult", "variableType" : "DeleteMessageBatchResult", "documentation" : null, "simpleType" : "DeleteMessageBatchResult", "variableSetterType" : "DeleteMessageBatchResult" }, "wrapper" : false }, "DeleteMessageBatchResultEntry" : { "c2jName" : "DeleteMessageBatchResultEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Encloses the id an entry in DeleteMessageBatch.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Represents a successfully deleted message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Represents a successfully deleted message.

\n@param id Represents a successfully deleted message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Represents a successfully deleted message.

\n@return Represents a successfully deleted message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

Represents a successfully deleted message.

\n@param id Represents a successfully deleted message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Represents a successfully deleted message.

\n@param id Represents a successfully deleted message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Represents a successfully deleted message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Represents a successfully deleted message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Represents a successfully deleted message.

\n@param id Represents a successfully deleted message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Represents a successfully deleted message.

\n@return Represents a successfully deleted message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

Represents a successfully deleted message.

\n@param id Represents a successfully deleted message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Represents a successfully deleted message.

\n@param id Represents a successfully deleted message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Represents a successfully deleted message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "DeleteMessageBatchResultEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteMessageBatchResultEntry", "variableName" : "deleteMessageBatchResultEntry", "variableType" : "DeleteMessageBatchResultEntry", "documentation" : null, "simpleType" : "DeleteMessageBatchResultEntry", "variableSetterType" : "DeleteMessageBatchResultEntry" }, "wrapper" : false }, "DeleteMessageRequest" : { "c2jName" : "DeleteMessageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteMessage", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The receipt handle associated with the message to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@param receiptHandle The receipt handle associated with the message to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@return The receipt handle associated with the message to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@param receiptHandle The receipt handle associated with the message to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@param receiptHandle The receipt handle associated with the message to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

The receipt handle associated with the message to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReceiptHandle" : { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The receipt handle associated with the message to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@param receiptHandle The receipt handle associated with the message to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@return The receipt handle associated with the message to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@param receiptHandle The receipt handle associated with the message to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The receipt handle associated with the message to delete.

\n@param receiptHandle The receipt handle associated with the message to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

The receipt handle associated with the message to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "ReceiptHandle" ], "shapeName" : "DeleteMessageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteMessageRequest", "variableName" : "deleteMessageRequest", "variableType" : "DeleteMessageRequest", "documentation" : null, "simpleType" : "DeleteMessageRequest", "variableSetterType" : "DeleteMessageRequest" }, "wrapper" : false }, "DeleteMessageResult" : { "c2jName" : "DeleteMessageResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteMessageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteMessageResult", "variableName" : "deleteMessageResult", "variableType" : "DeleteMessageResult", "documentation" : null, "simpleType" : "DeleteMessageResult", "variableSetterType" : "DeleteMessageResult" }, "wrapper" : false }, "DeleteQueueRequest" : { "c2jName" : "DeleteQueueRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteQueue", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl" ], "shapeName" : "DeleteQueueRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteQueueRequest", "variableName" : "deleteQueueRequest", "variableType" : "DeleteQueueRequest", "documentation" : null, "simpleType" : "DeleteQueueRequest", "variableSetterType" : "DeleteQueueRequest" }, "wrapper" : false }, "DeleteQueueResult" : { "c2jName" : "DeleteQueueResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteQueueResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteQueueResult", "variableName" : "deleteQueueResult", "variableType" : "DeleteQueueResult", "documentation" : null, "simpleType" : "DeleteQueueResult", "variableSetterType" : "DeleteQueueResult" }, "wrapper" : false }, "EmptyBatchRequestException" : { "c2jName" : "EmptyBatchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Batch request does not contain an entry.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.EmptyBatchRequest", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "EmptyBatchRequestException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EmptyBatchRequestException", "variableName" : "emptyBatchRequestException", "variableType" : "EmptyBatchRequestException", "documentation" : null, "simpleType" : "EmptyBatchRequestException", "variableSetterType" : "EmptyBatchRequestException" }, "wrapper" : false }, "GetQueueAttributesRequest" : { "c2jName" : "GetQueueAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetQueueAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@param attributeNames A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@return A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@see QueueAttributeName*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeNames", "setterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@param attributeNames A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeNames(java.util.Collection)} or {@link #withAttributeNames(java.util.Collection)} if you want to override the existing values.

\n@param attributeNames A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@param attributeNames A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@return A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@see QueueAttributeName*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeNames", "setterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@param attributeNames A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeNames(java.util.Collection)} or {@link #withAttributeNames(java.util.Collection)} if you want to override the existing values.

\n@param attributeNames A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attributes to retrieve information for. The following attributes are supported:

  • All - returns all values.

  • ApproximateNumberOfMessages - returns the approximate number of visible messages in a queue. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • ApproximateNumberOfMessagesNotVisible - returns the approximate number of messages that are not timed-out and not deleted. For more information, see Resources Required to Process Messages in the Amazon SQS Developer Guide.

  • VisibilityTimeout - returns the visibility timeout for the queue. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • CreatedTimestamp - returns the time when the queue was created (epoch time in seconds).

  • LastModifiedTimestamp - returns the time when the queue was last changed (epoch time in seconds).

  • Policy - returns the queue's policy.

  • MaximumMessageSize - returns the limit of how many bytes a message can contain before Amazon SQS rejects it.

  • MessageRetentionPeriod - returns the number of seconds Amazon SQS retains a message.

  • QueueArn - returns the queue's Amazon resource name (ARN).

  • ApproximateNumberOfMessagesDelayed - returns the approximate number of messages that are pending to be added to the queue.

  • DelaySeconds - returns the default delay on the queue in seconds.

  • ReceiveMessageWaitTimeSeconds - returns the time for which a ReceiveMessage call will wait for a message to arrive.

  • RedrivePolicy - returns the parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl" ], "shapeName" : "GetQueueAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetQueueAttributesRequest", "variableName" : "getQueueAttributesRequest", "variableType" : "GetQueueAttributesRequest", "documentation" : null, "simpleType" : "GetQueueAttributesRequest", "variableSetterType" : "GetQueueAttributesRequest" }, "wrapper" : false }, "GetQueueAttributesResult" : { "c2jName" : "GetQueueAttributesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A list of returned queue attributes.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

A map of attributes to the respective values.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A map of attributes to the respective values.

\n@param attributes A map of attributes to the respective values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A map of attributes to the respective values.

\n@return A map of attributes to the respective values.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

A map of attributes to the respective values.

\n@param attributes A map of attributes to the respective values.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

A map of attributes to the respective values.

\n@param attributes A map of attributes to the respective values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A map of attributes to the respective values.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

A map of attributes to the respective values.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A map of attributes to the respective values.

\n@param attributes A map of attributes to the respective values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A map of attributes to the respective values.

\n@return A map of attributes to the respective values.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

A map of attributes to the respective values.

\n@param attributes A map of attributes to the respective values.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

A map of attributes to the respective values.

\n@param attributes A map of attributes to the respective values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A map of attributes to the respective values.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetQueueAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetQueueAttributesResult" }, "variable" : { "variableDeclarationType" : "GetQueueAttributesResult", "variableName" : "getQueueAttributesResult", "variableType" : "GetQueueAttributesResult", "documentation" : null, "simpleType" : "GetQueueAttributesResult", "variableSetterType" : "GetQueueAttributesResult" }, "wrapper" : false }, "GetQueueUrlRequest" : { "c2jName" : "GetQueueUrlRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetQueueUrl", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@param queueName The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@return The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueName", "setterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@param queueName The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@param queueName The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "QueueOwnerAWSAccountId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS account ID of the account that created the queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@param queueOwnerAWSAccountId The AWS account ID of the account that created the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@return The AWS account ID of the account that created the queue.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueOwnerAWSAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueOwnerAWSAccountId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueOwnerAWSAccountId", "setterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@param queueOwnerAWSAccountId The AWS account ID of the account that created the queue.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueOwnerAWSAccountId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@param queueOwnerAWSAccountId The AWS account ID of the account that created the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueOwnerAWSAccountId", "variableType" : "String", "documentation" : "

The AWS account ID of the account that created the queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueName" : { "c2jName" : "QueueName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@param queueName The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@return The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueName", "setterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@param queueName The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

\n@param queueName The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueName", "variableType" : "String", "documentation" : "

The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

Queue names are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "QueueOwnerAWSAccountId" : { "c2jName" : "QueueOwnerAWSAccountId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS account ID of the account that created the queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@param queueOwnerAWSAccountId The AWS account ID of the account that created the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@return The AWS account ID of the account that created the queue.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueOwnerAWSAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueOwnerAWSAccountId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueOwnerAWSAccountId", "setterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@param queueOwnerAWSAccountId The AWS account ID of the account that created the queue.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueOwnerAWSAccountId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID of the account that created the queue.

\n@param queueOwnerAWSAccountId The AWS account ID of the account that created the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueOwnerAWSAccountId", "variableType" : "String", "documentation" : "

The AWS account ID of the account that created the queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueName" ], "shapeName" : "GetQueueUrlRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetQueueUrlRequest", "variableName" : "getQueueUrlRequest", "variableType" : "GetQueueUrlRequest", "documentation" : null, "simpleType" : "GetQueueUrlRequest", "variableSetterType" : "GetQueueUrlRequest" }, "wrapper" : false }, "GetQueueUrlResult" : { "c2jName" : "GetQueueUrlResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

For more information, see Responses in the Amazon SQS Developer Guide.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL for the queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL for the queue.

\n@param queueUrl The URL for the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL for the queue.

\n@return The URL for the queue.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL for the queue.

\n@param queueUrl The URL for the queue.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL for the queue.

\n@param queueUrl The URL for the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL for the queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL for the queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL for the queue.

\n@param queueUrl The URL for the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL for the queue.

\n@return The URL for the queue.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL for the queue.

\n@param queueUrl The URL for the queue.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL for the queue.

\n@param queueUrl The URL for the queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL for the queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetQueueUrlResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetQueueUrlResult" }, "variable" : { "variableDeclarationType" : "GetQueueUrlResult", "variableName" : "getQueueUrlResult", "variableType" : "GetQueueUrlResult", "documentation" : null, "simpleType" : "GetQueueUrlResult", "variableSetterType" : "GetQueueUrlResult" }, "wrapper" : false }, "InvalidAttributeNameException" : { "c2jName" : "InvalidAttributeName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The attribute referred to does not exist.

", "enums" : null, "errorCode" : "InvalidAttributeName", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidAttributeNameException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidAttributeNameException", "variableName" : "invalidAttributeNameException", "variableType" : "InvalidAttributeNameException", "documentation" : null, "simpleType" : "InvalidAttributeNameException", "variableSetterType" : "InvalidAttributeNameException" }, "wrapper" : false }, "InvalidBatchEntryIdException" : { "c2jName" : "InvalidBatchEntryId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Id of a batch entry in a batch request does not abide by the specification.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.InvalidBatchEntryId", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidBatchEntryIdException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidBatchEntryIdException", "variableName" : "invalidBatchEntryIdException", "variableType" : "InvalidBatchEntryIdException", "documentation" : null, "simpleType" : "InvalidBatchEntryIdException", "variableSetterType" : "InvalidBatchEntryIdException" }, "wrapper" : false }, "InvalidIdFormatException" : { "c2jName" : "InvalidIdFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The receipt handle is not valid for the current version.

", "enums" : null, "errorCode" : "InvalidIdFormat", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidIdFormatException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidIdFormatException", "variableName" : "invalidIdFormatException", "variableType" : "InvalidIdFormatException", "documentation" : null, "simpleType" : "InvalidIdFormatException", "variableSetterType" : "InvalidIdFormatException" }, "wrapper" : false }, "InvalidMessageContentsException" : { "c2jName" : "InvalidMessageContents", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The message contains characters outside the allowed set.

", "enums" : null, "errorCode" : "InvalidMessageContents", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidMessageContentsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidMessageContentsException", "variableName" : "invalidMessageContentsException", "variableType" : "InvalidMessageContentsException", "documentation" : null, "simpleType" : "InvalidMessageContentsException", "variableSetterType" : "InvalidMessageContentsException" }, "wrapper" : false }, "ListDeadLetterSourceQueuesRequest" : { "c2jName" : "ListDeadLetterSourceQueuesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListDeadLetterSourceQueues", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of a dead letter queue.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@return The queue URL of a dead letter queue.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of a dead letter queue.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of a dead letter queue.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of a dead letter queue.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@return The queue URL of a dead letter queue.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of a dead letter queue.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of a dead letter queue.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The queue URL of a dead letter queue.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl" ], "shapeName" : "ListDeadLetterSourceQueuesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDeadLetterSourceQueuesRequest", "variableName" : "listDeadLetterSourceQueuesRequest", "variableType" : "ListDeadLetterSourceQueuesRequest", "documentation" : null, "simpleType" : "ListDeadLetterSourceQueuesRequest", "variableSetterType" : "ListDeadLetterSourceQueuesRequest" }, "wrapper" : false }, "ListDeadLetterSourceQueuesResult" : { "c2jName" : "ListDeadLetterSourceQueuesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A list of your dead letter source queues.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "queueUrls", "c2jShape" : "QueueUrlList", "deprecated" : false, "documentation" : "

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n@param queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n@return A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "queueUrls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "queueUrls", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueueUrl", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "QueueUrls", "setterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n@param queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setQueueUrls(java.util.Collection)} or {@link #withQueueUrls(java.util.Collection)} if you want to override the existing values.

\n@param queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrls" : { "c2jName" : "queueUrls", "c2jShape" : "QueueUrlList", "deprecated" : false, "documentation" : "

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n@param queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n@return A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "queueUrls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "queueUrls", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueueUrl", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "QueueUrls", "setterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n@param queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setQueueUrls(java.util.Collection)} or {@link #withQueueUrls(java.util.Collection)} if you want to override the existing values.

\n@param queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "queueUrls" ], "shapeName" : "ListDeadLetterSourceQueuesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListDeadLetterSourceQueuesResult" }, "variable" : { "variableDeclarationType" : "ListDeadLetterSourceQueuesResult", "variableName" : "listDeadLetterSourceQueuesResult", "variableType" : "ListDeadLetterSourceQueuesResult", "documentation" : null, "simpleType" : "ListDeadLetterSourceQueuesResult", "variableSetterType" : "ListDeadLetterSourceQueuesResult" }, "wrapper" : false }, "ListQueuesRequest" : { "c2jName" : "ListQueuesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListQueues", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueNamePrefix", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@param queueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@return A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueNamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueNamePrefix", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueNamePrefix", "setterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@param queueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueNamePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@param queueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueNamePrefix", "variableType" : "String", "documentation" : "

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueNamePrefix" : { "c2jName" : "QueueNamePrefix", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@param queueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@return A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueNamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueNamePrefix", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueNamePrefix", "setterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@param queueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueNamePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

\n@param queueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueNamePrefix", "variableType" : "String", "documentation" : "

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue names are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListQueuesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListQueuesRequest", "variableName" : "listQueuesRequest", "variableType" : "ListQueuesRequest", "documentation" : null, "simpleType" : "ListQueuesRequest", "variableSetterType" : "ListQueuesRequest" }, "wrapper" : false }, "ListQueuesResult" : { "c2jName" : "ListQueuesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A list of your queues.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "QueueUrls", "c2jShape" : "QueueUrlList", "deprecated" : false, "documentation" : "

A list of queue URLs, up to 1000 entries.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n@param queueUrls A list of queue URLs, up to 1000 entries.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n@return A list of queue URLs, up to 1000 entries.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrls", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueueUrl", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "QueueUrls", "setterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n@param queueUrls A list of queue URLs, up to 1000 entries.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setQueueUrls(java.util.Collection)} or {@link #withQueueUrls(java.util.Collection)} if you want to override the existing values.

\n@param queueUrls A list of queue URLs, up to 1000 entries.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "

A list of queue URLs, up to 1000 entries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrls" : { "c2jName" : "QueueUrls", "c2jShape" : "QueueUrlList", "deprecated" : false, "documentation" : "

A list of queue URLs, up to 1000 entries.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n@param queueUrls A list of queue URLs, up to 1000 entries.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n@return A list of queue URLs, up to 1000 entries.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrls", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "QueueUrl", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "QueueUrls", "setterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n@param queueUrls A list of queue URLs, up to 1000 entries.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of queue URLs, up to 1000 entries.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setQueueUrls(java.util.Collection)} or {@link #withQueueUrls(java.util.Collection)} if you want to override the existing values.

\n@param queueUrls A list of queue URLs, up to 1000 entries.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "queueUrls", "variableType" : "java.util.List", "documentation" : "

A list of queue URLs, up to 1000 entries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListQueuesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListQueuesResult" }, "variable" : { "variableDeclarationType" : "ListQueuesResult", "variableName" : "listQueuesResult", "variableType" : "ListQueuesResult", "documentation" : null, "simpleType" : "ListQueuesResult", "variableSetterType" : "ListQueuesResult" }, "wrapper" : false }, "Message" : { "c2jName" : "Message", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An Amazon SQS message.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MessageId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@param messageId A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@return A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageId", "setterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@param messageId A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@param messageId A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@param receiptHandle An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@return An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@param receiptHandle An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@param receiptHandle An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MD5OfBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message body string.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@param mD5OfBody An MD5 digest of the non-URL-encoded message body string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@return An MD5 digest of the non-URL-encoded message body string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfBody", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@param mD5OfBody An MD5 digest of the non-URL-encoded message body string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@param mD5OfBody An MD5 digest of the non-URL-encoded message body string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfBody", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message body string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Body", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The message's contents (not URL-encoded).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@param body The message's contents (not URL-encoded).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@return The message's contents (not URL-encoded).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Body", "setterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@param body The message's contents (not URL-encoded).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@param body The message's contents (not URL-encoded).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "

The message's contents (not URL-encoded).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@param attributes SenderId
, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@return SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@param attributes SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@param attributes SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MD5OfMessageAttributes", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageAttributes", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "deprecated" : false, "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@return Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : null, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "MessageAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "MessageAttributes", "setterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@param attributes SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@return SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@param attributes SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

\n@param attributes SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

SenderId, SentTimestamp, ApproximateReceiveCount, and/or ApproximateFirstReceiveTimestamp. SentTimestamp and ApproximateFirstReceiveTimestamp are each returned as an integer representing the epoch time in milliseconds.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Body" : { "c2jName" : "Body", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The message's contents (not URL-encoded).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@param body The message's contents (not URL-encoded).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@return The message's contents (not URL-encoded).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Body", "setterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@param body The message's contents (not URL-encoded).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The message's contents (not URL-encoded).

\n@param body The message's contents (not URL-encoded).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "

The message's contents (not URL-encoded).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MD5OfBody" : { "c2jName" : "MD5OfBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message body string.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@param mD5OfBody An MD5 digest of the non-URL-encoded message body string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@return An MD5 digest of the non-URL-encoded message body string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfBody", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@param mD5OfBody An MD5 digest of the non-URL-encoded message body string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string.

\n@param mD5OfBody An MD5 digest of the non-URL-encoded message body string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfBody", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message body string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MD5OfMessageAttributes" : { "c2jName" : "MD5OfMessageAttributes", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageAttributes", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MessageAttributes" : { "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "deprecated" : false, "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@return Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : null, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "MessageAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "MessageAttributes", "setterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "MessageId" : { "c2jName" : "MessageId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@param messageId A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@return A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageId", "setterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@param messageId A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

\n@param messageId A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

A unique identifier for the message. Message IDs are considered unique across all AWS accounts for an extended period of time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReceiptHandle" : { "c2jName" : "ReceiptHandle", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@param receiptHandle An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@return An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReceiptHandle", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReceiptHandle", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReceiptHandle", "setterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@param receiptHandle An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

\n@param receiptHandle An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "receiptHandle", "variableType" : "String", "documentation" : "

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Message", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "wrapper" : false }, "MessageAttributeValue" : { "c2jName" : "MessageAttributeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The user-specified message attribute value. For string data types, the value attribute has the same restrictions on the content as the message body. For more information, see SendMessage.

Name, type, and value must not be empty or null. In addition, the message body should not be empty or null. All parts of the message attribute, including name, type, and value, are included in the message size restriction, which is currently 256 KB (262,144 bytes).

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StringValue", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@return Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StringValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StringValue", "setterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BinaryValue", "c2jShape" : "Binary", "deprecated" : false, "documentation" : "

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BinaryValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BinaryValue", "setterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "documentation" : "

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StringListValues", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

Not implemented. Reserved for future use.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param stringListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@return Not implemented. Reserved for future use.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StringListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringListValue", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StringListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringListValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "StringListValue", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StringListValues", "setterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param stringListValues Not implemented. Reserved for future use.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stringListValues", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStringListValues(java.util.Collection)} or {@link #withStringListValues(java.util.Collection)} if you want to override the existing values.

\n@param stringListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stringListValues", "variableType" : "java.util.List", "documentation" : "

Not implemented. Reserved for future use.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BinaryListValues", "c2jShape" : "BinaryList", "deprecated" : false, "documentation" : "

Not implemented. Reserved for future use.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param binaryListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@return Not implemented. Reserved for future use.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BinaryListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryListValue", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Binary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return */", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BinaryListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryListValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param member */", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BinaryListValue", "memberType" : "java.nio.ByteBuffer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "ByteBuffer", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "BinaryListValues", "setterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param binaryListValues Not implemented. Reserved for future use.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "binaryListValues", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setBinaryListValues(java.util.Collection)} or {@link #withBinaryListValues(java.util.Collection)} if you want to override the existing values.

\n@param binaryListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "binaryListValues", "variableType" : "java.util.List", "documentation" : "

Not implemented. Reserved for future use.

", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DataType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@param dataType Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@return Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DataType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DataType", "setterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@param dataType Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@param dataType Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BinaryListValues" : { "c2jName" : "BinaryListValues", "c2jShape" : "BinaryList", "deprecated" : false, "documentation" : "

Not implemented. Reserved for future use.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param binaryListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@return Not implemented. Reserved for future use.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BinaryListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryListValue", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Binary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return */", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BinaryListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryListValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param member */", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BinaryListValue", "memberType" : "java.nio.ByteBuffer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "ByteBuffer", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "BinaryListValues", "setterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param binaryListValues Not implemented. Reserved for future use.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "binaryListValues", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setBinaryListValues(java.util.Collection)} or {@link #withBinaryListValues(java.util.Collection)} if you want to override the existing values.

\n@param binaryListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "binaryListValues", "variableType" : "java.util.List", "documentation" : "

Not implemented. Reserved for future use.

", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "BinaryValue" : { "c2jName" : "BinaryValue", "c2jShape" : "Binary", "deprecated" : false, "documentation" : "

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BinaryValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BinaryValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BinaryValue", "setterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "documentation" : "

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "DataType" : { "c2jName" : "DataType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@param dataType Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@return Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DataType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DataType", "setterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@param dataType Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

\n@param dataType Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Message Attribute Data Types.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StringListValues" : { "c2jName" : "StringListValues", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

Not implemented. Reserved for future use.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param stringListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@return Not implemented. Reserved for future use.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StringListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringListValue", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StringListValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringListValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "StringListValue", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StringListValues", "setterDocumentation" : "/**

Not implemented. Reserved for future use.

\n@param stringListValues Not implemented. Reserved for future use.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stringListValues", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Not implemented. Reserved for future use.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStringListValues(java.util.Collection)} or {@link #withStringListValues(java.util.Collection)} if you want to override the existing values.

\n@param stringListValues Not implemented. Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stringListValues", "variableType" : "java.util.List", "documentation" : "

Not implemented. Reserved for future use.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StringValue" : { "c2jName" : "StringValue", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@return Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StringValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StringValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StringValue", "setterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

\n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stringValue", "variableType" : "String", "documentation" : "

Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DataType" ], "shapeName" : "MessageAttributeValue", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "messageAttributeValue", "variableType" : "MessageAttributeValue", "documentation" : null, "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "wrapper" : false }, "MessageNotInflightException" : { "c2jName" : "MessageNotInflight", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The message referred to is not in flight.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.MessageNotInflight", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "MessageNotInflightException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MessageNotInflightException", "variableName" : "messageNotInflightException", "variableType" : "MessageNotInflightException", "documentation" : null, "simpleType" : "MessageNotInflightException", "variableSetterType" : "MessageNotInflightException" }, "wrapper" : false }, "OverLimitException" : { "c2jName" : "OverLimit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The action that you requested would violate a limit. For example, ReceiveMessage returns this error if the maximum number of messages inflight has already been reached. AddPermission returns this error if the maximum number of permissions for the queue has already been reached.

", "enums" : null, "errorCode" : "OverLimit", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "OverLimitException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OverLimitException", "variableName" : "overLimitException", "variableType" : "OverLimitException", "documentation" : null, "simpleType" : "OverLimitException", "variableSetterType" : "OverLimitException" }, "wrapper" : false }, "PurgeQueueInProgressException" : { "c2jName" : "PurgeQueueInProgress", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds, the time it can take to delete the messages in the queue.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.PurgeQueueInProgress", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PurgeQueueInProgressException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PurgeQueueInProgressException", "variableName" : "purgeQueueInProgressException", "variableType" : "PurgeQueueInProgressException", "documentation" : null, "simpleType" : "PurgeQueueInProgressException", "variableSetterType" : "PurgeQueueInProgressException" }, "wrapper" : false }, "PurgeQueueRequest" : { "c2jName" : "PurgeQueueRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PurgeQueue", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@return The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@return The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

\n@param queueUrl The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The queue URL of the queue to delete the messages from when using the PurgeQueue API.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl" ], "shapeName" : "PurgeQueueRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PurgeQueueRequest", "variableName" : "purgeQueueRequest", "variableType" : "PurgeQueueRequest", "documentation" : null, "simpleType" : "PurgeQueueRequest", "variableSetterType" : "PurgeQueueRequest" }, "wrapper" : false }, "PurgeQueueResult" : { "c2jName" : "PurgeQueueResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PurgeQueueResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PurgeQueueResult", "variableName" : "purgeQueueResult", "variableType" : "PurgeQueueResult", "documentation" : null, "simpleType" : "PurgeQueueResult", "variableSetterType" : "PurgeQueueResult" }, "wrapper" : false }, "QueueAttributeName" : { "c2jName" : "QueueAttributeName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Policy", "value" : "Policy" }, { "name" : "VisibilityTimeout", "value" : "VisibilityTimeout" }, { "name" : "MaximumMessageSize", "value" : "MaximumMessageSize" }, { "name" : "MessageRetentionPeriod", "value" : "MessageRetentionPeriod" }, { "name" : "ApproximateNumberOfMessages", "value" : "ApproximateNumberOfMessages" }, { "name" : "ApproximateNumberOfMessagesNotVisible", "value" : "ApproximateNumberOfMessagesNotVisible" }, { "name" : "CreatedTimestamp", "value" : "CreatedTimestamp" }, { "name" : "LastModifiedTimestamp", "value" : "LastModifiedTimestamp" }, { "name" : "QueueArn", "value" : "QueueArn" }, { "name" : "ApproximateNumberOfMessagesDelayed", "value" : "ApproximateNumberOfMessagesDelayed" }, { "name" : "DelaySeconds", "value" : "DelaySeconds" }, { "name" : "ReceiveMessageWaitTimeSeconds", "value" : "ReceiveMessageWaitTimeSeconds" }, { "name" : "RedrivePolicy", "value" : "RedrivePolicy" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "QueueAttributeName", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueueAttributeName", "variableName" : "queueAttributeName", "variableType" : "QueueAttributeName", "documentation" : null, "simpleType" : "QueueAttributeName", "variableSetterType" : "QueueAttributeName" }, "wrapper" : false }, "QueueDeletedRecentlyException" : { "c2jName" : "QueueDeletedRecently", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

You must wait 60 seconds after deleting a queue before you can create another with the same name.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.QueueDeletedRecently", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "QueueDeletedRecentlyException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "QueueDeletedRecentlyException", "variableName" : "queueDeletedRecentlyException", "variableType" : "QueueDeletedRecentlyException", "documentation" : null, "simpleType" : "QueueDeletedRecentlyException", "variableSetterType" : "QueueDeletedRecentlyException" }, "wrapper" : false }, "QueueDoesNotExistException" : { "c2jName" : "QueueDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The queue referred to does not exist.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.NonExistentQueue", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "QueueDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "QueueDoesNotExistException", "variableName" : "queueDoesNotExistException", "variableType" : "QueueDoesNotExistException", "documentation" : null, "simpleType" : "QueueDoesNotExistException", "variableSetterType" : "QueueDoesNotExistException" }, "wrapper" : false }, "QueueNameExistsException" : { "c2jName" : "QueueNameExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A queue already exists with this name. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.

", "enums" : null, "errorCode" : "QueueAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "QueueNameExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "QueueNameExistsException", "variableName" : "queueNameExistsException", "variableType" : "QueueNameExistsException", "documentation" : null, "simpleType" : "QueueNameExistsException", "variableSetterType" : "QueueNameExistsException" }, "wrapper" : false }, "ReceiptHandleIsInvalidException" : { "c2jName" : "ReceiptHandleIsInvalid", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The receipt handle provided is not valid.

", "enums" : null, "errorCode" : "ReceiptHandleIsInvalid", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ReceiptHandleIsInvalidException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReceiptHandleIsInvalidException", "variableName" : "receiptHandleIsInvalidException", "variableType" : "ReceiptHandleIsInvalidException", "documentation" : null, "simpleType" : "ReceiptHandleIsInvalidException", "variableSetterType" : "ReceiptHandleIsInvalidException" }, "wrapper" : false }, "ReceiveMessageRequest" : { "c2jName" : "ReceiveMessageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ReceiveMessage", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n@param attributeNames A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n@return A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@see QueueAttributeName*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeNames", "setterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n@param attributeNames A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeNames(java.util.Collection)} or {@link #withAttributeNames(java.util.Collection)} if you want to override the existing values.

\n@param attributeNames A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageAttributeNames", "c2jShape" : "MessageAttributeNameList", "deprecated" : false, "documentation" : "

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n@param messageAttributeNames The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n@return The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MessageAttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "MessageAttributeName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "MessageAttributeNames", "setterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n@param messageAttributeNames The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messageAttributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMessageAttributeNames(java.util.Collection)} or {@link #withMessageAttributeNames(java.util.Collection)} if you want to override the existing values.

\n@param messageAttributeNames The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messageAttributeNames", "variableType" : "java.util.List", "documentation" : "

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxNumberOfMessages", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@param maxNumberOfMessages The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@return The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxNumberOfMessages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfMessages", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxNumberOfMessages", "setterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@param maxNumberOfMessages The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfMessages", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@param maxNumberOfMessages The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfMessages", "variableType" : "Integer", "documentation" : "

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VisibilityTimeout", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@param visibilityTimeout The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@return The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VisibilityTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VisibilityTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VisibilityTimeout", "setterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@param visibilityTimeout The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@param visibilityTimeout The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WaitTimeSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@param waitTimeSeconds The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@return The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WaitTimeSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WaitTimeSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WaitTimeSeconds", "setterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@param waitTimeSeconds The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "waitTimeSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@param waitTimeSeconds The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "waitTimeSeconds", "variableType" : "Integer", "documentation" : "

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n@param attributeNames A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n@return A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@see QueueAttributeName*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeNames", "setterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n@param attributeNames A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeNames(java.util.Collection)} or {@link #withAttributeNames(java.util.Collection)} if you want to override the existing values.

\n@param attributeNames A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "

A list of attributes that need to be returned along with each message. These attributes include:

  • All - returns all values.

  • ApproximateFirstReceiveTimestamp - returns the time when the message was first received from the queue (epoch time in milliseconds).

  • ApproximateReceiveCount - returns the number of times a message has been received from the queue but not deleted.

  • SenderId - returns the AWS account number (or the IP address, if anonymous access is allowed) of the sender.

  • SentTimestamp - returns the time when the message was sent to the queue (epoch time in milliseconds).

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, DelaySeconds, LastModifiedTimestamp, MaximumMessageSize, MessageRetentionPeriod, Policy, QueueArn, ReceiveMessageWaitTimeSeconds, RedrivePolicy, and VisibilityTimeout) will be ignored.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MaxNumberOfMessages" : { "c2jName" : "MaxNumberOfMessages", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@param maxNumberOfMessages The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@return The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxNumberOfMessages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfMessages", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxNumberOfMessages", "setterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@param maxNumberOfMessages The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfMessages", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

\n@param maxNumberOfMessages The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfMessages", "variableType" : "Integer", "documentation" : "

The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. Values can be from 1 to 10. Default is 1.

All of the messages are not necessarily returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MessageAttributeNames" : { "c2jName" : "MessageAttributeNames", "c2jShape" : "MessageAttributeNameList", "deprecated" : false, "documentation" : "

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n@param messageAttributeNames The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n@return The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MessageAttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "MessageAttributeName", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "MessageAttributeNames", "setterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n@param messageAttributeNames The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messageAttributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMessageAttributeNames(java.util.Collection)} or {@link #withMessageAttributeNames(java.util.Collection)} if you want to override the existing values.

\n@param messageAttributeNames The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messageAttributeNames", "variableType" : "java.util.List", "documentation" : "

The name of the message attribute, where N is the index. The message attribute name can contain the following characters: A-Z, a-z, 0-9, underscore (_), hyphen (-), and period (.). The name must not start or end with a period, and it should not have successive periods. The name is case sensitive and must be unique among all attribute names for the message. The name can be up to 256 characters long. The name cannot start with \"AWS.\" or \"Amazon.\" (or any variations in casing), because these prefixes are reserved for use by Amazon Web Services.

When using ReceiveMessage, you can send a list of attribute names to receive, or you can return all of the attributes by specifying \"All\" or \".*\" in your request. You can also use \"bar.*\" to return all message attributes starting with the \"bar\" prefix.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VisibilityTimeout" : { "c2jName" : "VisibilityTimeout", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@param visibilityTimeout The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@return The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VisibilityTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VisibilityTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VisibilityTimeout", "setterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@param visibilityTimeout The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

\n@param visibilityTimeout The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "visibilityTimeout", "variableType" : "Integer", "documentation" : "

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "WaitTimeSeconds" : { "c2jName" : "WaitTimeSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@param waitTimeSeconds The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@return The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WaitTimeSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WaitTimeSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WaitTimeSeconds", "setterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@param waitTimeSeconds The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "waitTimeSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

\n@param waitTimeSeconds The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "waitTimeSeconds", "variableType" : "Integer", "documentation" : "

The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl" ], "shapeName" : "ReceiveMessageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReceiveMessageRequest", "variableName" : "receiveMessageRequest", "variableType" : "ReceiveMessageRequest", "documentation" : null, "simpleType" : "ReceiveMessageRequest", "variableSetterType" : "ReceiveMessageRequest" }, "wrapper" : false }, "ReceiveMessageResult" : { "c2jName" : "ReceiveMessageResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A list of received messages.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Messages", "c2jShape" : "MessageList", "deprecated" : false, "documentation" : "

A list of messages.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of messages.

\n@param messages A list of messages.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of messages.

\n@return A list of messages.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Messages", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Message", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Message", "memberType" : "Message", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Message", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Messages", "setterDocumentation" : "/**

A list of messages.

\n@param messages A list of messages.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of messages.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override the existing values.

\n@param messages A list of messages.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

A list of messages.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Messages" : { "c2jName" : "Messages", "c2jShape" : "MessageList", "deprecated" : false, "documentation" : "

A list of messages.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of messages.

\n@param messages A list of messages.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of messages.

\n@return A list of messages.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Messages", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Message", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Message", "variableName" : "member", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Message", "memberType" : "Message", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Message", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Messages", "setterDocumentation" : "/**

A list of messages.

\n@param messages A list of messages.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of messages.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override the existing values.

\n@param messages A list of messages.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

A list of messages.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ReceiveMessageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ReceiveMessageResult" }, "variable" : { "variableDeclarationType" : "ReceiveMessageResult", "variableName" : "receiveMessageResult", "variableType" : "ReceiveMessageResult", "documentation" : null, "simpleType" : "ReceiveMessageResult", "variableSetterType" : "ReceiveMessageResult" }, "wrapper" : false }, "RemovePermissionRequest" : { "c2jName" : "RemovePermissionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemovePermission", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Label", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The identification of the permission to remove. This is the label added with the AddPermission action.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@param label The identification of the permission to remove. This is the label added with the AddPermission action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@return The identification of the permission to remove. This is the label added with the AddPermission action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Label", "setterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@param label The identification of the permission to remove. This is the label added with the AddPermission action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@param label The identification of the permission to remove. This is the label added with the AddPermission action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

The identification of the permission to remove. This is the label added with the AddPermission action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Label" : { "c2jName" : "Label", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The identification of the permission to remove. This is the label added with the AddPermission action.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@param label The identification of the permission to remove. This is the label added with the AddPermission action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@return The identification of the permission to remove. This is the label added with the AddPermission action.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Label", "setterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@param label The identification of the permission to remove. This is the label added with the AddPermission action.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The identification of the permission to remove. This is the label added with the AddPermission action.

\n@param label The identification of the permission to remove. This is the label added with the AddPermission action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

The identification of the permission to remove. This is the label added with the AddPermission action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "Label" ], "shapeName" : "RemovePermissionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemovePermissionRequest", "variableName" : "removePermissionRequest", "variableType" : "RemovePermissionRequest", "documentation" : null, "simpleType" : "RemovePermissionRequest", "variableSetterType" : "RemovePermissionRequest" }, "wrapper" : false }, "RemovePermissionResult" : { "c2jName" : "RemovePermissionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RemovePermissionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemovePermissionResult", "variableName" : "removePermissionResult", "variableType" : "RemovePermissionResult", "documentation" : null, "simpleType" : "RemovePermissionResult", "variableSetterType" : "RemovePermissionResult" }, "wrapper" : false }, "SendMessageBatchRequest" : { "c2jName" : "SendMessageBatchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SendMessageBatch", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Entries", "c2jShape" : "SendMessageBatchRequestEntryList", "deprecated" : false, "documentation" : "

A list of SendMessageBatchRequestEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n@param entries A list of SendMessageBatchRequestEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n@return A list of SendMessageBatchRequestEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Entries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Entries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SendMessageBatchRequestEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "SendMessageBatchRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SendMessageBatchRequestEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SendMessageBatchRequestEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "SendMessageBatchRequestEntry", "variableName" : "member", "variableType" : "SendMessageBatchRequestEntry", "documentation" : "", "simpleType" : "SendMessageBatchRequestEntry", "variableSetterType" : "SendMessageBatchRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SendMessageBatchRequestEntry", "variableName" : "member", "variableType" : "SendMessageBatchRequestEntry", "documentation" : "", "simpleType" : "SendMessageBatchRequestEntry", "variableSetterType" : "SendMessageBatchRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "SendMessageBatchRequestEntry", "memberType" : "SendMessageBatchRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SendMessageBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Entries", "setterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n@param entries A list of SendMessageBatchRequestEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries A list of SendMessageBatchRequestEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of SendMessageBatchRequestEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Entries" : { "c2jName" : "Entries", "c2jShape" : "SendMessageBatchRequestEntryList", "deprecated" : false, "documentation" : "

A list of SendMessageBatchRequestEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n@param entries A list of SendMessageBatchRequestEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n@return A list of SendMessageBatchRequestEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Entries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Entries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SendMessageBatchRequestEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "SendMessageBatchRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SendMessageBatchRequestEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SendMessageBatchRequestEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "SendMessageBatchRequestEntry", "variableName" : "member", "variableType" : "SendMessageBatchRequestEntry", "documentation" : "", "simpleType" : "SendMessageBatchRequestEntry", "variableSetterType" : "SendMessageBatchRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SendMessageBatchRequestEntry", "variableName" : "member", "variableType" : "SendMessageBatchRequestEntry", "documentation" : "", "simpleType" : "SendMessageBatchRequestEntry", "variableSetterType" : "SendMessageBatchRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "SendMessageBatchRequestEntry", "memberType" : "SendMessageBatchRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SendMessageBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Entries", "setterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n@param entries A list of SendMessageBatchRequestEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of SendMessageBatchRequestEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries A list of SendMessageBatchRequestEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "entries", "variableType" : "java.util.List", "documentation" : "

A list of SendMessageBatchRequestEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "Entries" ], "shapeName" : "SendMessageBatchRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendMessageBatchRequest", "variableName" : "sendMessageBatchRequest", "variableType" : "SendMessageBatchRequest", "documentation" : null, "simpleType" : "SendMessageBatchRequest", "variableSetterType" : "SendMessageBatchRequest" }, "wrapper" : false }, "SendMessageBatchRequestEntry" : { "c2jName" : "SendMessageBatchRequestEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the details of a single Amazon SQS message along with a Id.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@return An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Body of the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Body of the message.

\n@param messageBody Body of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Body of the message.

\n@return Body of the message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageBody", "setterDocumentation" : "/**

Body of the message.

\n@param messageBody Body of the message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Body of the message.

\n@param messageBody Body of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

Body of the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DelaySeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of seconds for which the message has to be delayed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@param delaySeconds The number of seconds for which the message has to be delayed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@return The number of seconds for which the message has to be delayed.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelaySeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelaySeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelaySeconds", "setterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@param delaySeconds The number of seconds for which the message has to be delayed.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@param delaySeconds The number of seconds for which the message has to be delayed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "

The number of seconds for which the message has to be delayed.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "deprecated" : false, "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@return Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : null, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "MessageAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "MessageAttributes", "setterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelaySeconds" : { "c2jName" : "DelaySeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of seconds for which the message has to be delayed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@param delaySeconds The number of seconds for which the message has to be delayed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@return The number of seconds for which the message has to be delayed.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelaySeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelaySeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelaySeconds", "setterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@param delaySeconds The number of seconds for which the message has to be delayed.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of seconds for which the message has to be delayed.

\n@param delaySeconds The number of seconds for which the message has to be delayed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "

The number of seconds for which the message has to be delayed.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@return An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

\n@param id An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for the message in this batch. This is used to communicate the result. Note that the Ids of a batch request need to be unique within the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MessageAttributes" : { "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "deprecated" : false, "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@return Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : null, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "MessageAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "MessageAttributes", "setterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "MessageBody" : { "c2jName" : "MessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Body of the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Body of the message.

\n@param messageBody Body of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Body of the message.

\n@return Body of the message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageBody", "setterDocumentation" : "/**

Body of the message.

\n@param messageBody Body of the message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Body of the message.

\n@param messageBody Body of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

Body of the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "MessageBody" ], "shapeName" : "SendMessageBatchRequestEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendMessageBatchRequestEntry", "variableName" : "sendMessageBatchRequestEntry", "variableType" : "SendMessageBatchRequestEntry", "documentation" : null, "simpleType" : "SendMessageBatchRequestEntry", "variableSetterType" : "SendMessageBatchRequestEntry" }, "wrapper" : false }, "SendMessageBatchResult" : { "c2jName" : "SendMessageBatchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Successful", "c2jShape" : "SendMessageBatchResultEntryList", "deprecated" : false, "documentation" : "

A list of SendMessageBatchResultEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n@param successful A list of SendMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n@return A list of SendMessageBatchResultEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Successful", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Successful", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SendMessageBatchResultEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "SendMessageBatchResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SendMessageBatchResultEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SendMessageBatchResultEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "SendMessageBatchResultEntry", "variableName" : "member", "variableType" : "SendMessageBatchResultEntry", "documentation" : "", "simpleType" : "SendMessageBatchResultEntry", "variableSetterType" : "SendMessageBatchResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SendMessageBatchResultEntry", "variableName" : "member", "variableType" : "SendMessageBatchResultEntry", "documentation" : "", "simpleType" : "SendMessageBatchResultEntry", "variableSetterType" : "SendMessageBatchResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "SendMessageBatchResultEntry", "memberType" : "SendMessageBatchResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SendMessageBatchResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Successful", "setterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n@param successful A list of SendMessageBatchResultEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful A list of SendMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "

A list of SendMessageBatchResultEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Failed", "c2jShape" : "BatchResultErrorEntryList", "deprecated" : false, "documentation" : "

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n@param failed A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n@return A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failed", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchResultErrorEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "BatchResultErrorEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchResultErrorEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchResultErrorEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BatchResultErrorEntry", "memberType" : "BatchResultErrorEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BatchResultErrorEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failed", "setterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n@param failed A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failed" : { "c2jName" : "Failed", "c2jShape" : "BatchResultErrorEntryList", "deprecated" : false, "documentation" : "

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n@param failed A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n@return A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failed", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchResultErrorEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "BatchResultErrorEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchResultErrorEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchResultErrorEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BatchResultErrorEntry", "variableName" : "member", "variableType" : "BatchResultErrorEntry", "documentation" : "", "simpleType" : "BatchResultErrorEntry", "variableSetterType" : "BatchResultErrorEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "BatchResultErrorEntry", "memberType" : "BatchResultErrorEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BatchResultErrorEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failed", "setterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n@param failed A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failed", "variableType" : "java.util.List", "documentation" : "

A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Successful" : { "c2jName" : "Successful", "c2jShape" : "SendMessageBatchResultEntryList", "deprecated" : false, "documentation" : "

A list of SendMessageBatchResultEntry items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n@param successful A list of SendMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n@return A list of SendMessageBatchResultEntry items.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Successful", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Successful", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SendMessageBatchResultEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "SendMessageBatchResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SendMessageBatchResultEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SendMessageBatchResultEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "SendMessageBatchResultEntry", "variableName" : "member", "variableType" : "SendMessageBatchResultEntry", "documentation" : "", "simpleType" : "SendMessageBatchResultEntry", "variableSetterType" : "SendMessageBatchResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SendMessageBatchResultEntry", "variableName" : "member", "variableType" : "SendMessageBatchResultEntry", "documentation" : "", "simpleType" : "SendMessageBatchResultEntry", "variableSetterType" : "SendMessageBatchResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "SendMessageBatchResultEntry", "memberType" : "SendMessageBatchResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SendMessageBatchResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Successful", "setterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n@param successful A list of SendMessageBatchResultEntry items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of SendMessageBatchResultEntry items.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful A list of SendMessageBatchResultEntry items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "successful", "variableType" : "java.util.List", "documentation" : "

A list of SendMessageBatchResultEntry items.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Successful", "Failed" ], "shapeName" : "SendMessageBatchResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendMessageBatchResult" }, "variable" : { "variableDeclarationType" : "SendMessageBatchResult", "variableName" : "sendMessageBatchResult", "variableType" : "SendMessageBatchResult", "documentation" : null, "simpleType" : "SendMessageBatchResult", "variableSetterType" : "SendMessageBatchResult" }, "wrapper" : false }, "SendMessageBatchResultEntry" : { "c2jName" : "SendMessageBatchResultEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Encloses a message ID for successfully enqueued message of a SendMessageBatch.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for the message in this batch.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for the message in this batch.

\n@param id An identifier for the message in this batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for the message in this batch.

\n@return An identifier for the message in this batch.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for the message in this batch.

\n@param id An identifier for the message in this batch.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for the message in this batch.

\n@param id An identifier for the message in this batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for the message in this batch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for the message.

\n@param messageId An identifier for the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for the message.

\n@return An identifier for the message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageId", "setterDocumentation" : "/**

An identifier for the message.

\n@param messageId An identifier for the message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for the message.

\n@param messageId An identifier for the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

An identifier for the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MD5OfMessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageBody", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MD5OfMessageAttributes", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageAttributes", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for the message in this batch.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for the message in this batch.

\n@param id An identifier for the message in this batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for the message in this batch.

\n@return An identifier for the message in this batch.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

An identifier for the message in this batch.

\n@param id An identifier for the message in this batch.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for the message in this batch.

\n@param id An identifier for the message in this batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

An identifier for the message in this batch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MD5OfMessageAttributes" : { "c2jName" : "MD5OfMessageAttributes", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageAttributes", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MD5OfMessageBody" : { "c2jName" : "MD5OfMessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageBody", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MessageId" : { "c2jName" : "MessageId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An identifier for the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An identifier for the message.

\n@param messageId An identifier for the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An identifier for the message.

\n@return An identifier for the message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageId", "setterDocumentation" : "/**

An identifier for the message.

\n@param messageId An identifier for the message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An identifier for the message.

\n@param messageId An identifier for the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

An identifier for the message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "MessageId", "MD5OfMessageBody" ], "shapeName" : "SendMessageBatchResultEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendMessageBatchResultEntry", "variableName" : "sendMessageBatchResultEntry", "variableType" : "SendMessageBatchResultEntry", "documentation" : null, "simpleType" : "SendMessageBatchResultEntry", "variableSetterType" : "SendMessageBatchResultEntry" }, "wrapper" : false }, "SendMessageRequest" : { "c2jName" : "SendMessageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SendMessage", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@param messageBody The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@return The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageBody", "setterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@param messageBody The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@param messageBody The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DelaySeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@param delaySeconds The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@return The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelaySeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelaySeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelaySeconds", "setterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@param delaySeconds The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@param delaySeconds The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "deprecated" : false, "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@return Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : null, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "MessageAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "MessageAttributes", "setterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelaySeconds" : { "c2jName" : "DelaySeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@param delaySeconds The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@return The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelaySeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelaySeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelaySeconds", "setterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@param delaySeconds The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

\n@param delaySeconds The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "delaySeconds", "variableType" : "Integer", "documentation" : "

The number of seconds (0 to 900 - 15 minutes) to delay a specific message. Messages with a positive DelaySeconds value become available for processing after the delay time is finished. If you don't specify a value, the default value for the queue applies.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MessageAttributes" : { "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "deprecated" : false, "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@return Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageAttribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageAttribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : null, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageAttributeValue", "variableName" : "value", "variableType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "MessageAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "MessageAttributes", "setterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

\n@param messageAttributes Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "messageAttributes", "variableType" : "java.util.Map", "documentation" : "

Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "MessageBody" : { "c2jName" : "MessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@param messageBody The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@return The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageBody", "setterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@param messageBody The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

\n@param messageBody The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

The message to send. String maximum 256 KB in size. For a list of allowed characters, see the preceding important note.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "MessageBody" ], "shapeName" : "SendMessageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendMessageRequest", "variableName" : "sendMessageRequest", "variableType" : "SendMessageRequest", "documentation" : null, "simpleType" : "SendMessageRequest", "variableSetterType" : "SendMessageRequest" }, "wrapper" : false }, "SendMessageResult" : { "c2jName" : "SendMessageResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The MD5OfMessageBody and MessageId elements.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MD5OfMessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageBody", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MD5OfMessageAttributes", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageAttributes", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@param messageId An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@return An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageId", "setterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@param messageId An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@param messageId An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MD5OfMessageAttributes" : { "c2jName" : "MD5OfMessageAttributes", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageAttributes", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageAttributes An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageAttributes", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MD5OfMessageBody" : { "c2jName" : "MD5OfMessageBody", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@return An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MD5OfMessageBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MD5OfMessageBody", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MD5OfMessageBody", "setterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

\n@param mD5OfMessageBody An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mD5OfMessageBody", "variableType" : "String", "documentation" : "

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MessageId" : { "c2jName" : "MessageId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@param messageId An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@return An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MessageId", "setterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@param messageId An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

\n@param messageId An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SendMessageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendMessageResult" }, "variable" : { "variableDeclarationType" : "SendMessageResult", "variableName" : "sendMessageResult", "variableType" : "SendMessageResult", "documentation" : null, "simpleType" : "SendMessageResult", "variableSetterType" : "SendMessageResult" }, "wrapper" : false }, "SetQueueAttributesRequest" : { "c2jName" : "SetQueueAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetQueueAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@return A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@return A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "Name", "keyModel" : { "c2jName" : "key", "c2jShape" : "QueueAttributeName", "deprecated" : false, "documentation" : "", "enumType" : "QueueAttributeName", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "getterDocumentation" : "/**\n@return \n@see QueueAttributeName*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key \n@see QueueAttributeName*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "keyType" : "String", "valueLocationName" : "Value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Attributes", "setterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

\n@param attributes A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

A map of attributes to set.

The following lists the names, descriptions, and values of the special request parameters the SetQueueAttributes action uses:

  • DelaySeconds - The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 0 (zero).

  • MaximumMessageSize - The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB). The default for this attribute is 262144 (256 KiB).

  • MessageRetentionPeriod - The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days).

  • Policy - The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.

  • ReceiveMessageWaitTimeSeconds - The time for which a ReceiveMessage call will wait for a message to arrive. An integer from 0 to 20 (seconds). The default for this attribute is 0.

  • VisibilityTimeout - The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The default for this attribute is 30. For more information about visibility timeout, see Visibility Timeout in the Amazon SQS Developer Guide.

  • RedrivePolicy - The parameters for dead letter queue functionality of the source queue. For more information about RedrivePolicy and dead letter queues, see Using Amazon SQS Dead Letter Queues in the Amazon SQS Developer Guide.

Any other valid special request parameters that are specified (such as ApproximateNumberOfMessages, ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, CreatedTimestamp, LastModifiedTimestamp, and QueueArn) will be ignored.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "QueueUrl" : { "c2jName" : "QueueUrl", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@return The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueueUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueueUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "QueueUrl", "setterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

\n@param queueUrl The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "queueUrl", "variableType" : "String", "documentation" : "

The URL of the Amazon SQS queue to take action on.

Queue URLs are case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "QueueUrl", "Attributes" ], "shapeName" : "SetQueueAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetQueueAttributesRequest", "variableName" : "setQueueAttributesRequest", "variableType" : "SetQueueAttributesRequest", "documentation" : null, "simpleType" : "SetQueueAttributesRequest", "variableSetterType" : "SetQueueAttributesRequest" }, "wrapper" : false }, "SetQueueAttributesResult" : { "c2jName" : "SetQueueAttributesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetQueueAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetQueueAttributesResult", "variableName" : "setQueueAttributesResult", "variableType" : "SetQueueAttributesResult", "documentation" : null, "simpleType" : "SetQueueAttributesResult", "variableSetterType" : "SetQueueAttributesResult" }, "wrapper" : false }, "TooManyEntriesInBatchRequestException" : { "c2jName" : "TooManyEntriesInBatchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Batch request contains more number of entries than permissible.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.TooManyEntriesInBatchRequest", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyEntriesInBatchRequestException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyEntriesInBatchRequestException", "variableName" : "tooManyEntriesInBatchRequestException", "variableType" : "TooManyEntriesInBatchRequestException", "documentation" : null, "simpleType" : "TooManyEntriesInBatchRequestException", "variableSetterType" : "TooManyEntriesInBatchRequestException" }, "wrapper" : false }, "UnsupportedOperationException" : { "c2jName" : "UnsupportedOperation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Error code 400. Unsupported operation.

", "enums" : null, "errorCode" : "AWS.SimpleQueueService.UnsupportedOperation", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "UnsupportedOperationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedOperationException", "variableName" : "unsupportedOperationException", "variableType" : "UnsupportedOperationException", "documentation" : null, "simpleType" : "UnsupportedOperationException", "variableSetterType" : "UnsupportedOperationException" }, "wrapper" : false } }, "clientConfigFactory" : "com.amazonaws.services.sqs.AmazonSQSClientConfigurationFactory", "examples" : { "examples" : { "AddPermission" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example allows the specified AWS account to send messages to the specified queue.", "id" : "to-add-a-permission-to-a-queue-1472079068305", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "Label" : "SendMessagesFromMyQueue", "AWSAccountIds" : [ "12345EXAMPLE" ], "Actions" : [ "SendMessage" ] }, "output" : { }, "title" : "To add a permission to a queue" } ], "ChangeMessageVisibility" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the visibility timeout of the specified message to 10 hours (10 hours * 60 minutes * 60 seconds).", "id" : "to-change-the-visibility-timeout-of-a-single-message-1472079046292", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "ReceiptHandle" : "AQEBTpyI...t6HyQg==", "VisibilityTimeout" : 36000 }, "output" : { }, "title" : "To change the visibility timeout of a single message" } ], "ChangeMessageVisibilityBatch" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the visibility timeout of the two specified messages to 10 hours (10 hours * 60 minutes * 60 seconds).", "id" : "to-change-the-visibility-timeout-of-multiple-messages-1472079027081", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "Entries" : [ { "Id" : "FirstMessage", "ReceiptHandle" : "AQEBhz2q...Jf3kaw==", "VisibilityTimeout" : 36000 }, { "Id" : "SecondMessage", "ReceiptHandle" : "AQEBkTUH...HifSnw==", "VisibilityTimeout" : 36000 } ] }, "output" : { "Successful" : [ ], "Failed" : [ ] }, "title" : "To change the visibility timeout of multiple messages" } ], "CreateQueue" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following operation creates an Amazon SQS queue named MyQueue.", "id" : "to-create-an-sqs-queue-1472078982579", "input" : { "QueueName" : "MyQueue", "Attributes" : { "MessageRetentionPeriod" : "259200", "RedrivePolicy" : "{\"deadLetterTargetArn\":\"arn:aws:sqs:us-east-1:80398EXAMPLE:MyDeadLetterQueue\",\"maxReceiveCount\":\"1000\"}" } }, "output" : { "QueueUrl" : "https://queue.amazonaws.com/80398EXAMPLE/MyQueue" }, "title" : "To create an Amazon SQS queue" } ], "DeleteMessage" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified message.", "id" : "to-delete-a-single-message-1472078961585", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "ReceiptHandle" : "AQEBRXTo...q2doVA==" }, "output" : { }, "title" : "To delete a single message" } ], "DeleteMessageBatch" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the two specified messages.", "id" : "to-delete-multiple-messages-1472078930327", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "Entries" : [ { "Id" : "FirstMessage", "ReceiptHandle" : "AQEB1mgl...Z4GuLw==" }, { "Id" : "SecondMessage", "ReceiptHandle" : "AQEBLsYM...VQubAA==" } ] }, "output" : { "Successful" : [ { "Id" : "FirstMessage" }, { "Id" : "SecondMessage" } ], "Failed" : [ ] }, "title" : "To delete multiple messages" } ], "DeleteQueue" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified queue.", "id" : "to-delete-a-queue-1472151853558", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewerQueue" }, "output" : { }, "title" : "To delete a queue" } ], "GetQueueAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example gets all attributes of the specified queue.", "id" : "to-get-the-attributes-of-a-queue-1472149421128", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "AttributeNames" : [ "All" ] }, "output" : { "Attributes" : { "ApproximateNumberOfMessages" : "0", "ApproximateNumberOfMessagesDelayed" : "0", "ApproximateNumberOfMessagesNotVisible" : "0", "CreatedTimestamp" : "1442426968", "DelaySeconds" : "0", "LastModifiedTimestamp" : "1442426968", "MaximumMessageSize" : "262144", "MessageRetentionPeriod" : "345600", "QueueArn" : "arn:aws:sqs:us-east-1:80398EXAMPLE:MyNewQueue", "ReceiveMessageWaitTimeSeconds" : "0", "RedrivePolicy" : "{\"deadLetterTargetArn\":\"arn:aws:sqs:us-east-1:80398EXAMPLE:MyDeadLetterQueue\",\"maxReceiveCount\":1000}", "VisibilityTimeout" : "30" } }, "title" : "To get the attributes of a queue" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example gets only the specified queue's maximum message size and visibility timeout attributes.", "id" : "to-get-the-attributes-of-a-queue-1472517012839", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue", "AttributeNames" : [ "MaximumMessageSize VisibilityTimeout" ] }, "output" : { "Attributes" : { "MaximumMessageSize" : "262144", "VisibilityTimeout" : "30" } }, "title" : "To get the attributes of a queue" } ], "GetQueueUrl" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example gets the URL of the specified queue.", "id" : "to-get-the-url-of-a-queue-1472078901091", "input" : { "QueueName" : "MyQueue", "QueueOwnerAWSAccountId" : "123456789101" }, "output" : { "QueueUrl" : "https://queue.amazonaws.com/123456789101/MyQueue" }, "title" : "To get the URL of a queue" } ], "ListDeadLetterSourceQueues" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example lists the source queues associated with the specified dead letter queue.", "id" : "to-list-the-source-queues-of-a-dead-letter-queue-1472150435081", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyDeadLetterQueue" }, "output" : { "queueUrls" : [ "https://queue.amazonaws.com/80398EXAMPLE/MyQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyOtherQueue" ] }, "title" : "To list the source queues of a dead letter queue" } ], "ListQueues" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example lists all queues.", "id" : "to-list-queues-1472150595914", "input" : { "QueueNamePrefix" : "" }, "output" : { "QueueUrls" : [ "https://queue.amazonaws.com/80398EXAMPLE/MyDeadLetterQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyOtherQueue", "https://queue.amazonaws.com/80398EXAMPLE/TestQueue1", "https://queue.amazonaws.com/80398EXAMPLE/TestQueue2" ] }, "title" : "To list queues" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example lists only queues that start with "Ty".", "id" : "to-list-queues-1472517240103", "input" : { "QueueNamePrefix" : "My" }, "output" : { "QueueUrls" : [ "https://queue.amazonaws.com/80398EXAMPLE/MyDeadLetterQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyOtherQueue" ] }, "title" : "To list queues" } ], "PurgeQueue" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes all messages in the specified queue.", "id" : "to-purge-a-queue-1472150819702", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue" }, "output" : { }, "title" : "To purge a queue" } ], "ReceiveMessage" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example receives up to 10 available messages, returning all available attributes.", "id" : "to-receive-a-message-1472151462717", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "AttributeNames" : [ "All" ], "MessageAttributeNames" : [ "All" ], "MaxNumberOfMessages" : 10, "VisibilityTimeout" : 123, "WaitTimeSeconds" : 123 }, "output" : { "Messages" : [ { "MessageId" : "d6790f8d-d575-4f01-bc51-40122EXAMPLE", "ReceiptHandle" : "AQEBzbVv...fqNzFw==", "MD5OfBody" : "1000f835...a35411fa", "Body" : "My first message.", "Attributes" : { "ApproximateFirstReceiveTimestamp" : "1442428276921", "ApproximateReceiveCount" : "5", "SenderId" : "AIDAIAZKMSNQ7TEXAMPLE", "SentTimestamp" : "1442428276921" }, "MD5OfMessageAttributes" : "9424c491...26bc3ae7", "MessageAttributes" : { "City" : { "DataType" : "String", "StringValue" : "Any City" }, "PostalCode" : { "DataType" : "String", "StringValue" : "ABC123" } } } ] }, "title" : "To receive a message" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example receives the next available message, returning only the SenderId and SentTimestamp attributes and the PostalCode message attribute.", "id" : "to-receive-a-message-1472517398871", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "AttributeNames" : [ "SenderId SentTimestamp" ], "MessageAttributeNames" : [ "PostalCode" ], "MaxNumberOfMessages" : 123, "VisibilityTimeout" : 123, "WaitTimeSeconds" : 123 }, "output" : { "Messages" : [ { "MessageId" : "d6790f8d-d575-4f01-bc51-40122EXAMPLE", "ReceiptHandle" : "AQEB6nR4...HzlvZQ==", "MD5OfBody" : "1000f835...a35411fa", "Body" : "My first message.", "Attributes" : { "SenderId" : "AIDAIAZKMSNQ7TEXAMPLE", "SentTimestamp" : "1442428276921" }, "MD5OfMessageAttributes" : "b8e89563...e088e74f", "MessageAttributes" : { "PostalCode" : { "DataType" : "String", "StringValue" : "ABC123" } } } ] }, "title" : "To receive a message" } ], "RemovePermission" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example removes the permission with the specified label from the specified queue.", "id" : "to-remove-a-permission-from-a-queue-1472151967252", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "Label" : "SendMessagesFromMyQueue" }, "output" : { }, "title" : "To remove a permission from a queue" } ], "SendMessage" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sends a message with the specified message body, delay period, and message attributes to the specified queue.", "id" : "to-send-a-message-to-a-queue-1472152022619", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "MessageBody" : "Information about the largest city in Any Region.", "DelaySeconds" : 10, "MessageAttributes" : { "City" : { "DataType" : "String", "StringValue" : "Any City" }, "Greeting" : { "BinaryValue" : "Hello, World!", "DataType" : "Binary" }, "Population" : { "DataType" : "Number", "StringValue" : "1250800" } } }, "output" : { "MD5OfMessageBody" : "51b0a325...39163aa0", "MD5OfMessageAttributes" : "00484c68...59e48f06", "MessageId" : "da68f62c-0c07-4bee-bf5f-7e856EXAMPLE" }, "title" : "To send a message to a queue" } ], "SendMessageBatch" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sends two messages with the specified message bodies, delay periods, and message attributes to the specified queue.", "id" : "to-send-multiple-messages-1472152282144", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue", "Entries" : [ { "Id" : "FuelReport-0001-2015-09-16T140731Z", "MessageBody" : "Fuel report for account 0001 on 2015-09-16 at 02:07:31 PM.", "DelaySeconds" : 10, "MessageAttributes" : { "City" : { "DataType" : "String", "StringValue" : "Any City" }, "PostalCode" : { "DataType" : "String", "StringValue" : "99065" }, "PricePerGallon" : { "DataType" : "Number", "StringValue" : "1.99" }, "Region" : { "DataType" : "String", "StringValue" : "WA" }, "SellerName" : { "DataType" : "String", "StringValue" : "Example Store" } } }, { "Id" : "FuelReport-0002-2015-09-16T140930Z", "MessageBody" : "Fuel report for account 0002 on 2015-09-16 at 02:09:30 PM.", "DelaySeconds" : 10, "MessageAttributes" : { "City" : { "DataType" : "String", "StringValue" : "North Town" }, "PostalCode" : { "DataType" : "String", "StringValue" : "99123" }, "PricePerGallon" : { "DataType" : "Number", "StringValue" : "1.87" }, "Region" : { "DataType" : "String", "StringValue" : "WA" }, "SellerName" : { "DataType" : "String", "StringValue" : "Example Fuels" } } } ] }, "output" : { "Successful" : [ { "Id" : "FuelReport-0001-2015-09-16T140731Z", "MessageId" : "d175070c-d6b8-4101-861d-adeb3EXAMPLE", "MD5OfMessageBody" : "203c4a38...7943237e", "MD5OfMessageAttributes" : "10809b55...baf283ef" }, { "Id" : "FuelReport-0002-2015-09-16T140930Z", "MessageId" : "f9b7d55d-0570-413e-b9c5-a9264EXAMPLE", "MD5OfMessageBody" : "2cf0159a...c1980595", "MD5OfMessageAttributes" : "55623928...ae354a25" } ], "Failed" : [ ] }, "title" : "To send multiple messages" } ], "SetQueueAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the specified queue to a delivery delay of 10 seconds, a maximum message size of 128 KB (128 KB * 1,024 bytes), a message retention period of 3 days (3 days * 24 hours * 60 minutes * 60 seconds), a receive message wait time of 20 seconds, and a default visibility timeout of 60 seconds. This example also associates the specified dead letter queue with a maximum receive count of 1,000 messages.", "id" : "to-set-the-attributes-of-a-queue-1472152379646", "input" : { "QueueUrl" : "https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue", "Attributes" : { "DelaySeconds" : "10", "MaximumMessageSize" : "131072", "MessageRetentionPeriod" : "259200", "ReceiveMessageWaitTimeSeconds" : "20", "RedrivePolicy" : "{\"deadLetterTargetArn\":\"arn:aws:sqs:us-east-1:80398EXAMPLE:MyDeadLetterQueue\",\"maxReceiveCount\":\"1000\"}", "VisibilityTimeout" : "60" } }, "output" : { }, "title" : "To set the attributes of a queue" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonSQSException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.sqs.model.AmazonSQSException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy